Oracle Analytics Cloud and Server

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

Oracle Analytic Server Not found after restarting the server.

Accepted answer
82
Views
3
Comments
Rank 2 - Community Beginner

Hi,

I have installed orcl 19c on OL8.4 regarging weblogic 12.2.1.4 and analytic server 7.6.after successfully installing i got all the url running in the browser.like for weblogic http://oas:7001/console and analytics http://oas:9502/analytics all opens smoothly after run the startWeblogic.sh file.but after the restarting the analytic server http://oas:9502/analytics isnt open in the browser but the weblogic server http://oas:7001/console is running. how can i get the analytics server after shutdown or restart.

Thank you.

Best Answer

Answers

  • Rank 3 - Community Apprentice

    Please check all the services are in Running state

    <DOMAIN_HOME>/bitools/bin
    ./status.sh

  • @Minhajul Arefin ,

    Steve has the right answer, you called the wrong script…

    startWeblogic.sh does just what the name says, it does start WebLogic and nothing else.

    OAS is not WebLogic, it is deployed on it but has many components that run outside WebLogic and that needs to be running for the WebLogic front-end to be visible.

    That's why you should never (except in special cases when you are setting up SSL for example and only need WebLogic to be running) use startWeblogic.sh but instead use start.sh and stop.sh from the folder Steve mentioned.

Welcome!

It looks like you're new here. Sign in or register to get started.