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 05-22-2011, 05:15 AM
Special Member
 
Posts: 137
Default Errors after update to 6.0.12

Updated from 6.0.10 to .12 yesterdays and all seems to be working well

However in mailbox.log I am getting regular :

Quote:

2011-05-22 10:42:08,081 ERROR [btpool0-18://MY.DOMAIN/] [] log - EXCEPTION
java.lang.IllegalArgumentException: Illegal to call getOutputStream() after getWriter() has been called
at javax.servlet.http.NoBodyResponse.getOutputStream( HttpServlet.java:863)
at org.mortbay.jetty.servlet.Dispatcher.forward(Dispa tcher.java:339)
at org.mortbay.jetty.servlet.Dispatcher.forward(Dispa tcher.java:126)
at org.mortbay.jetty.servlet.DefaultServlet.doGet(Def aultServlet.java:500)
at javax.servlet.http.HttpServlet.doHead(HttpServlet. java:281)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:722)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:814)
at org.mortbay.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:511)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1166)
at com.zimbra.cs.servlet.SetHeaderFilter.doFilter(Set HeaderFilter.java:79)
at com.zimbra.webClient.filters.SetHeaderFilter.doFil ter(SetHeaderFilter.java:241)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1157)
at org.mortbay.servlet.UserAgentFilter.doFilter(UserA gentFilter.java:81)
at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter .java:155)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1157)
at com.zimbra.webClient.filters.CharEncodingFilter.do Filter(CharEncodingFilter.java:35)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1157)
at org.mortbay.jetty.servlet.ServletHandler.handle(Se rvletHandler.java:388)
at org.mortbay.jetty.security.SecurityHandler.handle( SecurityHandler.java:218)
at org.mortbay.jetty.servlet.SessionHandler.handle(Se ssionHandler.java:182)
at org.mortbay.jetty.handler.ContextHandler.handle(Co ntextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebA ppContext.java:422)
at org.mortbay.jetty.handler.ContextHandlerCollection .handle(ContextHandlerCollection.java:230)
at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:152)
at org.mortbay.jetty.handler.rewrite.RewriteHandler.h andle(RewriteHandler.java:230)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:152)
at org.mortbay.jetty.handler.DebugHandler.handle(Debu gHandler.java:77)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(Htt pConnection.java:543)
at org.mortbay.jetty.HttpConnection$RequestHandler.he aderComplete(HttpConnection.java:929)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser. java:549)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpPa rser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnec tion.java:405)
at org.mortbay.io.nio.SelectChannelEndPoint.run(Selec tChannelEndPoint.java:410)
at org.mortbay.thread.BoundedThreadPool$PoolThread.ru n(BoundedThreadPool.java:451)
Any ideas ?
Reply With Quote
  #2 (permalink)  
Old 05-27-2011, 11:02 AM
Trained Alumni
 
Posts: 12
Default

dik,

I just happened to see this in my logs too. Actually, I was doing some test and it appears that whenever I did a wget --spider https://mail.example.com I would get a HTTP 500 error and I would see that error in my error log.

When I did a wget without the --spider paramter I didn't see that error.

Code:
$ wget --spider https://mail.example.com
Spider mode enabled. Check if remote file exists.
--2011-05-27 13:31:21--  https://mail.example.com/
Resolving mail.example.com... 172.16.10.145
Connecting to mail.example.com|172.16.10.145|:443... connected.
HTTP request sent, awaiting response... 500 Illegal to call getOutputStream() after getWriter() has been called
--2011-05-27 13:31:23--  (try: 2)  https://mail.example.com/
Reusing existing connection to mail.example.com:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `index.html'

    [ <=>                                                                                ] 10,586      --.-K/s   in 0s      

2011-05-27 13:31:23 (60.4 MB/s) - `index.html' saved [10586]

Code:
$ wget https://mail.example.com
--2011-05-27 13:33:17--  https://mail.example.com/
Resolving mail.example.com... 172.16.10.145
Connecting to mail.example.com|172.16.10.145|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `index.html'

    [ <=>                                                                                ] 10,586      --.-K/s   in 0s      

2011-05-27 13:33:18 (60.3 MB/s) - `index.html' saved [10586]
Reply With Quote
  #3 (permalink)  
Old 05-31-2011, 01:54 PM
New Member
 
Posts: 4
Default

We're having the same issue, too. We have a test going with BigBrother, a monitoring software that retrieves the page off the https:// URL on the main mail page for our students. We also get the same response and it's a 500 error:

Code:
---response end---
500 Illegal to call getOutputStream() after getWriter() has been called
Registered socket 3 for persistent reuse.

Stored cookie gatormail.uhd.edu -1 (ANY) / <session> <secure> [expiry none] ZM_TEST true
15:52:01 ERROR 500: Illegal to call getOutputStream() after getWriter() has been called.
Use --debug with wget, and you'll get lots more info.

Any idea why this might happen? We're forced to remove the check to the URL.
Reply With Quote
  #4 (permalink)  
Old 06-01-2011, 10:22 AM
Intermediate Member
 
Posts: 15
Default

Hi,
did you apply the 6.0.12 patch 1 after the upgrade?

We are planning the upgrade from 6.0.10 to 6.0.12 and I was verifying the trouble rate :-)

Cheers,
Luca
Reply With Quote
  #5 (permalink)  
Old 06-01-2011, 10:31 AM
Special Member
 
Posts: 137
Default

Yes, I applied the patch and everything does seem to be working fine here, apart from the error messages
Reply With Quote
  #6 (permalink)  
Old 06-02-2011, 08:06 AM
Intermediate Member
 
Posts: 15
Default

Just today 6.0.13 and 7.1.1 have been released!
Unfortunately the Release Notes for 6.0.13 is a broken link and pm.zimbra.com is not yet updated.
I'll stick to 6.0.10 and I'll start a test environment for the 7.1.1 jump :-)

Cheers,
Luca

Last edited by liuk; 06-02-2011 at 08:06 AM.. Reason: typo
Reply With Quote
  #7 (permalink)  
Old 06-02-2011, 08:09 AM
Special Member
 
Posts: 137
Default

That's a good start :O)
Reply With Quote
  #8 (permalink)  
Old 06-02-2011, 12:13 PM
Senior Member
 
Posts: 68
Default

I also have just noticed that the 6.0.13 release notes are not available...
Reply With Quote
  #9 (permalink)  
Old 06-25-2011, 05:15 AM
Special Member
 
Posts: 137
Default

Ok - updated to 6.0.13 now and still getting these errors in mailbox.log
Reply With Quote
  #10 (permalink)  
Old 06-25-2011, 07:22 AM
fyd fyd is offline
Elite Member
 
Posts: 373
Default

Quote:
Originally Posted by dik23 View Post
Ok - updated to 6.0.13 now and still getting these errors in mailbox.log
dik23, apart from that how do you see 6.0.13 w.r.t 6.0.10? I will be doing the same tonight.

Please keep us updated about the error if you find any details. Is it causing any trouble?
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.