BIP instance configuration issues. — Oracle Analytics

Oracle Analytics Cloud and Server

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

BIP instance configuration issues.

Received Response
1
Views
3
Comments
Sunny86
Sunny86 Rank 6 - Analytics Lead

Hello ,

pastedImage_0.png

We are trying to deploy a standalone BIP version in the existing weblogic console.

Found the xmlpserver.ear file in  /app/Oracle/Middleware/Oracle_Home/bi/bifoundation/jee path.

1) exploded the ear file using jar -xvf command in a directory bipublisher.ear

2)exploded the war file inside bipublisher.ear(exploded directory) folder using jar -xvf to bipublisher.war

3)in weblogic deployment section selected the bipublisher.war directory.

But while activating the changes above error displayed.

Answers

  • Sunny86
    Sunny86 Rank 6 - Analytics Lead

    Any help will be highly appreciated.. ..

  • handat
    handat Rank 5 - Community Champion

    You need to extend the domain using one of the templates that contains BIP. You cannot just deploy the ear file as BIP includes a lot of other dependencies as well. Use the weblogic config.sh script to load the weblogic configurator.

  • Sunny86
    Sunny86 Rank 6 - Analytics Lead

    Hello Handat,

    Could you kindly provide me some documentation? Extending the existing domain means it will be the same instance right? which is accessible from different ports? or i will have a different folders all together?