https://bz.apache.org/bugzilla/show_bug.cgi?id=65195
Bug ID: 65195
Summary: coyote http2 raise NullPointerException
Product: Tomcat 9
Version: 9.0.44
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
Hi, I just upgraded to latest stable version (9.0.44) and I have this
exception.
I use native library 1.2.26, APR version 1.6.5 and http2
Exception in thread "https-openssl-apr-8443-exec-5"
java.lang.NullPointerException
at
org.apache.coyote.http2.AbstractNonZeroStream.replaceStream(AbstractNonZeroStream.java:125)
at
org.apache.coyote.http2.Http2UpgradeHandler.replaceStream(Http2UpgradeHandler.java:1766)
at org.apache.coyote.http2.Stream.recycle(Stream.java:687)
at org.apache.coyote.http2.Stream.close(Stream.java:671)
at
org.apache.coyote.http2.StreamProcessor.process(StreamProcessor.java:108)
at org.apache.coyote.http2.StreamRunnable.run(StreamRunnable.java:35)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
Exception in thread "https-openssl-apr-8443-exec-4"
java.lang.NullPointerException
at
org.apache.coyote.http2.AbstractNonZeroStream.replaceStream(AbstractNonZeroStream.java:125)
at
org.apache.coyote.http2.Http2UpgradeHandler.replaceStream(Http2UpgradeHandler.java:1766)
at org.apache.coyote.http2.Stream.recycle(Stream.java:687)
at org.apache.coyote.http2.Stream.close(Stream.java:671)
at
org.apache.coyote.http2.StreamProcessor.process(StreamProcessor.java:108)
at org.apache.coyote.http2.StreamRunnable.run(StreamRunnable.java:35)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
--
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]