So :
- There is nothing logged on catalina.out
- hosts and DNS are ok (the server has A and PTR address in DNS and hosts is fully populated)
- Yes, the CPU usage reaches 99% for one java process when I run zmcontrol status for example.
- There are no changes when stopping logger.
This is what I have in catalina.out when I do a zmcontrol startup :
Code:
Feb 13, 2007 2:55:20 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
Feb 13, 2007 2:55:30 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-7071
Feb 13, 2007 2:55:30 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 24560 ms
Feb 13, 2007 2:55:30 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 13, 2007 2:55:30 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.15
Feb 13, 2007 2:55:32 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig).
log4j:WARN Please initialize the log4j system properly.
Feb 13, 2007 2:55:50 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.
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=1001 gid=1001
Zimbra server process, after change, is running with uid=1001 euid=1001 gid=1001 egid=1001
Feb 13, 2007 2:57:11 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-80
Feb 13, 2007 2:57:12 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-7071
Feb 13, 2007 2:57:12 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 102439 m
Strange by the way that zmcontrol tells me snmp is running and I don't have it listening on udp/161...
Thanks for the help.