Re: JVM Crash in tcnative due to concurrency/timing in HTTP/2

2017-06-23 Thread logo
Mark, > > Am 23.06.2017 um 15:17 schrieb Mark Thomas : > > On 13/06/17 11:57, Mark Thomas wrote: >> On 13/06/17 10:13, Kreuser, Peter wrote: >>> Mark, >>> On 09/06/17 16:02, Kreuser, Peter wrote: > Hi all, > > Sorry for the long text. I hope somebody can help

Re: JVM Crash in tcnative due to concurrency/timing in HTTP/2

2017-06-23 Thread logo
Mark, > Am 23.06.2017 um 17:32 schrieb Mark Thomas : > > On 23/06/17 16:02, l...@kreuser.name wrote: >> Mark, >>> >>> Am 23.06.2017 um 15:17 schrieb Mark Thomas : >>> >>> On 13/06/17 11:57, Mark Thomas wrote: On 13/06/17 10:13, Kreuser, Peter wrote:

Re: AW: 8.5.11/8.5.14 using SSLHostConfig protocols and ciphers list ignored

2017-06-23 Thread Todd
I'm experiencing the exact same issue with 8.5.14 - cipher list seems to be ignored, regardless of what I put in SSLAbs and validating via browser on my website a set of ciphers is used that I have not listed. I am able to change protocols (for instance, I can remove TLSv1 and the system

Re: 8.5.11/8.5.14 using SSLHostConfig protocols and ciphers list ignored

2017-06-23 Thread logo
Todd, > Am 23.06.2017 um 18:53 schrieb Todd >: > > I'm experiencing the exact same issue with 8.5.14 - cipher list seems to be > ignored, regardless of what I put in SSLAbs and validating via browser on my > website a set of ciphers is used that I

Re: Reg CVE-2017-5664

2017-06-23 Thread Durga Srinivasu Karuturi
Thanks mark. Checked Error Servlet, handled doGet() and doPost() only. doPost() internally calling doGet(). Yes for PUT/DELTE we are getting 405. Thanks, Durga Srinivasu On Fri, Jun 23, 2017 at 4:38 AM, Mark Thomas wrote: > On 22/06/17 16:46, Durga Srinivasu Karuturi wrote:

Re: JVM Crash in tcnative due to concurrency/timing in HTTP/2

2017-06-23 Thread Mark Thomas
On 23/06/17 16:02, l...@kreuser.name wrote: > Mark, >> >> Am 23.06.2017 um 15:17 schrieb Mark Thomas : >> >> On 13/06/17 11:57, Mark Thomas wrote: >>> On 13/06/17 10:13, Kreuser, Peter wrote: Mark, > On 09/06/17 16:02, Kreuser, Peter wrote: >> Hi all, >>

Re: JVM Crash in tcnative due to concurrency/timing in HTTP/2

2017-06-23 Thread Mark Thomas
On 23/06/17 17:52, l...@kreuser.name wrote: >> Am 23.06.2017 um 17:32 schrieb Mark Thomas : >>> However I still see a timing problem, as it is not always happening. Maybe >>> 5 out of 7 are NULL. If I send more requests immediately after each other >>> NULL is more frequent.

Re: JVM Crash in tcnative due to concurrency/timing in HTTP/2

2017-06-23 Thread Rémy Maucherat
2017-06-23 16:20 GMT-05:00 Mark Thomas : > On 23/06/17 17:52, l...@kreuser.name wrote: > >> Am 23.06.2017 um 17:32 schrieb Mark Thomas : > > > > >>> However I still see a timing problem, as it is not always happening. > Maybe 5 out of 7 are NULL. If I send

Re: 8.5.11/8.5.14 using SSLHostConfig protocols and ciphers list ignored

2017-06-23 Thread Todd
Todd wrote >> I'm experiencing the exact same issue with 8.5.14 - cipher list seems to >> be >> ignored, regardless of what I put in SSLAbs and validating via browser on >> my >> website a set of ciphers is used that I have not listed. >> >> I am able to change protocols (for instance, I can

Re: from apache-tomcat-7.0.54 to apache-tomcat-7.0.78 performance issues

2017-06-23 Thread afattahi
Dear Taichi, I have not change any log level during this update, where ( which file) should I check -- View this message in context: http://tomcat.10.x6.nabble.com/from-apache-tomcat-7-0-54-to-apache-tomcat-7-0-78-performance-issues-tp5064561p5064743.html Sent from the Tomcat - User mailing

Re: from apache-tomcat-7.0.54 to apache-tomcat-7.0.78 performance issues

2017-06-23 Thread afattahi
Dear markt, I try o use them and generate some reports. Meanwhile I found that after upgrade the server CPU and Memeory usage dose not change but the server response time drop down, even static resources (like .css and .js) files take too long to download. Thanks! -- View this message in

Re: websocket: connections not getting closed properly

2017-06-23 Thread Sandeep Dhameshia
One more doubt, does it log anything when max connections limit is reached and it starts dropping requests? This happened few days back, and since it is a production server I did not have time to see num of file descriptors for tomcat process and response code to client. Nothing was logged,

Re: AW: JVM Crash in tcnative due to concurrency/timing in HTTP/2

2017-06-23 Thread Mark Thomas
On 13/06/17 11:57, Mark Thomas wrote: > On 13/06/17 10:13, Kreuser, Peter wrote: >> Mark, >> >>> On 09/06/17 16:02, Kreuser, Peter wrote: Hi all, Sorry for the long text. I hope somebody can help me track down the problem I'm facing with Tomcat (8.5.15), tcnative (1.2.12),