tomcat not starting greetings, i am trying to install zimbra ne 4.0 on a fresh, dedicated server running red hat es 4.
the first interesting thing is that i was following the quick start guide that came in the ne 4.0 documents zip, but never came across the menu's that it describes. the process simply installed the components and exited.
my problem is that i cant get tomcat to start. if i run 'tomcat start' i dont get any output to screen ... the contents of catalina.out (which i have included below) dont show anything that i can see to indicate any problems. but, i cant get access to the zimbra webapps and when i use 'tomcat status', nothing is returned.
the /var/zimbra.log (which i have included below catalina.out) does indicate a problem stating that tomcat/JVM is exiting.
thanks in advance for your assistance.
brian
**** catalina.out
Aug 19, 2006 1:52:19 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
Aug 19, 2006 1:52:20 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-7071
Aug 19, 2006 1:52:20 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1286 ms
Aug 19, 2006 1:52:20 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 19, 2006 1:52:20 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.15
Aug 19, 2006 1:52:20 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Aug 19, 2006 1:52:21 PM org.apache.catalina.startup.HostConfig deployDescriptor
WARNING: A docBase /opt/zimbra/apache-tomcat-5.5.15/webapps/zimbra inside the host appBase has been specified, and will be ignored
log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase).
log4j:WARN Please initialize the log4j system properly.
Zimbra server process is running as root, changing to user=zimbra uid=502 gid=502
Zimbra server process, after change, is running with uid=502 euid=502 gid=502 egid=502
Aug 19, 2006 1:52:29 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
Aug 19, 2006 1:52:29 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-7071
Aug 19, 2006 1:52:29 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1283 ms
Aug 19, 2006 1:52:29 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 19, 2006 1:52:29 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.15
Aug 19, 2006 1:52:29 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Aug 19, 2006 1:52:30 PM org.apache.catalina.startup.HostConfig deployDescriptor
WARNING: A docBase /opt/zimbra/apache-tomcat-5.5.15/webapps/zimbra inside the host appBase has been specified, and will be ignored
log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase).
log4j:WARN Please initialize the log4j system properly.
Zimbra server process is running as root, changing to user=zimbra uid=502 gid=502
Zimbra server process, after change, is running with uid=502 euid=502 gid=502 egid=502
*****************
****** /var/zimbra.log
Aug 19 13:52:18 14304-25345 zmtomcatmgr[18543]: start requestedAug 19 13:52:18 14304-25345 zmtomcatmgr[18543]: checking if another instance of manager is already runningAug 19 13:52:18 14304-25345 zmtomcatmgr[18543]: stale pid 17260 found in /opt/zimbra/log/zmtomcatmgr.pid: No such processAug 19 13:52:18 14304-25345 zmtomcatmgr[18543]: assuming no other instance is runningAug 19 13:52:18 14304-25345 zmtomcatmgr[18544]: wrote manager pid 18544 to /opt/zimbra/log/zmtomcatmgr.pidAug 19 13:52:18 14304-25345 zmtomcatmgr[18544]: manager started tomcat/JVM with pid 18545Aug 19 13:52:27 14304-25345 zmtomcatmgr[18544]: manager woke up from wait on tomcat/JVM with pid 18545Aug 19 13:52:27 14304-25345 zmtomcatmgr[18544]: manager started tomcat/JVM with pid 18557Aug 19 13:52:37 14304-25345 zmtomcatmgr[18544]: manager woke up from wait on tomcat/JVM with pid 18557Aug 19 13:52:37 14304-25345 zmtomcatmgr[18544]: tomcat/JVM exited twice in 10 seconds (tolerance=60)Aug 19 13:53:00 14304-25345 zmtomcatmgr[18622]: status requestedAug 19 13:53:00 14304-25345 zmtomcatmgr[18622]: stale pid 18544 found in /opt/zimbra/log/zmtomcatmgr.pid: No such processAug 19 13:53:00 14304-25345 zmtomcatmgr[18622]: assuming no other instance is runningAug 19 13:53:00 14304-25345 zmtomcatmgr[18622]: no manager process is running
**************** |