Hi,

I've implemented Axis2 Web Services in Tomcat 5.5.26 and at times of high
load (when there are several web service client requests coming in to
Tomcat), Tomcat starts throwing following NPE:

java.lang.NullPointerException
        at
org.apache.tomcat.util.http.MimeHeaders.clear(MimeHeaders.java:130)

Is there a solution for the above exception?

N.B.: I tried setting the system property ...
               org.apache.catalina.connector.RECYCLE_FACADES=true
... in vain.
Also I tried deploying my Axis2 code on Tomcat 6.0.20 and observed that
these NPE do occur but with less frequency.

Any help on this will be appreciated.

-Nikhil 
-- 
View this message in context: 
http://www.nabble.com/NullPointerException---org.apache.tomcat.util.http.MimeHeaders.clear%28MimeHeaders.java%3A130%29-tp24950113p24950113.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to