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

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 10-14-2009, 02:30 PM
Elite Member
 
Posts: 360
Default [SOLVED] mail queue error in web admin ui

mailqueue.png

Any ideas on how to resolve this?

Thanks
Reply With Quote
  #2 (permalink)  
Old 10-14-2009, 02:35 PM
Moderator
 
Posts: 1,147
Default

Any relevant lines in audit.log or mailbox.log?
Reply With Quote
  #3 (permalink)  
Old 10-14-2009, 03:09 PM
Elite Member
 
Posts: 360
Default

I don't have a mailbox.log...The audit log is 5mb....it has no errors in it....

Mail Queue Monitoring - Zimbra :: Wiki
...I was wondering if any of the common errors listed in here would b relevant...?
Reply With Quote
  #4 (permalink)  
Old 10-14-2009, 03:59 PM
Moderator
 
Posts: 1,147
Default

How do you not have an /opt/zimbra/log/mailbox.log ?? Is this a multi server setup? And yes this section looks to be exactly your problem... but that should be showing in your mailbox.log which you say you don't have...
Reply With Quote
  #5 (permalink)  
Old 10-15-2009, 10:05 AM
Elite Member
 
Posts: 360
Default

opps...was looking in the wrong place...I was looking in /var/log/...

Anyways....this is what the mailbox.log says after trying to access the mail queue details:

