Re: Log message - APR Error -70014

2015-09-23 Thread Mark Thomas
On 23/09/2015 19:50, André Warnier (tomcat) wrote: > On 23.09.2015 17:51, DB wrote: >> Hello, >> >> For Tomcat 8.0.24 and jre 1.8.0_60. >> >> I have seen this stack trace in catalina.out and I have not found >> anything using google search to discover the cause. The error is >> intermittent and onl

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread tomcat
srini_ On 23.09.2015 19:03, Srinivasan Raman wrote: Hi Graham, Unfortunately, the data needs to be encrypted if the communication is over TCP, even if it is to a process in the same VM. Any alternatives that you can suggest for getting Unix domain sockets to work with Tomcat? I did come across

Re: what's the Bootstrap? why when I stop it, and tomcat stop running too?

2015-09-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mike, On 9/23/15 2:20 PM, Mike Guo wrote: > I tried to generate dynamic check code by struts2. so, I used > buffered image class and javax.imageio for a ByteInputstream in > my Action. > > look like the function work fine. but strange thing is:

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srini, On 9/23/15 1:03 PM, Srinivasan Raman wrote: > Unfortunately, the data needs to be encrypted if the communication > is over TCP, even if it is to a process in the same VM. Any > alternatives that you can suggest for getting Unix domain sockets

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srini, On 9/23/15 11:55 AM, Srinivasan Raman wrote: > Hi Chris, Thanks for the speedy response. >> Do you have any evidence that there is a performance advantage, >> here? localhost TCP is quite fast. > > Sorry, I should have provided more details

Re: Log message - APR Error -70014

2015-09-23 Thread tomcat
On 23.09.2015 17:51, DB wrote: Hello, For Tomcat 8.0.24 and jre 1.8.0_60. I have seen this stack trace in catalina.out and I have not found anything using google search to discover the cause. The error is intermittent and only shows up after pretty significant load: 17-Sep-2015 13:04:54.941 IN

what's the Bootstrap? why when I stop it, and tomcat stop running too?

2015-09-23 Thread Mike Guo
Hi. all. I knew it should be sent to struts2 mail list, but I feel it is very strange . and kind of related with tomcat. it is a very strange issues. I tried to generate dynamic check code by struts2. so, I used buffered image class and javax.imageio for a ByteInputstream in my Action. l

RE: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Srinivasan Raman
Hi Graham, Unfortunately, the data needs to be encrypted if the communication is over TCP, even if it is to a process in the same VM. Any alternatives that you can suggest for getting Unix domain sockets to work with Tomcat? I did come across mention of a connector, JK, that mentions Unix Domain

Tomcat thread locking question

2015-09-23 Thread DB
Hello again, Sorry for another question, I'm fighting issues on multiple fronts. For Tomcat 8.0.24 and jre 1.8.0_60. I need a little insight on what is happening inside Tomcat so I can hopefully understand how I am occasionally getting thread deadlocks. This is thread #1, the code is trying to

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Graham Leggett
On 23 Sep 2015, at 5:55 PM, Srinivasan Raman wrote: > Sorry, I should have provided more details while posting the query. > Due to a security policy that mandates that a certain type of sensitive data > flowing over a communication channel must be encrypted, we are using SSL. If > the communica

RE: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Srinivasan Raman
Hi Chris, Thanks for the speedy response. > Do you have any evidence that there is a performance advantage, here? > localhost TCP is quite fast. Sorry, I should have provided more details while posting the query. Due to a security policy that mandates that a certain type of sensitive data flow

Log message - APR Error -70014

2015-09-23 Thread DB
Hello, For Tomcat 8.0.24 and jre 1.8.0_60. I have seen this stack trace in catalina.out and I have not found anything using google search to discover the cause. The error is intermittent and only shows up after pretty significant load: 17-Sep-2015 13:04:54.941 INFO [http-apr-8443-exec-3082] org.

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srini, On 9/23/15 7:54 AM, Srinivasan Raman wrote: > In one use-case, for performance reasons, I wold like to explore > the option of connecting from a in-house software load balancer > running in a VM running Linux to a Tomcat instance running in t

Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Srinivasan Raman
Hello folks, In one use-case, for performance reasons, I wold like to explore the option of connecting from a in-house software load balancer running in a VM running Linux to a Tomcat instance running in the same VM using Unix Domain sockets. Googling for this brought up some mention of Unix Doma