There is an
application running on cluster. Both the app and JVMs are UP and running fine.
But when we hit the URL for accessing the application, it is showing page cannot
be displayed. What are the troubleshooting steps to resolve the issue? I
checked the systemout.log and systemerr.log but couldn’t find anything helpful?
The Flow of Request happens from
Load Balancer >> Web server >> App server >> DB
so the investigation for such issues should also follow the same routes. (Well that’s how I follow)
1) Try to check if the URL is responding from your end. (This will eliminate if it’s specific to a user or its error for every one).
2) Check the Web server if it’s running or not, if it’s not running start it
3) Check if the application server and application is running. If not running start it
4) Try to access the Application directly from the App server. I.e. using the http transport port
i.e. wc_defalut. (this will identify if the
error is due to App server or is with the Web server/plug-in)The Flow of Request happens from
Load Balancer >> Web server >> App server >> DB
so the investigation for such issues should also follow the same routes. (Well that’s how I follow)
1) Try to check if the URL is responding from your end. (This will eliminate if it’s specific to a user or its error for every one).
2) Check the Web server if it’s running or not, if it’s not running start it
3) Check if the application server and application is running. If not running start it
4) Try to access the Application directly from the App server. I.e. using the http transport port
5) check for the errors in the App server and web server logs
6) Check for the configuration in the plug-in file to ensure that the url which is being hit is available in the plugin-xml.cfg ( If it is not then it could be possible that the plug-in was not regenerated and propagated after the deployment)
6) Enable the trace in the plugin-xml.cfg to understand in the plug-in logs whether the plug-in is forwarding the request to the app servers or not .
7) Lastly also check if the page which you are requesting is available within the web modules