https://bz.apache.org/bugzilla/show_bug.cgi?id=63735
Bug ID: 63735
Summary: org.apache.coyote.AbstractProtocol$ConnectionHandler.p
rocess Error reading request, ignored
java.lang.NullPointerException at
org.apache.tomcat.util.net.NioEndpoint$NioSocketWrappe
r.getSslSupport(NioEndpoint.java:1349) at
org.apache.coyote.AbstractProtoco
Product: Tomcat 8
Version: 8.5.45
Hardware: All
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
HI Team,
We have recently upgraded our tomcat from 8.5.43 to 8.5.45 version. Post
upgrade we are seeing below error message in catalina.out repeatedly.
org.apache.coyote.AbstractProtocol$ConnectionHandler.process Error reading
request, ignored
java.lang.NullPointerException
at
org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.getSslSupport(NioEndpoint.java:1349)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:775)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1425)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:830)
at org.apache.tomcat.util.net.NioEndpoint$Poller.add(NioEndpoint.java:669)
at
org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.registerReadInterest(NioEndpoint.java:1264)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1433)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Out connector configuration for https port 7443 is as below:
< Connector port="7443" protocol="org.apache.coyote.http11.Http11NioProtocol"
SSSLEnabled="true" keystoreFile="/../../../xx.jks" maxtreads = "1200"
scheme="https" secure="true" clientAuth="false" sslProtocol = "TLS" ..../>
We haven't face this issue any earlier version so far. Kindly help us on this.
~Ranita M
--
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]