View Single Post
  #5 (permalink)  
Old 06-28-2006, 12:48 PM
zzzzsg zzzzsg is offline
Senior Member
 
Join Date: Nov 2005
Posts: 73
zzzzsg is on a distinguished road
Default

Quote:
Originally Posted by phoenix
You'll only find something in catalina.out when tomcat has failed for some reason, normally there's just a few entries in there about startup. Have a look in that log file if it goes down again.

This is the catalina.out but it only shows what happened after I re-started zimbra. I could not find any old logs. All the catalina.out.xxxxxx.gz files are unempty.

Thanks.


[root@mail logs]# more catalina.out
Jun 28, 2006 8:23:36 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
Jun 28, 2006 8:23:37 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-443
Jun 28, 2006 8:23:37 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-7071
Jun 28, 2006 8:23:37 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2539 ms
Jun 28, 2006 8:23:37 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jun 28, 2006 8:23:37 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.15
Jun 28, 2006 8:23:38 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Jun 28, 2006 8:23:38 AM 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 igno
red
log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase).
log4j:WARN Please initialize the log4j system properly.
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Zimbra server reserving server socket port=143 bindaddr=null ssl=false
Zimbra server reserving server socket port=993 bindaddr=null ssl=true
Zimbra server process is running as root, changing to user=zimbra uid=501 gid=501
Zimbra server process, after change, is running with uid=501 euid=501 gid=501 egid=501
Jun 28, 2006 8:23:42 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-80
Jun 28, 2006 8:23:43 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-443
Jun 28, 2006 8:23:43 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-7071
Jun 28, 2006 8:23:43 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 5775 ms
[root@mail logs]#

Last edited by zzzzsg : 06-28-2006 at 12:51 PM.
Reply With Quote