Accessing CLM applications through IHS server is giving internal server error
We have merged plugins from all of our clm applications (jts, ccm , qm , dcc and rs ) each installed on different servers and ihs on other server. After successfully merging all plugin files and editing http.conf, we are to open link for all pages through ihs server. Burt when we log in to the JTS home page it loads for several minutes and then displays " The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you@your.address and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
We have checked ServerIOTimeout also, no issue in that.
What could be the issue ??
Accepted answer
One other answer
I have performed several multi-server reverse-proxy configurations and have found that there can be issues with the merging of the plugin files. What I generally end up doing is manually going into the merged result to verify consistency and then double check the paths and names for the keystore and keystore password files. If everything is looking good there you will also need to check that the correct merged file is referenced and that the SSL configuration is correct in IHS's httpd.conf file.
Comments
Hello Michael,
Hello Manjunath,
- Are you sure that all of the WAS and the IHS instances are fully trusted (certificates and chains configured correctly) including the CA root and valid intermediate certificates in the chains for all?
- If you made any changes to the WAS servers did you also restart the profiles after any changes to ensure they were properly cached?
- Do you have the SSL port declared in the httpd.conf file?
- Can you get to the IHS server on non-SSL? Assuming you don't have an auto-redirect setup already this will at least verify that the IHS server is running and accessible.
Thank you Michael.
As far as I understand Internal Server Error (500?) can mean that a message forwarded by IHS did not receive a response in the expected time.