Quote:
2009-10-15 08:59:26,245 INFO [btpool0-913] [name=user@domain.com;mid=3;ip=192.168.1.191;ua=Zim braWebClient - FF3.0 (Win);] SoapEngine - handler exception
com.zimbra.common.service.ServiceException: system failure: exception during auth {RemoteManager: mail.domain.com->zimbra@domain.com:22}
ExceptionId:btpool0-913:1255622366245:055fedf5344d6ccd
Code:service.FAILURE
at com.zimbra.common.service.ServiceException.FAILURE (ServiceException.java:253)
at com.zimbra.cs.rmgmt.RemoteManager.getSession(Remot eManager.java:192)
at com.zimbra.cs.rmgmt.RemoteManager.execute(RemoteMa nager.java:126)
at com.zimbra.cs.service.admin.GetMailQueueInfo.handl e(GetMailQueueInfo.java:49)
at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEng ine.java:429)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:286)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:160)
at com.zimbra.soap.SoapServlet.doPost(SoapServlet.jav a:275)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:727)
at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:190)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1093)
at org.mortbay.servlet.UserAgentFilter.doFilter(UserA gentFilter.java:81)
at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter .java:132)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle(Se rvletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle( SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(Se ssionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(Co ntextHandler.java:716)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebA ppContext.java:406)
at org.mortbay.jetty.handler.ContextHandlerCollection .handle(ContextHandlerCollection.java:211)
at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:139)
at org.mortbay.jetty.handler.rewrite.RewriteHandler.h andle(RewriteHandler.java:350)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(Htt pConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.co ntent(HttpConnection.java:844)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser. java:644)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpPa rser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnec tion.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run(Selec tChannelEndPoint.java:396)
at org.mortbay.thread.BoundedThreadPool$PoolThread.ru n(BoundedThreadPool.java:442)
Caused by: java.io.IOException: Publickey authentication failed.
at ch.ethz.ssh2.auth.AuthenticationManager.authentica tePublicKey(AuthenticationManager.java:259)
at ch.ethz.ssh2.Connection.authenticateWithPublicKey( Connection.java:371)
at ch.ethz.ssh2.Connection.authenticateWithPublicKey( Connection.java:422)
at com.zimbra.cs.rmgmt.RemoteManager.getSession(Remot eManager.java:184)
... 32 more
Caused by: java.io.IOException: The connection is closed.
at ch.ethz.ssh2.auth.AuthenticationManager.deQueue(Au thenticationManager.java:77)
at ch.ethz.ssh2.auth.AuthenticationManager.getNextMes sage(AuthenticationManager.java:99)
at ch.ethz.ssh2.auth.AuthenticationManager.authentica tePublicKey(AuthenticationManager.java:234)
... 35 more
Caused by: java.io.IOException: Cannot read full block, EOF reached.
at ch.ethz.ssh2.crypto.cipher.CipherInputStream.getBl ock(CipherInputStream.java:81)
at ch.ethz.ssh2.crypto.cipher.CipherInputStream.read( CipherInputStream.java:108)
at ch.ethz.ssh2.transport.TransportConnection.receive Message(TransportConnection.java:231)
at ch.ethz.ssh2.transport.TransportManager.receiveLoo p(TransportManager.java:520)
at ch.ethz.ssh2.transport.TransportManager$1.run(Tran sportManager.java:315)
at java.lang.Thread.run(Thread.java:595)
2009-10-15 08:59:26,385 INFO [btpool0-913] [name=user@domain.com;mid=3;ip=192.168.1.191;ua=Zim braWebClient - FF3.0 (Win);] soap - GetMailQueueRequest
2009-10-15 08:59:30,392 INFO [btpool0-913] [name=user@domain.com;mid=3;ip=192.168.1.191;ua=Zim braWebClient - FF3.0 (Win);] soap - GetMailQueueRequest
2009-10-15 08:59:32,621 INFO [IndexWritersSweeperThread] [] index - open index writers sweep: before=1, closed=0, after=1 (0ms)
I haven't tried the suggestions in that wiki cause it'd require the server to be offline, and I can't do that during business hours...
Reply With Quote
  #6 (permalink)  
Old 10-15-2009, 08:23 PM
Advanced Member
 
Posts: 209
Default

I have a similar problem, my mail are received but doesn't appear on the user account I got an error message on the admin panel when I check the mail queue:

Quote:
Mail : system failure: server zimbra.ac-fr.com zimbraRemoteManagementPrivateKeyPath (/opt/zimbra/.ssh/zimbra_identity) does not exist Code d'erreur : service.FAILURE Method: GetMailQueueInfoRequest Détails :soap:Receiver
I already installed several Zimbra but never got this error.

Thanks in advance for help.

I use Release 6.0.1_GA_1816.DEBIAN5 DEBIAN5 FOSS edition on Debian 5.0 Vserver

Sam.
Reply With Quote
  #7 (permalink)  
Old 10-15-2009, 11:16 PM
y@w y@w is offline
Moderator
 
Posts: 658
Default

@NoDoze:

Quote:
system failure: exception during auth {RemoteManager: mail.domain.com->zimbra@domain.com:22}
and

Quote:
Caused by: java.io.IOException: Publickey authentication failed.
are the key errors.. Zimbra uses SSH for a few things (including mail queue management from the admin console).

You are absolutely right that the Common Errors in the wiki page you mentioned will help.

SSH auth is failing for some reason. You'll want to check your auth logs in /var/log to see why SSH didn't auth. If all else fails, you can run ssh with -vvv to see the verbose output on why your login fails.
__________________
What a n00b!
Reply With Quote
  #8 (permalink)  
Old 10-15-2009, 11:17 PM
y@w y@w is offline
Moderator
 
Posts: 658
Default

@Samp

You'll want to check /opt/zimbra/log/mailbox.log to see if it's throwing the same error.
__________________
What a n00b!
Reply With Quote
  #9 (permalink)  
Old 10-16-2009, 02:45 AM
Advanced Member
 
Posts: 209
Default

Quote:
Originally Posted by y@w View Post
@Samp

You'll want to check /opt/zimbra/log/mailbox.log to see if it's throwing the same error.
I have this error:

Quote:
com.zimbra.common.service.ServiceException: system failure: server zimbra.ac-fr.com zimbraRemoteManagementPrivateKeyPath (/opt/zimbra/.ssh/zimbra_identity) does not exist
ExceptionId:btpool0-7:1255659146436:2849414cadc0601a
How to fix it ?

Thanks in advance.

Sam.
Reply With Quote
  #10 (permalink)  
Old 10-16-2009, 02:59 AM
Senior Member
 
Posts: 58
Default

Had this exact error last night - followed the Wiki page linked above and that fixed it.
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.