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 12-07-2006, 07:33 AM
Junior Member
 
Posts: 6
Default Error during sending

Hej,

i want to send an email. but after i clicked the button send i got the following service error. With an other Account on the same server it works fine ?!?!?!?!?!

Could you help ? It is the 4.5 Beta1 Version.

msg - system failure: indexMessage caught IOException
com.zimbra.cs.service.ServiceException: system failure: indexMessage caught IOException
at com.zimbra.cs.service.ServiceException.FAILURE(Ser viceException.java:174)
at com.zimbra.cs.index.MailboxIndex.indexMessage(Mail boxIndex.java:2079)
at com.zimbra.cs.mailbox.Message.reindex(Message.java :449)
at com.zimbra.cs.mailbox.Mailbox.endTransaction(Mailb ox.java:4667)
at com.zimbra.cs.mailbox.Mailbox.addMessageInternal(M ailbox.java:3170)
at com.zimbra.cs.mailbox.Mailbox.addMessage(Mailbox.j ava:2912)
at com.zimbra.cs.mailbox.Mailbox.addMessage(Mailbox.j ava:2855)
at com.zimbra.cs.mailbox.MailSender.sendMimeMessage(M ailSender.java:201)
at com.zimbra.cs.mailbox.MailSender.sendMimeMessage(M ailSender.java:114)
at com.zimbra.cs.operation.SendMsgOperation.callback( SendMsgOperation.java:73)
at com.zimbra.cs.operation.Operation.schedule(Operati on.java:190)
at com.zimbra.cs.service.mail.SendMsg.handle(SendMsg. java:104)
at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEng ine.java:262)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:162)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:84)
at com.zimbra.soap.SoapServlet.doPost(SoapServlet.jav a:223)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:709)
at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:162)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:802)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:107)
at org.apache.catalina.valves.AccessLogValve.invoke(A ccessLogValve.java:541)
at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11 ConnectionHandler.processConnection(Http11BaseProt ocol.java:667)
at org.apache.tomcat.util.net.PoolTcpEndpoint.process Socket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThr ead.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: Could not create index /opt/zimbra/index/0/6/index/0 (directory already exists)
at com.zimbra.cs.index.MailboxIndex.openIndexWriter(M ailboxIndex.java:965)
at com.zimbra.cs.index.MailboxIndex.addDocument(Mailb oxIndex.java:372)
at com.zimbra.cs.index.MailboxIndex.indexMessage(Mail boxIndex.java:2074)
... 32 more
Caused by: java.io.FileNotFoundException: /opt/zimbra/index/0/6/index/0/segments (Permission denied)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.j ava:212)
at org.apache.lucene.store.FSInputStream$Descriptor.< init>(FSDirectory.java:376)
at org.apache.lucene.store.FSInputStream.<init>(FSDir ectory.java:405)
at org.apache.lucene.store.FSDirectory.openFile(FSDir ectory.java:268)
at org.apache.lucene.index.SegmentInfos.read(SegmentI nfos.java:40)
at org.apache.lucene.index.IndexWriter$1.doBody(Index Writer.java:233)
at org.apache.lucene.store.Lock$With.run(Lock.java:10 9)
at org.apache.lucene.index.IndexWriter.<init>(IndexWr iter.java:228)
at org.apache.lucene.index.IndexWriter.<init>(IndexWr iter.java:173)
at com.zimbra.cs.index.MailboxIndex.openIndexWriter(M ailboxIndex.java:946)
... 34 more

code - service.FAILURE
method - ZmCsfeCommand.prototype.invoke
detail - soap:Receiver





#################################################
After i deleted the Account an created it new, the problem was soveld.
Not really fine :-(

Last edited by andre; 12-07-2006 at 07:39 AM.. Reason: Solved the Problem
Reply With Quote
  #2 (permalink)  
Old 12-07-2006, 07:53 AM
Zimbra Employee
 
Posts: 1,434
Default Debian perms issue

The Debian kernel has a recurring bug whereby permissions for random things get set to root ownership. There are reports of this all over the forums; the (temporary) solution is the zmfixperms script. A more recent Debian kernel should hopefully fix your issue.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #3 (permalink)  
Old 12-07-2006, 07:59 AM
Junior Member
 
Posts: 6
Default

Quote:
Originally Posted by dkarp View Post
The Debian kernel has a recurring bug whereby permissions for random things get set to root ownership. There are reports of this all over the forums; the (temporary) solution is the zmfixperms script. A more recent Debian kernel should hopefully fix your issue.

Sorry, i've forgotten to say i use the suse linux enterprise server 9 with the kernel kernel-default-2.6.5-7.191

Do you mean zmfixperms helps here too ?
Reply With Quote
  #4 (permalink)  
Old 12-07-2006, 08:03 AM
Zimbra Employee
 
Posts: 1,434
Default Should work...

Yes, zmfixperms should help. And this thread says that if you upgrade to a current SuSE kernel, the problem should go away.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
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.