https://issues.apache.org/bugzilla/show_bug.cgi?id=53411
Priority: P2
Bug ID: 53411
Assignee: [email protected]
Summary: NullPointerException in
org.apache.tomcat.util.buf.CharChunk
Severity: normal
Classification: Unclassified
OS: Linux
Reporter: [email protected]
Hardware: Other
Status: NEW
Version: 7.0.27
Component: Catalina
Product: Tomcat 7
I can see in my log file a regular exception throwed by
AbstractHttp11Processor, with this stack trace:
org.apache.coyote.http11.AbstractHttp11Processor process
Error processing request
java.lang.NullPointerException
at org.apache.tomcat.util.buf.CharChunk.append(CharChunk.java:355)
at org.apache.tomcat.util.http.mapper.Mapper.map(Mapper.java:667)
at
org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:646)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:402)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:999)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565)
at
org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:1770)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
I cannot find the request which makes this exception, it's rather rare, but
still, I think it's worth to look at.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]