Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE managed server not starting
Answers
-
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.
0 -
will check it and update you.. Thank you very much..
0 -
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
0 -
after deleting all old files and a reboot now everything works fine.. Thanks a ton....
0