OBIEE AdminServer Error — Oracle Analytics

Oracle Business Intelligence Applications

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE AdminServer Error

Received Response
31
Views
6
Comments

Hi,

I'm using the OBIEE version 11.1.1.9 and after made deploy of security, refresh guide, and update the file system-jazn-data.xml my enviroment dont start de coreaplication.

So, I search the log file and see this error:

JSF1030: The specified InjectionProvider implementation 'com.bea.faces.WeblogicInjectionProvider' cannot be loaded.

Someone can help me?

Thanks!

Carina Mendes.

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner
    Carina Mendes wrote:Hi,and update the file system-jazn-data.xml my enviroment dont start de coreaplication.

    What do you mean by "update the file system-jazn"? How?

  • Carina Mendes
    Carina Mendes Rank 3 - Community Apprentice

    Hi @Christian Berg Thanks!

    I performed the procedure in this article: Migrating Security - Policy Store

    http://www.rittmanmead.com/blog/2011/04/oracle-bi-ee-11g-migrating-security-policy-store-part-2/

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    So you're using Venkat's blog post as a basis and read things from environment A to populate environment B.

    First question: Are you sure both environments are set up exactly the same?

    Second: Has this ever worked for you before or is it something you are doing for the first time? If it worked - what has changed. If it's new - what made you choose this approach?

  • Carina Mendes
    Carina Mendes Rank 3 - Community Apprentice

    Hi, so:

    Already realized this implementation in different environments and had never encountered me with this error before.

    The environment I'm using A and B are equivalent.

    Thanks,
    Carina Mendes.

  • Felipe_Idalgo
    Felipe_Idalgo Rank 5 - Community Champion

    Hi Carina,

    You're probably facing a problem on system-jazn-data.xml merge.

    Verify these items:

    1 - Verify JPS-Config.xml

    Source Environment File - Where your security informations comes from, verify your file location

    <serviceInstance name="srcpolicystore.xml" provider="policystore.xml.provider" location="C:/Migration/Source/system-jazn-data.xml">

    Target Environment File (New Installation) - verify your file location

    <serviceInstance name="policystore.xml" provider="policystore.xml.provider" location="C:/Migration/Target/system-jazn-data.xml">

    Don't forget to define JPS Context called after that on WLST merge command

    <jpsContext name="sourceFileStore">           

    <serviceInstanceRef ref="srcpolicystore.xml"/>  

        

    </jpsContext> <jpsContext name="targetFileStore">           

    <serviceInstanceRef ref="policystore.xml"/> 

    2 - After that, copy your merged system-jazn-data.xml to your target environment and try to restart all your services;

    Post here your file content, logs and so on to help us help you

    Felipe Idalgo

  • Carina Mendes
    Carina Mendes Rank 3 - Community Apprentice

    Hi Felipe!

    I did your process and got the enviroment with sucess. This help me!

    Thanks!!!

    Carina Mendes.