1. 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 can not be displayed. what is the troubleshooting steps to resolve the issue. I checked the systemout.log and systemerr.log but couldnt find anyhting helpful.
The Flow of Request happens from
Load Balancer >> Webserver >> Appserver >> DB
so the investigation for such issues should also follow the same routes .. ( well thats how i follow )
1) Try to check if the url is responding frm your end. ( this will eliminate if its specific to a user or its error for every one)
2) Check the Webserver if its running or not , If its not running start it
3) Check if the application server and application is running .. if not start it
4) Try to access the Aplication directly from the Appserver .. ie using the http transport port. ie wc_defalut .. ( this will identify if the error is due to App server or is with the Webserver/plugin)
5) check for the errors in the Appserver and web server logs
6) Check for the config in the plugin file to ensure that the url which is being hit is avaliable in the plugin-xml.cfg ( If it is not then it could be possible that the plugin was not regeneraed ad propagated after the deployment)
6) Enable the trace in the plugin-xml.cfg to understand in the plugin logs whether the plugin is forwarding the req to the appservers or not .
7) Lastly also check if the page which you are requesting is avaliable within the web modules
No comments:
Post a Comment