RE: Error in DBCP Connection Pool with tomcat 6.x

2014-07-01 Thread Vijendra Pachoriya
Hi Filip, This error comes at some point of time on production, when the server is on load. I am using hibernate and not closing any connection manually, its all managed by hibernate and tomcat dbcp connection pool. For me it seems like DBCP is trying to close the connection which is already

Re: Stop Tomcat8 Service Gracefully on Windows

2014-07-01 Thread Igal @ getRailo.org
The offending thread was: ehcache.data Thank you for your help and insight, Igal On 7/1/2014 9:46 AM, Igal Sapir wrote: I generated this with VisualVM. I will try to generate in a different way, or to inspect the threads within the 60 seconds window as you suggested. Thank you, Igal O

Re: tomcat8: delayed file operations with webdav

2014-07-01 Thread Philippe
Hi Mark, On 01.07.2014 18:40, Mark Thomas wrote: Try disabling static resource caching on the context. thanks, but that didn't help. conf/context.xml: ... Kind regards, Philippe - To unsubscribe, e-mail: users-unsubscr.

Re: Stop Tomcat8 Service Gracefully on Windows

2014-07-01 Thread Igal Sapir
I generated this with VisualVM. I will try to generate in a different way, or to inspect the threads within the 60 seconds window as you suggested. Thank you, Igal On Jul 1, 2014 9:42 AM, "Mark Thomas" wrote: > On 01/07/2014 17:13, Igal @ getRailo.org wrote: > > Hi Mark -- Thank you for replyi

Re: Stop Tomcat8 Service Gracefully on Windows

2014-07-01 Thread Mark Thomas
On 01/07/2014 17:13, Igal @ getRailo.org wrote: > Hi Mark -- Thank you for replying. > > Here is a thread dump from about 30 seconds after I request to stop the > service. Can you tell which thread is preventing the JVM from exiting? No, because the thread dump doesn't show whether a thread is a

Re: tomcat8: delayed file operations with webdav

2014-07-01 Thread Mark Thomas
On 01/07/2014 17:37, Philippe wrote: > Hi, > > > I'm about to set up a webdav server on a stock Tomcat 8.0.9 (RHEL 6.5 > x86_64). To do so, I installed a dummy application with the web.xml > attached to this message, altered the conf/tomcat-users.xml and started > the tomcat server. > > Now when

Re: Embedded Tomcat question

2014-07-01 Thread Mark Thomas
On 01/07/2014 17:16, John D. Ament wrote: > I looked for the source code, at least on github, there's no tag for > 7.0.55 defined (see [1]) Given you are using 7.0.54, why would you look for a tag for 7.0.55? > How do I get access to a StandardContext? CAn I cast the Context object? Yes. It wou

tomcat8: delayed file operations with webdav

2014-07-01 Thread Philippe
Hi, I'm about to set up a webdav server on a stock Tomcat 8.0.9 (RHEL 6.5 x86_64). To do so, I installed a dummy application with the web.xml attached to this message, altered the conf/tomcat-users.xml and started the tomcat server. Now when uploading a file it doesn't show up immediately.

Re: Embedded Tomcat question

2014-07-01 Thread John D. Ament
I looked for the source code, at least on github, there's no tag for 7.0.55 defined (see [1]) How do I get access to a StandardContext? CAn I cast the Context object? [1]: https://github.com/apache/tomcat On Mon, Jun 30, 2014 at 4:51 AM, Mark Thomas wrote: > On 30/06/2014 01:27, John D. Ament

Re: Stop Tomcat8 Service Gracefully on Windows

2014-07-01 Thread Igal @ getRailo.org
Hi Mark -- Thank you for replying. Here is a thread dump from about 30 seconds after I request to stop the service. Can you tell which thread is preventing the JVM from exiting? Thanks again! 2014-07-01 09:09:00 Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode): "D

Re: jkmanager: how to interpret "Current number of backend connections"

2014-07-01 Thread Martin Knoblauch
On Mon, Jun 30, 2014 at 5:18 PM, Martin Knoblauch wrote: > Hi, > > our environment is (I know, some are old ...): > > Apache 2.2.21 > mod_jk-1.2.40 > Tomcat 7.0.42 > > My question is how to interpret the numbers from "jkmanager", expecially > the Busy/Max/Con numbers. > > > "Busy" and "Max" make

Re: Error in DBCP Connection Pool with tomcat 6.x

2014-07-01 Thread Filip Hanik
Looks like your code already called java.sql.Connection.close() and then attempts to use the connection again Filip On Tue, Jul 1, 2014 at 8:09 AM, Propes, Barry L wrote: > > > -Original Message- > From: Vijendra Pachoriya [mailto:vijendra.pachor...@indegene.com] > Sent: Tuesday, July

Re: Where can I store data files in a tomcat war

2014-07-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/30/14, 4:23 PM, Mark Eggers wrote: > Chris, > > On 6/30/2014 12:10 PM, Christopher Schultz wrote: >> Mark, > >> On 6/27/14, 4:40 PM, Mark Eggers wrote: >>> Paul, > >>> On 6/27/2014 1:25 PM, Paul Taylor wrote: On 27/06/2014 19:59,

Re: Release schedule for 7.0.55?

2014-07-01 Thread Violeta Georgieva
Hi, 2014-07-01 16:26 GMT+03:00 Woonsan Ko : > > Hi, > > Is there any schedule to release 7.0.55? Follow http://marc.info/?t=14032945371&r=1&w=2 Regards Violeta > I hope to have a fix for 56529 in my project deployment. > > Thanks in advance, > > Woonsan > >

RE: Error in DBCP Connection Pool with tomcat 6.x

2014-07-01 Thread Propes, Barry L
-Original Message- From: Vijendra Pachoriya [mailto:vijendra.pachor...@indegene.com] Sent: Tuesday, July 01, 2014 2:31 AM To: users@tomcat.apache.org Cc: Alok Roy Subject: Error in DBCP Connection Pool with tomcat 6.x Hi Tomcat Team, Please help me out in solving below error. Below is

Re: Apache Tomcat7 service start randomly after the installation of McAfee antivirus.

2014-07-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Philipe, On 7/1/14, 3:57 AM, Blachon, Philippe wrote: > We have 4 identical servers with a scheduled task running every > night on each of them. This task Stop Tomcat -> Update some data -> > Start Tomcat. > > This worked fine for months. > > We h

Release schedule for 7.0.55?

2014-07-01 Thread Woonsan Ko
Hi, Is there any schedule to release 7.0.55? I hope to have a fix for 56529 in my project deployment. Thanks in advance, Woonsan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: use

Apache Tomcat7 service start randomly after the installation of McAfee antivirus.

2014-07-01 Thread Blachon, Philippe
Good morning, We have 4 identical servers with a scheduled task running every night on each of them. This task Stop Tomcat -> Update some data -> Start Tomcat. This worked fine for months. We have installed a new antivirus McAfee 3 weeks ago. Now the Tomcat7 service starts randomly. At least 1 o

Error in DBCP Connection Pool with tomcat 6.x

2014-07-01 Thread Vijendra Pachoriya
Hi Tomcat Team, Please help me out in solving below error. Below is the details : Configuration in my context.xml ==Error Message at org.apache.jk.common.ChannelSocket.processC