> From: Julie Sur [mailto:julie...@gmail.com] > Subject: Re: Tomcat 8.0.15
> I am using tomcat 8.0.15, jdk1.8.0_45 with my application and I am seeing > below errors in my log. Is this a bug with the tomcat version that I am > using ? Could be, but it's more likely an application bug. Try running with the current level (8.0.30). > TomcatLog Error processing request java.lang.NullPointerException > at > org.apache.catalina.connector.Request.notifyAttributeAssigned(Request.java:1492) Is your webapp hanging onto a request or response object after the request has completed? Typical errors include storing the reference in a ThreadLocal, servlet instance field, or static field. > TomcatLog Error finishing response java.lang.NullPointerException > at > org.apache.coyote.http11.InternalNioOutputBuffer.flushBuffer(InternalNioOutputBuffer.java:234) Have you tried one of the other <Connector> types? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org