Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-27-2007, 01:08 AM
Junior Member
 
Posts: 6
Question [SOLVED] Need Help - tomcat not running

Hi I dont know if this is the place to ask, but I will anyways. I am dealing with the tomcat not running issue. I have checked the permissions on the redo.log and delete the stale pid but nothing I do gets tomcat back. Please help

Last edited by chameleons84; 08-27-2007 at 01:28 AM..
Reply With Quote
  #2 (permalink)  
Old 08-27-2007, 02:42 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Not exactly the correct place for that post - tagged onto a thread that was nothing to do with your problem - I'll move it.

Have you looked in the logs to see what the problem is? You don't say which version/release of Zimbra nor which operating system nor what you've done to troubleshoot this issue. It's somewhat difficult to help as my psychic skills don't work on Monday mornings.

Please search the forums and give us some detailed information about your problem.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 08-27-2007, 02:59 AM
Junior Member
 
Posts: 6
Default Sorry for not giving more information

Hey Bill
Sorry for not giving more information. I am running Zimbra 4.5.4 on Fedora Core 5 with a 1.6 dual quad core with 4 gigs of RAM. I have looked at several of the logs but I am a beginner with linux and dont really know where to start. I looked at several threads to see if anyone had a similar problem but couldn't really find anything. Could you give me a place to start? Thanks for the quick reply!!(The previous reply)

Last edited by chameleons84; 08-27-2007 at 03:19 AM..
Reply With Quote
  #4 (permalink)  
Old 08-27-2007, 04:43 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

I guess this isn't a new install? When did this problem start to occur? As it's a tomcat problem you can look in /opt/zimbra/apache-tomcat-5.5.15/logs/catalina.out and you can also look in /var/log/zimbra.log for any error messages. What does a 'zmcontrol status' show?
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 08-27-2007, 05:04 PM
Junior Member
 
Posts: 6
Default Log Errors

this installation is about 2 months old
zmcontrol status shows this:

antispam Running
antivirus Running
imapproxy Running
ldap Running
logger Running
mailbox Stopped
tomcat is not running
mta Running
snmp Running
spell Running


catalina.out shows this:

INFO: Initializing Coyote HTTP/1.1 on http-80
Aug 28, 2007 7:55:20 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-7071
Aug 28, 2007 7:55:20 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 865 ms
Aug 28, 2007 7:55:20 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 28, 2007 7:55:20 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.15
Aug 28, 2007 7:55:20 AM 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.
Aug 28, 2007 7:55:21 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 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
Fatal error: terminating: PrivilegedServlet init failed
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java :359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at com.zimbra.cs.util.NetUtil.newBoundServerSocket(Ne tUtil.java:111)
at com.zimbra.cs.util.NetUtil.bindServerSocket(NetUti l.java:134)
at com.zimbra.cs.util.NetUtil.bindTcpServerSocket(Net Util.java:63)
at com.zimbra.cs.servlet.PrivilegedServlet.init(Privi legedServlet.java:94)
at javax.servlet.GenericServlet.init(GenericServlet.j ava:211)
at org.apache.catalina.core.StandardWrapper.loadServl et(StandardWrapper.java:1105)
at org.apache.catalina.core.StandardWrapper.load(Stan dardWrapper.java:932)
at org.apache.catalina.core.StandardContext.loadOnSta rtup(StandardContext.java:3915)
at org.apache.catalina.core.StandardContext.start(Sta ndardContext.java:4176)
at org.apache.catalina.core.ContainerBase.addChildInt ernal(ContainerBase.java:759)
at org.apache.catalina.core.ContainerBase.addChild(Co ntainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(Sta ndardHost.java:524)
at org.apache.catalina.startup.HostConfig.deployDirec tory(HostConfig.java:910)
at org.apache.catalina.startup.HostConfig.deployDirec tories(HostConfig.java:873)
at org.apache.catalina.startup.HostConfig.deployApps( HostConfig.java:474)
at org.apache.catalina.startup.HostConfig.start(HostC onfig.java:1118)
at org.apache.catalina.startup.HostConfig.lifecycleEv ent(HostConfig.java:310)
at org.apache.catalina.util.LifecycleSupport.fireLife cycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(Conta inerBase.java:1020)
at org.apache.catalina.core.StandardHost.start(Standa rdHost.java:718)
at org.apache.catalina.core.ContainerBase.start(Conta inerBase.java:1012)
at org.apache.catalina.core.StandardEngine.start(Stan dardEngine.java:442)
at org.apache.catalina.core.StandardService.start(Sta ndardService.java:450)
at org.apache.catalina.core.StandardServer.start(Stan dardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalin a.java:551)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Boot
strap.java:275)
at org.apache.catalina.startup.Bootstrap.main(Bootstr ap.java:406)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zimbra.cs.launcher.TomcatLauncher.start(Tomcat Launcher.java:52)
at com.zimbra.cs.launcher.TomcatLauncher.main(TomcatL auncher.java:74)

and zimbra.log shows this:

