AW: wrong request.getServerPort value reported on upgraded HTTP/2 connector ?

2016-06-29 Thread Frank Taffelt
i have no other connectors than the one on port 443. -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Dienstag, 28. Juni 2016 17:56 An: Tomcat Users List Betreff: Re: wrong request.getServerPort value reported on upgraded HTTP/2

AW: Memory Leak

2016-06-29 Thread Steffen Heil (Mailinglisten)
Hi > > Here, the log. I am quite sure how to go about troubleshooting it. > > Any help is greatly appreciated. > The application has a memory leak. You need to get it fixed. > > catalina.out.prob:SEVERE: The web application [] appears to have > > started a thread named > >

Re: AW: wrong request.getServerPort value reported on upgraded HTTP/2 connector ?

2016-06-29 Thread Mark Thomas
On 29/06/2016 07:50, Frank Taffelt wrote: > i have no other connectors than the one on port 443. I can reproduce this. I'll look at getting this fixed for the next release. Mark > > -Ursprüngliche Nachricht- > Von: Christopher Schultz [mailto:ch...@christopherschultz.net] > Gesendet:

Re: Runtime Cloning of DataSource for Different DB?

2016-06-29 Thread Mark Thomas
On 29/06/2016 05:12, Terence M. Bandoian wrote: > On 6/28/2016 3:56 AM, Mark Thomas wrote: >> On 27/06/2016 22:35, Jerry Malcolm wrote: >>> Mark, >>> >>> On 6/27/2016 1:07 PM, Mark Thomas wrote: On 27/06/2016 17:44, Jerry Malcolm wrote: > I'm assuming that context.lookup(...) simply

mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-06-29 Thread Michael Diener
I get occasional Apache 2 crashes being caused by mod_jk and I'm running out of ideas about the cause of the problem. I hope somebody here can point me in the right direction. -Michael tomcat6 6.0.39-1 libapache2-mod-jk 1:1.2.37-3 apache2 2.4.7-1ubuntu4 java version "1.6.0_45" Java(TM) SE

Fwd: tomcat 8.0 session_id resets in AWS

2016-06-29 Thread Gibu George
Hi All, I'm trying to get tomcat to work in a cluster with sessions being persisted in mysql, in AWS. I have setup two tomcat servers in the clusters using " org.apache.catalina.tribes.membership.StaticMember". The problem that I am facing is that when a request that containing session_id

Re: Need help setting up SSL on Tomcat 8

2016-06-29 Thread Sean Son
Hello Daniel Thank you for the information. Here is the output of the keytool command: Keystore type: JKS Keystore provider: SUN Your keystore contains 2 entries root, Jun 16, 2016, trustedCertEntry, Certificate fingerprint (SHA1): 27:AC:93:69:FA:F2:52:07:BB:26:27:CE:FA:CC:BE:4E:F9:C3:19:B8

Re: AW: wrong request.getServerPort value reported on upgraded HTTP/2 connector ?

2016-06-29 Thread Mark Thomas
On 29/06/2016 09:49, Mark Thomas wrote: > On 29/06/2016 07:50, Frank Taffelt wrote: >> i have no other connectors than the one on port 443. > > I can reproduce this. I'll look at getting this fixed for the next release. Fixed. The fix will be in 9.0.0.M9 onwards and 8.5.4 onwards. Mark > >

Re: Fwd: tomcat 8.0 session_id resets in AWS

2016-06-29 Thread Mark Thomas
On 29/06/2016 14:05, Gibu George wrote: > Hi All, > > I'm trying to get tomcat to work in a cluster with sessions being persisted > in mysql, in AWS. I have setup two tomcat servers in the clusters using " > org.apache.catalina.tribes.membership.StaticMember". > > The problem that I am facing is

RE: AW: wrong request.getServerPort value reported on upgraded HTTP/2 connector ?

2016-06-29 Thread Frank Taffelt
that was fast. thanks. Frank -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, June 29, 2016 3:41 PM To: Tomcat Users List Subject: Re: AW: wrong request.getServerPort value reported on upgraded HTTP/2 connector ? On 29/06/2016 09:49, Mark Thomas wrote: >

