Hi all
Today When I was Supporting for some customer , i faces issue in application server 10gthe solution is so simple
Let describe the problem :
when we use
./opmnctl startall
all service is up expect Http_server is down
Check Logs nothing , Check Application server logs nothing
And when you try to shutdown IAS again it will give you :
RCV : Permission denied
For first i was thought its permission issue but who can change the permission .
the solution like the following :
On Os
ps -ef | grep oracle
you must find 2 process
Oracle PID $PATH/opmn.d
kill them both
Kill PID PID
or
Kill -9 PID
kill -9 PID
After this
./opmnctl startall
Like this:
Like Loading...
Related
Published by Osama Mustafa
Osama considered as one of the leaders in Cloud technology, DevOps and database in the Middle-East. I have more than ten years of experience within the industry. moreover, certfied 4x AWS , 4x Azure and 6x OCI, have also obtained database certifications for multiple providers.
In addition to having experience with Oracle database and Oracle products, such as middle-ware, OID, OAM and OIM, I have gained substantial knowledge with different databases.
Currently, I am architecting and implementing Cloud and DevOps. On top of that, I'm providing solutions for companies that allow them to implement the solutions and to follow the best practices.
View all posts by Osama Mustafa