Oracle Analytics Cloud and Server

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

OBIEE managed server not starting

Received Response
231
Views
14
Comments
2»

Answers

  • Syedsalmancs110
    Syedsalmancs110 Rank 6 - Analytics Lead

    From the error message it looks like Ports allocated for obips1,obijh1,obiccs1 and obisch1 are currently being used by another process make sure all the port associated with failed BIEE Services are free.

    Looking at screenshot I can see your domain name is bi2, is there a posibility that BIEE Services from domain 'bi'(prior to bi2) is still running on same ports.

    You can use below command to find running process pid associated with a port

    netstat -anp | grep <PORT>

    If above command doesn't work for your environment then check 'netstat' command syntax or equivalent command for your environment.

  • Sunny86
    Sunny86 Rank 6 - Analytics Lead

    will check it and update you.. Thank you very much..

  • Sunny86
    Sunny86 Rank 6 - Analytics Lead

    I have removed the old process and now all services started. But analytics and xmlpserver pages not opening. No error message , but simply it is not coming up

    ERR_INVALID_HTTP_RESPONSE

  • Sunny86
    Sunny86 Rank 6 - Analytics Lead

    after deleting all old files and a reboot now everything works fine.. Thanks a ton....