I just upgraded to 5.0.1 from 4.5.10 and I am having multiple problems.
Not sure how to fix them....
First Problem....
Mail wouldn't work at all. It would just hang on the MAIL FROM: command when testing from telnet. I got that fixed by regenerating a self signed certificate, by searching these forums.
Second Problem....
The admin interface, I try to go to "Servers" -> 'My Server' And I get an error:
message: this._toolbar has no properties fileName: https://zimbra.mysite.com:7071/servi..._zimbra_hsm.js lineNumber: 355 stack: ([object Object])@https://zimbra.mysite.com:7071/service/zimlet/com_zimbra_hsm/com_zimbra_hsm.js:355 call([object Object],[object Object])@:0...
Third Problem.....
The admin interface, I try to go to "Mail Queues" and I get:
Message: system failure: exception during auth {RemoteManager: zimbra.mysite.com->zimbra@zimbra.mysite.com:22} Error code: service.FAILURE Method: GetMailQueueInfoRequest Details:soap:Receiver
Fourth Problem...
When I go to certificates and click on the certificate that is there, I get:
Message: system failure: exception during auth {RemoteManager: zimbra.mysite.com->zimbra@zimbra.mysite.com:22} Error code: service.FAILURE Method: GetCertRequest Details:soap:Receiver
Fifth Problem...
When I go to certificates and click "Install Certificate", choosing any of the options and clicking next generates the following error:
Message: system failure: exception during auth {RemoteManager: zimbra.mysite.com->zimbra@zimbra.mysite.com:22} Error code: service.FAILURE Method: GetCSRRequest Details:soap:Receiver
Sixth Problem.....
I have a user who is periodically unable to receive mail. (I changed the domain name to theirdomain.com for privacy reasons)
When I tail the mailbox.log file I get the following whenever someone tries to send to an email to him. Also, when he tries to send an email from the webmail interface, he gets the same message about "number of deletes (54) exceeds max doc (2) for segment _285w". The only way to fix it is to restart zimbra (zmcontrol stop; zmcontrol start; ) And it works for a while, but it comes back after a couple of hours.
2008-01-15 15:25:17,247 INFO [LmtpServer-264] [name=pvigil@theirdomain.com;mid=23;] lmtp - try again for message pvigil@theirdomain.com: exception occurred
java.lang.IllegalStateException: number of deletes (54) exceeds max doc (2) for segment _285w
at org.apache.lucene.index.SegmentReader.initialize(S egmentReader.java:175)
at org.apache.lucene.index.SegmentReader.get(SegmentR eader.java:140)
at org.apache.lucene.index.SegmentReader.get(SegmentR eader.java:121)
at org.apache.lucene.index.IndexWriter.maybeApplyDele tes(IndexWriter.java:1665)
at org.apache.lucene.index.IndexWriter.mergeSegments( IndexWriter.java:1521)
at org.apache.lucene.index.IndexWriter.flushRamSegmen ts(IndexWriter.java:1351)
at org.apache.lucene.index.IndexWriter.maybeFlushRamS egments(IndexWriter.java:1344)
at org.apache.lucene.index.IndexWriter.addDocument(In dexWriter.java:697)
at org.apache.lucene.index.IndexWriter.addDocument(In dexWriter.java:680)
at com.zimbra.cs.index.LuceneIndex.addDocument(Lucene Index.java:225)
at com.zimbra.cs.index.MailboxIndex.indexMessage(Mail boxIndex.java:557)
at com.zimbra.cs.mailbox.Message.reindex(Message.java :521)
at com.zimbra.cs.mailbox.Mailbox.endTransaction(Mailb ox.java:5716)
at com.zimbra.cs.mailbox.Mailbox.addMessageInternal(M ailbox.java:4047)
at com.zimbra.cs.mailbox.Mailbox.addMessage(Mailbox.j ava:3750)
at com.zimbra.cs.mailbox.Mailbox.addMessage(Mailbox.j ava:3710)
at com.zimbra.cs.filter.ZimbraMailAdapter.addMessage( ZimbraMailAdapter.java:348)
at com.zimbra.cs.filter.ZimbraMailAdapter.executeActi ons(ZimbraMailAdapter.java:253)
at org.apache.jsieve.SieveFactory.evaluate(SieveFacto ry.java:159)
at com.zimbra.cs.filter.RuleManager.applyRules(RuleMa nager.java:185)
at com.zimbra.cs.lmtpserver.ZimbraLmtpBackend.deliver MessageToLocalMailboxes(ZimbraLmtpBackend.java:446 )
at com.zimbra.cs.lmtpserver.ZimbraLmtpBackend.deliver (ZimbraLmtpBackend.java:140)
at com.zimbra.cs.lmtpserver.LmtpHandler.processMessag eData(LmtpHandler.java:375)
at com.zimbra.cs.lmtpserver.TcpLmtpHandler.continueDA TA(TcpLmtpHandler.java:67)
at com.zimbra.cs.lmtpserver.LmtpHandler.doDATA(LmtpHa ndler.java:364)
at com.zimbra.cs.lmtpserver.LmtpHandler.processComman d(LmtpHandler.java:174)
at com.zimbra.cs.lmtpserver.TcpLmtpHandler.processCom mand(TcpLmtpHandler.java:61)
at com.zimbra.cs.tcpserver.ProtocolHandler.processCon nection(ProtocolHandler.java:160)
at com.zimbra.cs.tcpserver.ProtocolHandler.run(Protoc olHandler.java:128)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Wo rker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)