RE: Application hanging on Tomcat 7.0.54

2018-10-01 Thread Louis Zipes
60. Should I be looking to turn on some tracing on the > driver? 60 what? 60 was the Pool Timeout -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, September 28, 2018 6:43 PM To: users@tomcat.apache.org Subject: Re: Application hanging on

Re: Application hanging on Tomcat 7.0.54

2018-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Louis, On 9/27/18 09:19, Louis Zipes wrote: > Even though these hangs are critical to find, any plugin or > additional code that I wish to put on our PRD server have to go > through our SOX process so it can be cumbersome. Are any of the >

Re: Application hanging on Tomcat 7.0.54

2018-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Louis, On 9/27/18 08:49, Louis Zipes wrote: > I looked through the log some more and I see all of the types of > Thread Statuses. Blocked, Runnable, Waiting, etc.. Any in > particular that I should concentrate on? The thread state doesn't

Re: Application hanging on Tomcat 7.0.54

2018-09-27 Thread Suvendu Sekhar Mondal
tabase) with a pool timeout set > to 60. Should I be looking to turn on some tracing on the driver? > > Thanks, Louis > > > > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Wednesday, September 26, 2018 7

RE: Application hanging on Tomcat 7.0.54

2018-09-27 Thread Louis Zipes
ions; this here to a chart) Thank you! -Original Message- From: Jäkel, Guido [mailto:g.jae...@dnb.de] Sent: Thursday, September 27, 2018 2:29 AM To: 'Tomcat Users List' Subject: RE: Application hanging on Tomcat 7.0.54 - - - external message, proceed with caution - - - Dear Louis, I

RE: Application hanging on Tomcat 7.0.54

2018-09-27 Thread Louis Zipes
opherschultz.net] Sent: Wednesday, September 26, 2018 7:30 PM To: users@tomcat.apache.org Subject: Re: Application hanging on Tomcat 7.0.54 - - - external message, proceed with caution - - - -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Louis, On 9/26/18 15:56, Louis Zipes wrote: > Probl

RE: Application hanging on Tomcat 7.0.54

2018-09-27 Thread Jäkel , Guido
Dear Louis, I would recommend to use a tool like JVisualVM (with Plugins*) to take a look on this things while it's still running or have blocked. You may live watch things like running threads or the Java heap occupation or investigate JVM, Java and Tomcat parameters (and even run some

Re: Application hanging on Tomcat 7.0.54

2018-09-26 Thread Guang Chao
nnection pool are you using? Are you letting tomcat manage it via Context.xml and get connection via JNDI? Or are you managing inside the application? > > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Wednesday, September 26, 2018

Re: Application hanging on Tomcat 7.0.54

2018-09-26 Thread Christopher Schultz
..@christopherschultz.net] Sent: Wednesday, September > 26, 2018 3:46 PM To: users@tomcat.apache.org Subject: Re: > Application hanging on Tomcat 7.0.54 > > - - - external message, proceed with caution - - - > > > Louis, > > On 9/26/18 14:42, Louis Zipes wrote: >>

RE: Application hanging on Tomcat 7.0.54

2018-09-26 Thread Louis Zipes
sing the ojdbc6.jar if that is what you are referring to or is there a better setting somewhere. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, September 26, 2018 3:46 PM To: users@tomcat.apache.org Subject: Re: Application hanging on Tomcat 7.0

Re: Application hanging on Tomcat 7.0.54

2018-09-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Louis, On 9/26/18 14:42, Louis Zipes wrote: > Hi all, Tomcat 7.0.54 running on Windows 2012 > > We are running a third party application on Tomcat and today we > have intermittently run in issues where the application stops > working. The big