On 3/23/2017 1:43 AM, Mark Thomas wrote:
If Tomcat is unresponsive, that would suggest a problem with either the
Acceptor or the Poller but both of those threads look normal to.

You are going to need to do some more debugging.

Ideally, you need to configure your favourite IDE to do remote debugging
and then once the problem occurs, step through the code as a single
connection is handled and see where things go wrong.

I've traced the issue to an NPE thrown from my servlet. I patched it (https://github.com/lucee/Lucee/commit/0f30a7ef) and now it works fine.

Thank you,

Igal Sapir
Lucee Core Developer
Lucee.org <http://lucee.org/>


Reply via email to