Sunday, July 23, 2017

Failure of server APACHE bridge

Failure of server APACHE bridge:


No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent




Weblogic console and SOA consoles were not coming and web page was showing above message:


Solution: We thought webservers are not up so thought of checking web server status by following the below command but found that OHS services are up and running. So thought of checking Admin server and found that Admin server was not up and running so restarted admin servers and issue was resolved.


Used following command to check if Admin server is up and running. in result there was only one line so it was not up and running..


Steps to check if Admin Server is up and running ==>
 ps -ef | grep Admin


oracle   29597 12083  0 14:09 pts/5    00:00:00 grep Admin


Steps to start Admin Server: ==>


source /home/oracle/.bash_profile
nohup $DOMAIN_HOME/bin/startWebLogic.sh &> /entlogs/GEM_SOA_Domain/runtime/AdminServer.out &
echo "Starting Admin Server ..."
echo "Sending std output to /entlogs/GEM_SOA_Domain/runtime/AdminServer.out"


Steps to check if OHS is up and running ==>


$Middleware_Home/Oracle_WT1/instances/instance1/bin




$ ./opmnctl status
Processes in Instance: instance_instance1
---------------------------------+--------------------+---------+---------
ias-component                    | process-type       |     pid | status
---------------------------------+--------------------+---------+---------
ohs_instance1               | OHS                |   11027 | Alive





No comments:

Post a Comment