[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2024-04-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Mark Thomas changed: What|Removed |Added CC||huangzeling8...@dingtalk.co

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Remy Maucherat changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Venkat changed: What|Removed |Added Ever confirmed|1 |0 Status|RESOLVED

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 --- Comment #14 from Arshiya --- Thanks a ton Remy! Any update on the tentative release date of 9.0.40 please . -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 --- Comment #13 from Remy Maucherat --- A previous refactoring of the Poller.events() could cause this uncaught exception to occur. This is fixed in 10.0.0-M10 and 9.0.40 where the NPE will be logged properly and Tomcat should be able to

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 --- Comment #12 from Remy Maucherat --- I made a mistake, I was not looking at the right call to events(). So this should be tightened up [although I don't see how it can end up in this situation]. -- You are receiving this mail because: You

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 --- Comment #11 from Arshiya --- Thank you for the swift response Remy. For a few hours the application accepts requests and processes fine , but suddenly after this exception is logged , none of the requests are accepted (tps drops to 0) .

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 --- Comment #10 from Remy Maucherat --- Ok, so this NPE will be caught and logged with no major consequences. There is normally no way it could happen, however (the SocketChannel of the NioChannel is null, which only happens for the closed

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Arshiya changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #9 from Arshiya --- Please

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #8 from Remy

Re: [Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-22 Thread Martin Grigorov
On Thu, Oct 22, 2020 at 5:56 PM wrote: > https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 > > Arshiya changed: > >What|Removed |Added > > > Status|NEEDINFO

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Arshiya changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #7 from Arshiya --- The

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 --- Comment #6 from Mark Thomas --- +1 to adding that JVM option and then review tge full stack trace as the next step. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from Remy

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 --- Comment #4 from Mark Thomas --- Without the stack trace there isn't much we can do. The most that looks possible at this stage is to add some additional try/catch blocks with logging of exceptions. It would be helpful to see the

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Arshiya changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from Arshiya --- This

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO Severity|blocker

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 --- Comment #1 from Remy Maucherat --- Can you provide the full stack trace of the exception ? -- You are receiving this mail because: You are the assignee for the bug. - To