RE: Client Cert TLS issue

2019-10-20 Thread George Stanchev
Thanks Mark, I was going to try to build tcnative with debug this weekend to try to help out but life begged to disagree...i will try to step in that code next week as well... Appreciate it! George -Original Message- From: Mark Thomas Sent: Sunday, October 20, 2019 2:38 PM To:

Re: Client Cert TLS issue

2019-10-20 Thread Mark Thomas
Just a note to say I haven't forgotten this. I hope to look at this this week unless someone beats me to it. Mark On 16/10/2019 17:55, George Stanchev wrote: > > On 15/10/2019 22:15, George Stanchev wrote: >> Hi, >> >> I would need some help with tracking an issue with TC 8.5.47 (windows x64,

Re: [OT] Re: Question about DirResourceSet?

2019-10-20 Thread Mark Thomas
> Mark, > > On 10/16/19 04:41, Mark Thomas wrote: >>> On 10/15/19 09:37, Mark Thomas wrote: >>> Isn't there a magic ${property} that can be used to mean "the >>> context's root" so you don't have to use ${catalina.base} >>> instead? I browsed through the document a bit and didn't find >>>

Re: IOException: Broken Pipe causes "Calling [asyncError()] is not valid for a request with Async state [MUST_DISPATCH]" to be logged

2019-10-20 Thread Mark Thomas
On 20/10/2019 21:15, Johannes Edmeier wrote: > Am So., 20. Okt. 2019 um 16:11 Uhr schrieb Mark Thomas : >> >> On October 20, 2019 9:43:00 AM UTC, Johannes Edmeier >> wrote: >>> Hi folks, >>> >>> I have a async response which is designed to run as long as the >>> browser is connected (using SSE).

Re: IOException: Broken Pipe causes "Calling [asyncError()] is not valid for a request with Async state [MUST_DISPATCH]" to be logged

2019-10-20 Thread Johannes Edmeier
Am So., 20. Okt. 2019 um 16:11 Uhr schrieb Mark Thomas : > > On October 20, 2019 9:43:00 AM UTC, Johannes Edmeier > wrote: > >Hi folks, > > > >I have a async response which is designed to run as long as the > >browser is connected (using SSE). > >After the browser disconnects and data is written

Re: IOException: Broken Pipe causes "Calling [asyncError()] is not valid for a request with Async state [MUST_DISPATCH]" to be logged

2019-10-20 Thread Mark Thomas
On October 20, 2019 9:43:00 AM UTC, Johannes Edmeier wrote: >Hi folks, > >I have a async response which is designed to run as long as the >browser is connected (using SSE). >After the browser disconnects and data is written to the response >internally a "IOException: Broken Pipe" is thrown,

Re: Cannot add dependency job for unit systemd-console-setup.service

2019-10-20 Thread Zero
On 10/20/19 3:28 PM, Emefile Francis Nwajie wrote: Thank you Andre for helping out. I figured that the "systemd-console-setup.service" was disabled in the server. I have enable it. However, tomcat still refuses to start. Below is the content of tomcat.service: [Unit] Description=Apache Tomcat

Re: Cannot add dependency job for unit systemd-console-setup.service

2019-10-20 Thread Emefile Francis Nwajie
Thank you Andre for helping out. I figured that the "systemd-console-setup.service" was disabled in the server. I have enable it. However, tomcat still refuses to start. Below is the content of tomcat.service: [Unit] Description=Apache Tomcat 9 After=syslog.target network.target [Service]

Re: Cannot add dependency job for unit systemd-console-setup.service

2019-10-20 Thread tomcat
On 20.10.2019 10:07, Emefile Francis Nwajie wrote: Hello All, Top of the day to you. I have a VPS with CentOs 7. I am trying to start-up Tomcat 9.0.27 using "systemctl start tomcat". And I got the error message - "Cannot add dependency job for unit systemd-console-setup.service". I am

Re: Session Size Calculation Question

2019-10-20 Thread M. Manna
Amazing! That's what I love about Tomcat :) Thank you Luis. On Sun, 20 Oct 2019 at 12:21, Luis Rodríguez Fernández wrote: > Hello M.Manna, > > Yes, probably SESSIONS.ser can give you an idea. Maybe if you want to get > more accurate results perhaps you can > > 1. Do it yourself via JMX [1] >

Re: Adding the manager app to an existing installation

2019-10-20 Thread Luis Rodríguez Fernández
Hello Tom, Hard to say what´s happening without some realm logging. You can have a look here [1]. Hope it helps, Luis [1] https://stackoverflow.com/questions/12311496/how-to-debug-realm-feature-in-tomcat El vie., 18 oct. 2019 a las 18:54, Tom Povey () escribió: > Thanks Olaf, > > Typo in

Re: Session Size Calculation Question

2019-10-20 Thread Luis Rodríguez Fernández
Hello M.Manna, Yes, probably SESSIONS.ser can give you an idea. Maybe if you want to get more accurate results perhaps you can 1. Do it yourself via JMX [1] 2. Give a try to psi-probe [2], it seems that it has everything that you need Hope it helps, Luis [1]

IOException: Broken Pipe causes "Calling [asyncError()] is not valid for a request with Async state [MUST_DISPATCH]" to be logged

2019-10-20 Thread Johannes Edmeier
Hi folks, I have a async response which is designed to run as long as the browser is connected (using SSE). After the browser disconnects and data is written to the response internally a "IOException: Broken Pipe" is thrown, which itself is not logged, but there is some error from the state

Cannot add dependency job for unit systemd-console-setup.service

2019-10-20 Thread Emefile Francis Nwajie
Hello All, Top of the day to you. I have a VPS with CentOs 7. I am trying to start-up Tomcat 9.0.27 using "systemctl start tomcat". And I got the error message - "Cannot add dependency job for unit systemd-console-setup.service". I am wondering if there is something I have to setup in my CentOS