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
|