Re: [ANN] Apache Tomcat 8.5.3 available

2016-06-29 Thread Christian
Hi all, On 14.06.2016 14:23, Mark Thomas wrote: On 14/06/2016 13:18, Sergio Fernández wrote: May I ask what happened with tomcat-embed-logging-* artifacts in 8.5.3? I still see them at 8.0.x, included the recent 8.0.36, but they disappeared after 8.5.2: [...] Those modules have been

Re: [ANN] Apache Tomcat 8.5.3 available

2016-06-29 Thread Mark Thomas
On 29/06/2016 16:35, Christian wrote: > Hi all, > > > On 14.06.2016 14:23, Mark Thomas wrote: >> On 14/06/2016 13:18, Sergio Fernández wrote: >>> May I ask what happened with tomcat-embed-logging-* artifacts in >>> 8.5.3? I >>> still see them at 8.0.x, included the recent 8.0.36, but they >>>

Re: [ANN] Apache Tomcat 8.5.3 available

2016-06-29 Thread Christian
On 29.06.2016 17:54, Mark Thomas wrote: Those just wrap java.util.logging so follow the instructions (from log4j2) to redirect that to log4j2. Mark Thank you for your quick reply. That's what I did already[1], but it still results in an exception: Exception in thread "main"

Re: [ANN] Apache Tomcat 8.5.3 available

2016-06-29 Thread Christian
On 29.06.2016 18:34, Christian wrote: On 29.06.2016 17:54, Mark Thomas wrote: Those just wrap java.util.logging so follow the instructions (from log4j2) to redirect that to log4j2. Mark Thank you for your quick reply. That's what I did already[1], but it still results in an exception:

Re: [ANN] Apache Tomcat 8.5.3 available

2016-06-29 Thread Mark Thomas
On 29/06/2016 17:53, Christian wrote: > On 29.06.2016 18:34, Christian wrote: >> On 29.06.2016 17:54, Mark Thomas wrote: >>> Those just wrap java.util.logging so follow the instructions (from >>> log4j2) to redirect that to log4j2. >>> >>> Mark >> >> Thank you for your quick reply. >> That's what

Re: Runtime Cloning of DataSource for Different DB?

2016-06-29 Thread Terence M. Bandoian
On 6/29/2016 1:44 AM, Mark Thomas wrote: On 29/06/2016 05:12, Terence M. Bandoian wrote: On 6/28/2016 3:56 AM, Mark Thomas wrote: On 27/06/2016 22:35, Jerry Malcolm wrote: Mark, On 6/27/2016 1:07 PM, Mark Thomas wrote: On 27/06/2016 17:44, Jerry Malcolm wrote: I'm assuming that

Updating Tomcat native requires APR update

2016-06-29 Thread Ari Luoma
First I would like to thank you for the great job you do by responding to these questions people have. I am about to update Tomcat 8.0.26 -> 8.5.3. I am using AJP APR connector between Tomcat and Apache. If I update APR (by downloading and compiling it from APR website) to the newest do I also

Re: Updating Tomcat native requires APR update

2016-06-29 Thread Ari Luoma
On Wed, Jun 29, 2016 at 3:04 PM, Mark Thomas wrote: > On 29/06/2016 12:40, Ari Luoma wrote: >> First I would like to thank you for the great job you do by responding >> to these questions people have. >> >> I am about to update Tomcat 8.0.26 -> 8.5.3. >> >> I am using AJP APR connector between

Re: Updating Tomcat native requires APR update

2016-06-29 Thread Mark Thomas
On 29/06/2016 12:40, Ari Luoma wrote: > First I would like to thank you for the great job you do by responding > to these questions people have. > > I am about to update Tomcat 8.0.26 -> 8.5.3. > > I am using AJP APR connector between Tomcat and Apache. > > If I update APR (by downloading and

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-06-29 Thread Rainer Jung
Am 29.06.2016 um 11:58 schrieb Michael Diener: I get occasional Apache 2 crashes being caused by mod_jk and I'm running out of ideas about the cause of the problem. I hope somebody here can point me in the right direction. Can you reproduce? Does it also happen on a test system? tomcat6