RE: NullPointerException in MimeHeaders

2010-02-03 Thread Bertalan Kis
Thanks for the comment, I will search our code and see where we modify the headers concurrently. Bertalan Kis -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: 03 February 2010 06:34 To: Tomcat Users List Subject: Re: NullPointerException in MimeHeaders

Re: NullPointerException in MimeHeaders

2010-02-02 Thread Konstantin Kolinko
2010/2/2 Bertalan Kis : > It seems attachments are disabled. > Here are the stacktraces: > > Jan 29, 2010 1:13:20 AM > com.sun.xml.ws.transport.http.servlet.WSServletDelegate doGet > SEVERE: caught throwable > java.lang.NullPointerException >        at > org.apache.tomcat.util.http.MimeHeaders.se

RE: NullPointerException in MimeHeaders

2010-02-02 Thread Bertalan Kis
[mailto:chuck.caldar...@unisys.com] Sent: 02 February 2010 13:13 To: Tomcat Users List Subject: RE: NullPointerException in MimeHeaders > From: Bertalan Kis [mailto:bertalan@razorfish.com] > Subject: RE: NullPointerException in MimeHeaders > > I can't see any suspicious in that class, maybe y

RE: NullPointerException in MimeHeaders

2010-02-02 Thread Caldarale, Charles R
> From: Bertalan Kis [mailto:bertalan@razorfish.com] > Subject: RE: NullPointerException in MimeHeaders > > I can't see any suspicious in that class, maybe you can: The fact that the filter /sometimes/ chooses synchronization makes me very suspicious, especially since the

RE: NullPointerException in MimeHeaders

2010-02-02 Thread Bertalan Kis
request.getParameter("xsd") != null; } Cheers, Bertalan Kis -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 02 February 2010 12:53 To: Tomcat Users List Subject: RE: NullPointerException in MimeHeaders > From: Bertalan Kis [

RE: NullPointerException in MimeHeaders

2010-02-02 Thread Caldarale, Charles R
> From: Bertalan Kis [mailto:bertalan@razorfish.com] > Subject: RE: NullPointerException in MimeHeaders > > com.dnaO2.openspace.client.filter.MetadataRequestSynchFilter.doFilter > (MetadataRequestSynchFilter.java:54) The above is the spot you should be looking at, since that&#

RE: NullPointerException in MimeHeaders

2010-02-02 Thread Bertalan Kis
It seems attachments are disabled. Here are the stacktraces: Jan 29, 2010 1:13:20 AM com.sun.xml.ws.transport.http.servlet.WSServletDelegate doGet SEVERE: caught throwable java.lang.NullPointerException at org.apache.tomcat.util.http.MimeHeaders.setValue(MimeHeaders.java:269) at