[Bug 65397] NullPointerException during jar scanning with jar symlinked into WEB-INF/lib

2021-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65397 --- Comment #3 from Martin Knoblauch --- Hi, sorry, but I do not think this is completely fixed. When moving from 9.0.48 to 9.0.50, we get a nasty stack trace that is cured by adding There is definitely no warning about a mis-configuratio

[Bug 65397] NullPointerException during jar scanning with jar symlinked into WEB-INF/lib

2021-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65397 --- Comment #4 from Mark Thomas --- That is a regression in this fix and is tracked as bug 65433 -- You are receiving this mail because: You are the assignee for the bug. - T

[Bug 65455] after about 10 days ago, tomcat8.5.63 can't response web request again

2021-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65455 Mark Thomas changed: What|Removed |Added OS||All Status|NEW

[Bug 65455] after about 10 days ago, tomcat8.5.63 can't response web request again

2021-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65455 --- Comment #2 from 13998197...@163.com --- (In reply to Mark Thomas from comment #1) > It looks like Tomcat is reaching the maxConnections limit. Given the low > usage of the system, it looks like some connection closures are being > missed. If

[Bug 65433] Possible StringIndexOutOfBoundsException for symlinks in DirResourceSet.listWebAppPaths

2021-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65433 --- Comment #2 from Martin Knoblauch --- FWIW: I can confirm that the fix solves my observed problems as well -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 65455] after about 10 days ago, tomcat8.5.63 can't response web request again

2021-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65455 --- Comment #3 from 13998197...@163.com --- Created attachment 37962 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37962&action=edit wireshark's screen shot, stream normal and abnormal The picture is wireshark's screen shot -- You ar

[Bug 65397] NullPointerException during jar scanning with jar symlinked into WEB-INF/lib

2021-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65397 --- Comment #5 from Martin Knoblauch --- Thanks for clarifying. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubs

[Bug 65455] after about 10 days ago, tomcat8.5.63 can't response web request again

2021-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65455 --- Comment #4 from Mark Thomas --- The thread dump you provided shows that Tomcat is blocking new connections because the maxConnections limit has been reached. This means that Tomcat isn't tracking completed connections correctly but finding

[Bug 65408] tomcat8.5.X occurs an AssertionError occationally after running for a period of time

2021-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65408 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #9 from Mark Thomas