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 Bertalan Kis
Maybe, but I think this means that we should see the errors on all the servers and not only some of them. Currently we have 2 servers with errors and 2 without errors. It will change when we restart tomcats. Bertalan Kis -Original Message- From: Caldarale, Charles R

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 Bertalan Kis
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) Bertalan Kis -Original Message- From: Bertalan Kis Sent: 02 February 2010 12:25 To: users@tomcat.apache.org Subject: NullPointerException in MimeHeaders Hi, At my

NullPointerException in MimeHeaders

2010-02-02 Thread Bertalan Kis
y the org.apache.catalina.connector.RECYCLE_FACADES=true system property to avoid reuse of request and response objects, but it was not working. We have no idea what can cause this. Can the clients cause the error? I hope someone can help me find a solution for this issue. Bertala