Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE AdminServer Error

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
-
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?
0 -
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/
0 -
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?
0 -
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.0 -
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
0 -
Hi Felipe!
I did your process and got the enviroment with sucess. This help me!
Thanks!!!
Carina Mendes.
0