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 04-18-2008, 05:05 AM
Junior Member
 
Posts: 9
Default Cannot search or add appointments to calendar

Anytime I try to do a search in the web client through the search bar, I get a "network service error" with the details below:

A network service error has occurred. msg: system failure: java.lang.NullPointerException
code: service.FAILURE
method: SearchRequest
detail: soap:Receiver

/var/log/zimbra.log does not mention anything wrong. This is Zimbra 5.0.1 running on Ubuntu LTS 6.06

Trying to add an appointment gives me this:

msg: system failure: java.lang.NullPointerException
code: service.FAILURE
method: CreateAppointmentRequest
detail: soap:Receiver
Reply With Quote
  #2 (permalink)  
Old 04-20-2008, 07:47 PM
Junior Member
 
Posts: 9
Default

This is the open source edition, as well.

has no one run into this kind of problem before? I'm willing to research whatever solution necessary, I just need someone to point me in the right direction.
Reply With Quote
  #3 (permalink)  
Old 04-28-2008, 06:33 PM
Zimbra Employee
 
Posts: 93
Default

Look in /opt/zimbra/log/mailbox.log and paste the full exception trace here
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #4 (permalink)  
Old 04-29-2008, 06:29 AM
Junior Member
 
Posts: 9
Default

2008-04-29 08:27:56,480 WARN [btpool0-18] [name=admin@customcomputinginc.net;mid=1;ip=71.54.1 41.199;ua=ZimbraWebClient - [unknown] (Win)/5.0.1_GA_1902.UBUNTU6;] SoapEngine - handler exception
java.lang.NullPointerException
at com.zimbra.cs.index.ZimbraQuery$TextQuery.getQuery Operation(ZimbraQuery.java:1644)
at com.zimbra.cs.index.ZimbraQuery$ParseTree$ThingNod e.getQueryOperation(ZimbraQuery.java:2165)
at com.zimbra.cs.index.ZimbraQuery$ParseTree$Operator Node.getQueryOperation(ZimbraQuery.java:2110)
at com.zimbra.cs.index.ZimbraQuery.(ZimbraQuery.java:2389)
at com.zimbra.cs.index.MailboxIndex.search(MailboxInd ex.java:147)
at com.zimbra.cs.mailbox.Mailbox.search(Mailbox.java: 3128)
at com.zimbra.cs.service.mail.Search.doSearch(Search. java:100)
at com.zimbra.cs.service.mail.Search.handle(Search.ja va:72)
at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEng ine.java:342)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:208)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:113)
at com.zimbra.soap.SoapServlet.doPost(SoapServlet.jav a:272)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:727)
at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:174)
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.RewriteHandler.handle(Re writeHandler.java:176)
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)
Reply With Quote
  #5 (permalink)  
Old 04-30-2008, 07:35 AM
Junior Member
 
Posts: 9
Default

Is this not the right information?
Reply With Quote
  #6 (permalink)  
Old 04-30-2008, 07:41 AM
Moderator
 
Posts: 6,236
Default

Could you update to 5.0.5 and see if this situation persists? We've had lots of changes since then, while this doesn't strike my memory as having been a problem on 5.0.1 - I don't see it on current releases, and it's also easier for us to diagnose and address if you're hitting it on a newer build.

5.0.5 is Released!
-Please don't forget to make a backup!
Reply With Quote
  #7 (permalink)  
Old 04-30-2008, 03:18 PM
Zimbra Employee
 
Posts: 93
Default

Doesn't ring a bell at all -- the NPE is in a strange place, not exactly sure what would cause it to happen. Have you done anything strange to the account, like tried to disable the index from config or something like that? Have you tried restarting the service to see if the error goes away?

Next step is to turn on index debugging and see what search is doing when the NPE happens:

Open up /opt/zimbra/conf/log4j.properties and add the following lines to the END of the file:
Code:
log4j.logger.com.zimbra.cs.index=DEBUG
log4j.logger.zimbra.index=DEBUG
Restart your server, or wait 5 minutes for the change to take -- then repro the problem. Cut out the time period with the repro from your mailbox.log and post it here or PM it to me.

If your server is very busy, it will be easier to reproduce this during an off time, to lessen the noise in the log.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #8 (permalink)  
Old 05-05-2008, 05:56 PM
Zimbra Employee
 
Posts: 93
Default

I've Seen a few more reports of this -- there's definitely a server bug here. Restarting the server will get the account unstuck.

Bug 27726 has been filed.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #9 (permalink)  
Old 05-08-2008, 06:17 AM
Junior Member
 
Posts: 9
Default

I will attempt to replicate the bug, which is appearing across all of the server's accounts.

I'll post back shortly.
Reply With Quote
  #10 (permalink)  
Old 05-27-2008, 06:05 AM
Junior Member
 
Posts: 9
Default

Upgrading to version 5.05 OSE resolved my problem.
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.