Aug 28 04:02:14 mailhost slapd[7549]: is_entry_objectclass("", "2.5.6.1") no objectClass attribute
Aug 28 04:02:14 mailhost postfix/smtpd[27303]: connect from localhost.localdomain[127.0.0.1]
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraDomainType) index_param failed (18)
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraMailStatus) index_param failed (18)
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraDomainType) index_param failed (18)
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraMailStatus) index_param failed (18)
Aug 28 04:02:14 mailhost postfix/trivial-rewrite[21936]: warning: do not list domain in BOTH mydestination and virtual_mailbox_domains
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraMailStatus) index_param failed (18)
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraDomainType) index_param failed (18)
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraMailStatus) index_param failed (18)
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraDomainType) index_param failed (18)
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraMailStatus) index_param failed (18)
Aug 28 04:02:14 mailhost postfix/trivial-rewrite[21936]: warning: do not list domain in BOTH mydestination and virtual_mailbox_domains
Aug 28 04:02:14 mailhost postfix/smtpd[27303]: A943F17D8727: client=localhost.localdomain[127.0.0.1]
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraMailStatus) index_param failed (18)
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraDomainType) index_param failed (18)
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraMailStatus) index_param failed (18)
250 2.6.0 Ok, id=21941-03, from MTA([127.0.0.1]:10025): 250 Ok: queued as A943F17D8727
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraDomainType) index_param failed (18)
Aug 28 04:02:14 mailhost slapd[7549]: <= bdb_equality_candidates: (zimbraMailStatus) index_param failed (18)
Aug 28 04:02:14 mailhost postfix/trivial-rewrite[21936]: warning: do not list domain mailhost in BOTH mydestination and virtual_mailbox_domains
Message-ID:, mail_id: zjylrfAr2QJX, Hits: -3.719, queued_as: A943F17D8727, 1362 ms
Aug 28 04:02:14 mailhost postfix/smtp[26459]: 525FE17D8637: to=<>, orig_to=<, relay=127.0.0.1[127.0.0.1], delay=1, status=sent (250 2.6.0 Ok, id=21941-03, from MTA([127.0.0.1]:10025): 250 Ok: queued as A943F17D8727)
Aug 28 04:02:14 mailhost postfix/qmgr[8909]: 525FE17D8637: removed
Aug 28 04:02:14 mailhost postfix/smtpd[27303]: disconnect from localhost.localdomain[127.0.0.1]
Aug 28 04:02:14 mailhost postfix/lmtp[27304]: A943F17D8727: to=<>, relay=none, delay=0, status=deferred (connect to [: Connection refused)
Aug 28 04:02:36 mailhost perdition[18796]: Fatal Error reading authentication information from client " ": Exiting child
Aug 28 04:04:06 mailhost zmtomcatmgr[27895]: status requested
Aug 28 04:04:06 mailhost zmtomcatmgr[27895]: stale pid 8407 found in /opt/zimbra/log/zmtomcatmgr.pid: No such process
Aug 28 04:04:06 mailhost zmtomcatmgr[27895]: assuming no other instance is running
Aug 28 04:04:06 mailhost zmtomcatmgr[27895]: no manager process is running
Aug 28 04:04:06 mailhost zimbramon[27726]: 27726:info: 2007-08-28 04:04:02, STATUS: mailhost.: antispam: Running
Aug 28 04:04:06 mailhost zimbramon[27726]: 27726:info: 2007-08-28 04:04:02, STATUS: mailhost.: antivirus: Running
Aug 28 04:04:06 mailhost zimbramon[27726]: 27726:info: 2007-08-28 04:04:02, STATUS: mailhost.: imapproxy: Running
Aug 28 04:04:06 mailhost zimbramon[27726]: 27726:info: 2007-08-28 04:04:02, STATUS: mailhost.: ldap: Running
Aug 28 04:04:06 mailhost zimbramon[27726]: 27726:info: 2007-08-28 04:04:02, STATUS: mailhost.: logger: Running
Aug 28 04:04:06 mailhost zimbramon[27726]: 27726:info: 2007-08-28 04:04:02, STATUS: mailhost.: mailbox: Stopped
Aug 28 04:04:06 mailhost zimbramon[27726]: 27726:info: 2007-08-28 04:04:02, STATUS: mailhost.: mta: Running
Aug 28 04:04:06 mailhost zimbramon[27726]: 27726:info: 2007-08-28 04:04:02, STATUS: mailhost.: snmp: Running
Aug 28 04:04:06 mailhost zimbramon[27726]: 27726:info: 2007-08-28 04:04:02, STATUS: mailhost.: spell: Running

Last edited by chameleons84; 08-27-2007 at 07:08 PM..
Reply With Quote
  #6 (permalink)  
Old 08-27-2007, 06:54 PM
Junior Member
 
Posts: 6
Default Fixed

Well i found the problem, imapproxy was started. I am wondering how this happened because i am quite sure that it was not me who started it and I am the sole admin. Any ideas
Reply With Quote
  #7 (permalink)  
Old 08-29-2007, 10:33 AM
Former Zimbran
 
Posts: 5,606
Default

nope. Zimbra shouldn't just toggle that option. If it did, we'd have major problems.

Most people accidentally enable this thinking that they enable the POP/IMAP server.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.