View Single Post
  #2 (permalink)  
Old 10-04-2005, 11:54 AM
anand anand is offline
Zimbra Employee
 
Posts: 274
Default tomcat down?

ps -ef | grep tomcat

See if you tomcat is running.

examine /opt/zimbra/tomcat/logs/catalina.out to see why tomcat may have stopped.

If tomcat is indeed running, then it is time to see if for some reason tomcat may have deadlocked. So if process is running, and telnet ot ports 7025 and 7143 hangs, please do a kill -3 on the tomcat JVM process, and post the stack trace dumped to catalina.out.
Reply With Quote