40 pts.
 HTTP Admin error page Internal Server Error
After issuing the command STRTCPSVR SERVER(*HTTP) HTTPSVR(*ALL) I go to http://mysystem:2001, click, on the Web Admin and receive 'Internal Server Error'. I have stop and restarted HTTP and this has not resolved the problem. Has anyone had this problem before and how did you resolve it? Any feedback is welcomed.

Software/Hardware used:
ASKED: May 29, 2008  5:13 PM
UPDATED: May 29, 2009  1:08 AM

Answer Wiki:
Hello, If your server won't start, you can usually find the reason in the JOBLOG. To view JOBLOGs of server jobs that have ended abnormally, enter the command: WRKSPLF SELECT(QTMHHTTP) The most common reasons for the server failing to start are: The TCP/IP port is already in use - Change the server configuration to use a different port. Configuration directives are not valid - Correct the directive that is flagged in the JOBLOG. SSL Initialization failed - This can occur if SSL for the server is enabled AND one or more of the following is true. A Cryptography product (5722-AC1, 5722-AC2, or 5722-AC3) is not installed. The keyring file (certificate store or key database file) does not exist. The server does not have authority to the keyring file (certificate store or key database file). The keyring file (certificate store or key database file) password is expired. The keyring file (certificate store or key database file) does not match the format of the installed Cryptography product. TPinky
Last Wiki Answer Submitted:  May 29, 2009  1:02 am  by  Tpinky   4,165 pts.
All Answer Wiki Contributors:  Tpinky   4,165 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

In my case, I can start the admin server with STRTCPSVR *HTTP *ADMIN

However only 2 instances start up in QUSRSYS which is an indication that
the admin server is not working right. I could get to the first screen by
browsing to myserver:2001 but when I click on the first link to administer
HTTP servers, I got “INTERNAL SERVER ERROR”.

I just spoke with IBM software support.

On V5R4, the HTTP Admin server requires Java 1.4

To see if you have it, GO LICPGM, Hit F11 twice and look for
5722JV1 option 5. Install it from your O/S CD named
D2924_05. IBM also said to apply group PTF 99291
after installing 5722JV1 Option 5.

dmount@texas400.com

 40 pts.