Monday, September 28, 2015

Problem:- BIP 11g starting with state as ADMIN after new deployed BI Publisher jar file


Error Message:- Error [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: InkToolsLib, exact-match: false], [Extension-Name: iSignBmp, exact-match: false], [Extension-Name: SiebelXMLP, exact-match: false], [Extension-Name: SiebelCustomXMLP, exact-match: false], [Extension-Name: SiebelCustomXMLP_SIA, exact-match: false], [Extension-Name: XSLFunctions, exact-match: false].

Re-Generate Issue:- As Follows:

1. Copy all 6 jar files from Siebel Path (../siebsrvr/Classes) to         (MIDDLEWARE_HOME\userprojects\domains\bifoundation_domain\Classes)
2. deploy all Siebel ‘.jar’ files in Weblogic server
3. Modify and deploy the xmlpserver.ear file to Include the custom Java Functions in BI Publisher. Location(/siebapps/BIP/Oracle_BI1/bifoundation/jee)
Weblogic-application.xml
<library-ref>
    <library-name>XSLFunctions</library-name>
  </library-ref>
  <library-ref>
    <library-name>SiebelXMLP</library-name>
  </library-ref>
  <library-ref>
    <library-name>SiebelCustomXMLP_SIA</library-name>
  </library-ref>
  <library-ref>
    <library-name>SiebelCustomXMLP</library-name>
  </library-ref>
  <library-ref>
    <library-name>InkToolsLib</library-name>
  </library-ref>
  <library-ref>
    <library-name>iSignBmp</library-name>
  </library-ref>

Solution:-  Deploy all siebel jar file both in ADMIN & managed server(cluster ,bi_server1)

No comments:

Post a Comment