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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=65455
Mark Thomas changed:
What|Removed |Added
OS||All
Status|NEW
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
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.
--
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=65408
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #9 from Mark Thomas