Web Server 6 not starting correctly after installing SunOne App Server 6.5
807567Jan 7 2003 — edited Jan 7 2003Hi all.
I installed iWS 6.0 and SunOne App server 6.5 on Solaris 8.
Both installations allegedly finished correctly, and I told the App Server to configure the web server for me at installation.
The problem is that after I had donde this, I stopped the web server. Once I tried to start it again, by running ./start on the server root, it didn't start correctly - it displays the following lines:
#./start
iPlanet-WebServer-Enterprise/6.0SP5 B10/31/2002 16:22
[LS ls1] http://ultra60.artinsoft.com, port 80 ready to accept requests
and then it hangs - it doesn't even returns to the prompt. If I try to access it using a web browser, it just stalls - I keeps saying "Connected. Waiting for reply" or something along those lines.
The error log displays the following messages when starting the server:
[07/Jan/2003:11:32:11] info (24387): successful server startup
[07/Jan/2003:11:32:11] info (24387): iPlanet-WebServer-Enterprise/6.0SP5 B10/31/2002 16:22
[07/Jan/2003:11:32:12] info (24388): Installing a new configuration
[07/Jan/2003:11:32:12] info (24388): [LS ls1] http://ultra60.artinsoft.com, port 80 ready to accept requests
[07/Jan/2003:11:32:12] info (24388): A new configuration was successfully installed
[07/Jan/2003:11:32:12] info (24388): log.cpp:openPluginLog() reports: Environment variable IAS_PLUGIN_LOG_FILE is not set. All plugin messages will be logged in the web server log file
[07/Jan/2003:11:32:12] info (24388): gxinit reports: Initializing...
[07/Jan/2003:11:32:12] info (24388): initialize.cpp:initialize() reports: Initializing iPlanet Application Server Web Plugin, version # 6.5
[07/Jan/2003:11:32:12] info (24388): ReadRegistry reports: Entered ReadRegistry
[07/Jan/2003:11:32:12] info (24388): LDAPServer reports: Connected to LDAP server on ultra60.artinsoft.com port 389
[07/Jan/2003:11:32:12] info (24388): loadCache reports: Initializing LDAP cache from server ultra60.artinsoft.com port 389
[07/Jan/2003:11:32:13] info (24388): loadCache reports: LDAP cache initialization completed successfully.
[07/Jan/2003:11:32:13] info (24388): ReadRegistry reports: Primary host [192.168.0.227:10818]
[07/Jan/2003:11:32:13] info (24388): ReadRegistry reports: sendRawPostData is 0 posttoken=HTTP_POST_BODY
[07/Jan/2003:11:32:13] info (24388): GXConnMgr reports: MaxConn objects: 1
[07/Jan/2003:11:32:13] info (24388): initialize.cpp:initialize() reports: Created new Conn
[07/Jan/2003:11:32:13] info (24388): initialize.cpp:initialize() reports: initialized logging service
[07/Jan/2003:11:32:13] info (24388): initialize.cpp:initialize() reports: initialized loadb service
[07/Jan/2003:11:32:13] info (24388): initialize.cpp:initialize() reports: Initializing all FSMs
[07/Jan/2003:11:32:13] info (24388): initialize.cpp:initialize() reports: Leaving
[07/Jan/2003:11:32:13] info (24388): initialize.cpp:initialize() reports: The iAS WebConnector is ready to accept requests
[07/Jan/2003:11:32:13] info (24388): log.cpp:openPluginLog() reports: Environment variable IAS_PLUGIN_LOG_FILE is not set. All plugin messages will be logged in the web server log file
[07/Jan/2003:11:32:13] info (24388): gxinit reports: Initializing...
[07/Jan/2003:11:32:13] info (24388): initialize.cpp:initialize() reports: Initializing iPlanet Application Server Web Plugin, version # 6.5
[07/Jan/2003:11:32:13] info (24388): ReadRegistry reports: Entered ReadRegistry
[07/Jan/2003:11:32:13] info (24388): ReadRegistry reports: Primary host [192.168.0.227:10818]
[07/Jan/2003:11:32:13] info (24388): ReadRegistry reports: sendRawPostData is 0 posttoken=HTTP_POST_BODY
[07/Jan/2003:11:32:13] info (24388): GXConnMgr reports: MaxConn objects: 1
[07/Jan/2003:11:32:13] info (24388): initialize.cpp:initialize() reports: Created new Conn
[07/Jan/2003:11:32:13] info (24388): initialize.cpp:initialize() reports: initialized logging service
No further messages are logged, but there are 4 processes running for this server:
nobody 24440 24439 0 11:33:42 ? 0:01 ns-httpd -d /work/iplanet/servers/https-ultra60.artinsoft.com/config
root 24437 24436 0 11:33:41 pts/17 0:00 ./uxwdog -d /work/iplanet/servers/https-ultra60.artinsoft.com/config
root 24439 24438 0 11:33:42 ? 0:01 ns-httpd -d /work/iplanet/servers/https-ultra60.artinsoft.com/config
root 24438 24437 0 11:33:42 ? 0:00 ./uxwdog -d /work/iplanet/servers/https-ultra60.artinsoft.com/config
The access log doesn't log the attempts I do to access the pages using the browser.
When I try to stop it, is displays the following lines:
# ./stop
error: server failed to shutdown
server not responding to exit command
killing process group
The App server is running, apparently at least - I don't know how to test other than with the fortune app through the web server.
Let me know if there's any other information might be useful to troubleshoot this problem.
Any idea on why can this be happening?
Thanks a lot for your help!!