Tomcat 5.5.7 hangs on startup

2005-02-25 Thread Curtis, John G
Having a problem getting Tomcat 5.5.7 to start.  The configuration is
basicly the default except for  some trival changes to the
tomcat-user.xml.  The catalina.out leads me to believe it's a problem
with the ajp, but that's just my best guess 'cause it hangs just prior
to starting the connector:
 
tail catalina.out
Feb 25, 2005 5:10:10 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Feb 25, 2005 5:10:10 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Feb 25, 2005 5:10:12 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Feb 25, 2005 5:10:12 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Feb 25, 2005 5:10:15 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Hangs here forever.
 
OS is Solaris 8
Java is version 1.5
 
I have the same configuration working fine on a Windows 2000 and Windows
XP box.
 
Thanks in advance


RE: Tomcat 5.5.7 hangs on startup

2005-02-25 Thread Curtis, John G
Thanks for the reply.  I'd love to get a thread dump but I'm not getting a pid 
for the jvm.

-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 25, 2005 6:01 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.7 hangs on startup

On Fri, 25 Feb 2005 17:13:41 -0500, Curtis, John G
[EMAIL PROTECTED] wrote:
 Having a problem getting Tomcat 5.5.7 to start.  The configuration is
 basicly the default except for  some trival changes to the
 tomcat-user.xml.  The catalina.out leads me to believe it's a problem
 with the ajp, but that's just my best guess 'cause it hangs just prior
 to starting the connector:
 
 tail catalina.out
 Feb 25, 2005 5:10:10 PM org.apache.catalina.core.ApplicationContext log
 INFO: ContextListener: contextInitialized()
 Feb 25, 2005 5:10:10 PM org.apache.catalina.core.ApplicationContext log
 INFO: SessionListener: contextInitialized()
 Feb 25, 2005 5:10:12 PM org.apache.catalina.core.ApplicationContext log
 INFO: ContextListener: contextInitialized()
 Feb 25, 2005 5:10:12 PM org.apache.catalina.core.ApplicationContext log
 INFO: SessionListener: contextInitialized()
 Feb 25, 2005 5:10:15 PM org.apache.coyote.http11.Http11Protocol start
 INFO: Starting Coyote HTTP/1.1 on http-8080
 Hangs here forever.
 
 OS is Solaris 8
 Java is version 1.5
 
 I have the same configuration working fine on a Windows 2000 and Windows
 XP box.

If Tomcat is hung, always try to get a thread dump.
I suppose the problem occurs when binding the server socket.

-- 
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]