RE: question regarding attributes

2016-02-05 Thread dinakaran ganesan
Hi Chris First of all a big thanks for taking time to respond. You are right about my typo regarding 3000 seconds. We are using default DBCP2. I know that the idle connection check runs every 10 minutes because i am monitoring a column called last_call_et in v$session table in oracle

Re: question regarding attributes

2016-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dina, On 2/3/16 4:00 PM, dinakaran ganesan wrote: > We have the following set of parameters setup for tomcat in our > environment. > > maxActive=100 maxWait=6 maxIdle=15 minIdle=30 initialSize=15 > testOnBorrow=false validationQuery=SELECT 1 FR

Re: Fwd: NoClassDefFoundError during graceful shutdown

2016-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hrishikesh, On 2/5/16 6:57 PM, Hrishikesh Gadre wrote: > We are getting NoClassDefFoundErrors during Tomcat graceful > shutdown process (i.e. using "catalina.sh stop" command). We are > using Tomcat with version 6.0.44. Note that this error can not

Fwd: NoClassDefFoundError during graceful shutdown

2016-02-05 Thread Hrishikesh Gadre
Hi, We are getting NoClassDefFoundErrors during Tomcat graceful shutdown process (i.e. using "catalina.sh stop" command). We are using Tomcat with version 6.0.44. Note that this error can not be reproduced consistently. I found following article on the stackoverflow.com which suggests class loader

Re: Tomcat 6 | Tomcat with APR causing Thread Blocking

2016-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ravi, On 2/4/16 2:15 AM, Ranjan, Ravi wrote: > I am new to this user list and this is the first email I am > sending out to you. Hope you will let me know if more > information/logs/dump/test case/clarity is required. Welcome. > So I am working wit

Re: Installing APR based Apache Tomcat Native Library

2016-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yuval, On 2/4/16 3:14 AM, Yuval Schwartz wrote: >> On Wed, Feb 3, 2016 at 11:15 PM, Christopher Schultz < >> ch...@christopherschultz.net> wrote: > > ELB usually uses HTTP keepalive, so that might be part of the > issue. > >> ELB has a feature call

Re: Http 403: access to requested resource denied

2016-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 2/4/16 6:27 AM, André Warnier (tomcat) wrote: > On 03.02.2016 22:17, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> André, >> >> On 2/3/16 1:50 PM, André Warnier (tomcat) wrote: >>> On 03.02.2016 19:07, D

Re: 'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chiranga, On 2/4/16 3:10 PM, Chiranga Alwis wrote: > I have specified the following issue in stackoverflow: > http://stackoverflow.com/questions/35210472/javax-xml-parsers-factoryc onfigurationerror-provider-for-class-javax-xml-parse So > you have

RE: 1catalina.org.apache.juli.FileHandler

2016-02-05 Thread richard
On 2016-02-05 19:04, Caldarale, Charles R wrote: From: rich...@xentu.com [mailto:rich...@xentu.com] Subject: 1catalina.org.apache.juli.FileHandler I'm trying to understand logging.properties. Make sure you carefully read this first: http://tomcat.apache.org/tomcat-8.0-doc/logging.html Shou

RE: 1catalina.org.apache.juli.FileHandler

2016-02-05 Thread Caldarale, Charles R
> From: rich...@xentu.com [mailto:rich...@xentu.com] > Subject: 1catalina.org.apache.juli.FileHandler > I'm trying to understand logging.properties. Make sure you carefully read this first: http://tomcat.apache.org/tomcat-8.0-doc/logging.html > Should I have jar on my system somewhere containin

1catalina.org.apache.juli.FileHandler

2016-02-05 Thread richard
I'm trying to understand logging.properties. Should I have jar on my system somewhere containing 1catalina.org.apache.juli.FileHandler? If so, other than asking!, how would I go about finding what jar a particular class would be in? I've tried this tool: https://github.com/javalite/jar-explor

Re: I need expert to solve problem(pay)

2016-02-05 Thread Mark Eggers
Edwin, See comments at the bottom. On 2/4/2016 12:25 PM, Edwin Quijada wrote: > Thks > > Hi! > I have a Tomcat cluster over Debian Jessie, Tomcat 8.0.29 2 instances , > PostgreSQL 9.5 ,Apache 2.4 , Mod_jk. When I try to run my project in this > environment I get eerror. I tested with examples

Unable to fix the vulnerability of " HSTS missing from HTTPS server" on tomcat 8.0.27 running on unix .

2016-02-05 Thread dkumar
Hi , We are unable to fix the vulnerability of " HSTS missing from HTTPS server" on apache tomcat 8.0.27 running on unix . We found the solution for the same by enabling httpHeaderSecurity filter in conf\web.xml file, tag and it works absolutely fine for tomcat 8.0.27 on windows, but the

Re: I need expert to solve problem(pay)

2016-02-05 Thread Mikel Ibiricu
I was the one who guessed a Spring initialization issue. I suggest you again to try to run it in a non-clustered tomcat. In my opinion, you probably find the same error. ​I've just seen somebody ​(maybe you?) in stackoverflow with the same issue. http://stackoverflow.com/questions/35164534/tomcat

Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-05 Thread Jeroen van Ooststroom
On 05/02/16 12:05, Mark Thomas wrote: On 05/02/2016 09:00, Mark Thomas wrote: On 05/02/2016 00:30, Jeroen van Ooststroom wrote: Hello, Using Tomcat 8.0.23 and Tomcat 8.0.30 with Java 1.7.0_25 on CentOS 5.11 we are getting a stuck thread issue when our server is on high(er) load. It seems to ha

Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-05 Thread Mark Thomas
On 05/02/2016 09:00, Mark Thomas wrote: > On 05/02/2016 00:30, Jeroen van Ooststroom wrote: >> Hello, >> >> Using Tomcat 8.0.23 and Tomcat 8.0.30 with Java 1.7.0_25 on CentOS 5.11 >> we are getting a stuck thread issue when our server is on high(er) load. >> It seems to happen when one of our non-C

Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-05 Thread Mark Thomas
On 05/02/2016 00:30, Jeroen van Ooststroom wrote: > Hello, > > Using Tomcat 8.0.23 and Tomcat 8.0.30 with Java 1.7.0_25 on CentOS 5.11 > we are getting a stuck thread issue when our server is on high(er) load. > It seems to happen when one of our non-Container Threads invokes the > AsyncContext.co