Re: Ajp Nio-thread stuck in loop and consuming a lot of cpu

2018-01-16 Thread Mark Thomas
On 16/01/18 09:21, Toom Andreas wrote: > Hi Mark, > > We pulled out a CPU Call Tree using JVisualVM instead of YourKit and I have > uploaded a screenshot of it here: https://imgur.com/a/mqYxn > > There is not much extra information compared to the java thread dump in my > initial post but it

Re: AJP Connector not throwing EOFException

2018-01-16 Thread emah
Hi Chris, thank you for responding promptly. Let me first correct something I've said earlier: HTTP Connector will actually throw an IOException when ssl unwrap fails (rather than an EOFException) at org.apache.tomcat.util.net.SecureNioChannel.read(SecureNioChannel.java:618)

Re: AJP Connector not throwing EOFException

2018-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Emanuel, On 1/16/18 10:13 AM, Emanuel Hategan wrote: > I'm running a tomcat 8.5.23 instance on ubuntu 16.04 (spring boot > application with embedded tomcat) configured with 2 connectors: > Http11NioProtocol and AjpNioProtocol. The AJP one is

AJP Connector not throwing EOFException

2018-01-16 Thread Emanuel Hategan
I'm running a tomcat 8.5.23 instance on ubuntu 16.04 (spring boot application with embedded tomcat) configured with 2 connectors: Http11NioProtocol and AjpNioProtocol. The AJP one is accessed through an apache2 instance configured with mod_jk.It all works well in the normal use case. The

RE: Ajp Nio-thread stuck in loop and consuming a lot of cpu

2018-01-16 Thread Toom Andreas
Hi Mark, We pulled out a CPU Call Tree using JVisualVM instead of YourKit and I have uploaded a screenshot of it here: https://imgur.com/a/mqYxn There is not much extra information compared to the java thread dump in my initial post but it highlights in which code branch/method call most of

RE: Activating Tomcat 8.5 APR on RHEL7

2018-01-16 Thread Jean Pierre Urkens
Thanks, this worked. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org