Re: Aw: Re: tomcat hangs

2021-09-13 Thread Christopher Schultz
Peter, On 9/13/21 04:12, Peter Rader wrote: Chris, Gesendet: Donnerstag, 09. September 2021 um 22:15 Uhr Von: "Christopher Schultz" An: users@tomcat.apache.org Betreff: Re: Aw: tomcat hangs Peter, On 9/9/21 08:21, Peter Rader wrote: I might noticed a simmilar issue: I r

Aw: Re: tomcat hangs

2021-09-13 Thread Peter Rader
Chris, > Gesendet: Donnerstag, 09. September 2021 um 22:15 Uhr > Von: "Christopher Schultz" > An: users@tomcat.apache.org > Betreff: Re: Aw: tomcat hangs > Peter, > > On 9/9/21 08:21, Peter Rader wrote: > > I might noticed a simmilar issue: I ran the JVM in

Re: Aw: tomcat hangs

2021-09-09 Thread Christopher Schultz
Peter, On 9/9/21 08:21, Peter Rader wrote: I might noticed a simmilar issue: I ran the JVM in a linux OS on a VM (in virtualbox btw). The jdk for some reason request a random number. The JDK asks the LinuxOS for a new random number (maybe in the hope to use a hardware-based TRNG). Since this

Re: tomcat hangs

2021-09-09 Thread Mark Thomas
On 09/09/2021 11:50, Mehrdad Taagholi wrote: HiI use apache tomcat 8.0.32 and oracle-jdk-8u66 and redhat 6.After working with the system for a few hours and the load on the system increases, suddenly the tomcat hangs and no logs are printed and it is not possible to connect via jvisualvm

Aw: tomcat hangs

2021-09-09 Thread Peter Rader
the load on the system increases, suddenly the tomcat hangs and no logs > are printed and it is not possible > to connect via jvisualvm and I can not get any dump and I have to reload > Tomcat.I have increased maxthreads > and use the HttpProtocol protocol.Please suggest a way

AW: tomcat hangs

2021-09-09 Thread Thomas Hoffmann (Speed4Trade GmbH)
: Donnerstag, 9. September 2021 12:51 An: users@tomcat.apache.org Betreff: tomcat hangs HiI use apache tomcat 8.0.32 and oracle-jdk-8u66 and redhat 6.After working with the system for a few hours and the load on the system increases, suddenly the tomcat hangs and no logs are printed

Re: tomcat hangs

2021-09-09 Thread Olaf Kock
On 09.09.21 12:50, Mehrdad Taagholi wrote: > HiI use apache tomcat 8.0.32 and oracle-jdk-8u66 and redhat 6.After working > with the system for a few hours and the load on the system increases, > suddenly the tomcat hangs and no logs are printed and it is not possible to >

Re: tomcat hangs

2021-09-09 Thread Jason Wee
must be the problem of your webapp... show all webapp codes? On Thu, Sep 9, 2021 at 6:51 PM Mehrdad Taagholi wrote: > > HiI use apache tomcat 8.0.32 and oracle-jdk-8u66 and redhat 6.After working > with the system for a few hours and the load on the system increases, > suddenl

tomcat hangs

2021-09-09 Thread Mehrdad Taagholi
HiI use apache tomcat 8.0.32 and oracle-jdk-8u66 and redhat 6.After working with the system for a few hours and the load on the system increases, suddenly the tomcat hangs and no logs are printed and it is not possible to connect via jvisualvm and I can not get any dump and I have to reload

Re: Tomcat Hangs up and doesn't start

2017-03-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mahmoud, On 3/20/17 6:36 AM, Mahmoud Ramadan wrote: > Thanks for the reply , i solved my issue by disabling the Centos > firewall Don't do that! Instead, open the single port that you need (port 8080) and leave the firewall running. > now i can

Re: Tomcat Hangs up and doesn't start

2017-03-20 Thread Mahmoud Ramadan
Hi , Thanks for the reply , i solved my issue by disabling the Centos firewall , now i can browse the server remotely , thanks Best Regards, Mahmoud Ramadan Ali Network and VOIP Specialist. Mobil: (+2) 01276877112 Blog | Website

Re: Tomcat Hangs up and doesn't start

2017-03-19 Thread Felix Schumacher
Am 19.03.2017 um 14:09 schrieb Mahmoud Ramadan: But whenever i use the command [root@localhost ~]# service tomcat status tomcat dead but subsys locked I see the service dead , i tried to remove the /var/lock/subsys/tomcat and restarting the service again or rebooting the system but still get

Re: Tomcat Hangs up and doesn't start

2017-03-19 Thread Mahmoud Ramadan
But whenever i use the command [root@localhost ~]# service tomcat status tomcat dead but subsys locked I see the service dead , i tried to remove the /var/lock/subsys/tomcat and restarting the service again or rebooting the system but still get " tomcat dead but subsys locked " and can not get

Re: Tomcat Hangs up and doesn't start

2017-03-19 Thread tomcat
On 19.03.2017 12:59, Mahmoud Ramadan wrote: Hi all, I've installed Tomcat on Centos 6.2 and when i try to start the service it hangs up at " INFO: Server startup in 6935 ms " and stays forever , below the debugs , thanks What do you expect it to "do" after starting up ? It's a HTTP server, so

Tomcat Hangs up and doesn't start

2017-03-19 Thread Mahmoud Ramadan
Hi all, I've installed Tomcat on Centos 6.2 and when i try to start the service it hangs up at " INFO: Server startup in 6935 ms " and stays forever , below the debugs , thanks [root@localhost ~]# sh /opt/tomcat7/bin/catalina.sh run Using CATALINA_BASE: /opt/tomcat7 Using CATALINA_HOME:

Re: Tomcat hangs every day

2013-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sascha, On 5/17/13 7:22 AM, Sascha Troll wrote: Can you give me a hint. I am just the server guy, so I can tell the developer. Tell the developers to set connection- and read-timeouts when using HttpClient (or whatever uses HttpClient). They

Re: Tomcat hangs every day

2013-05-17 Thread Christian Kaltepoth
Seems like you have a class called SearchClientRemoteClient which uses HTTPClient. Many threads seems to wait for remote responses. I guess you don't set any timeouts for the HTTPClient and therefore many threads hang in HttpClient.executeMethod() forever. You should ALWAYS set timeouts when using

Re: Tomcat hangs every day

2013-05-17 Thread Sascha Troll
Christian, thanks for this. Can you give me a hint. I am just the server guy, so I can tell the developer. Thanks a lot ! Sascha From: Christian Kaltepoth christ...@kaltepoth.de To: Tomcat Users List users@tomcat.apache.org Date: 17.05.2013 11:24 Subject:Re: Tomcat hangs

Re: Tomcat hangs every day

2013-05-17 Thread Christian Kaltepoth
To: Tomcat Users List users@tomcat.apache.org Date: 17.05.2013 11:24 Subject:Re: Tomcat hangs every day Sent by:chk...@gmail.com Seems like you have a class called SearchClientRemoteClient which uses HTTPClient. Many threads seems to wait for remote responses. I guess you don't set

R: Tomcat hangs every day

2013-05-17 Thread Paolo Botta
? Thx Paolo -Messaggio originale- Da: chk...@gmail.com [mailto:chk...@gmail.com] Per conto di Christian Kaltepoth Inviato: venerdì 17 maggio 2013 13:30 A: Tomcat Users List Oggetto: Re: Tomcat hangs every day Hey, I'm also not an expert for HttpClient, but when creating connections to remote

Re: Tomcat hangs every day

2013-05-17 Thread Howard W. Smith, Jr.
: venerdì 17 maggio 2013 13:30 A: Tomcat Users List Oggetto: Re: Tomcat hangs every day Hey, I'm also not an expert for HttpClient, but when creating connections to remote services it is usually a good idea to set connection timeouts and socket timeouts so that the client doesn't block forever

Tomcat Hangs with variable frequency

2010-12-22 Thread Rhonny David
Hi ALL, We are using tomcat 6.0 in production environment and facing a critical problem that tomcat hangs with variable frequency in a week. We have tried to figure out the problem but couldn't reach the root cause. To investigate the cause we used the lambda probe tool. Lamba probe shows

Re: Tomcat Hangs with variable frequency

2010-12-22 Thread Mark Thomas
On 22/12/2010 11:48, Rhonny David wrote: Hi ALL, We are using tomcat 6.0 in production environment Exactly which version? Also exact versions for JDK and OS please. Mark - To unsubscribe, e-mail:

Re: Tomcat Hangs with variable frequency

2010-12-22 Thread Rhonny David
To: Tomcat Users List users@tomcat.apache.org Sent: Wed, December 22, 2010 4:52:52 PM Subject: Re: Tomcat Hangs with variable frequency On 22/12/2010 11:48, Rhonny David wrote: Hi ALL, We are using tomcat 6.0 in production environment Exactly which version? Also exact versions for JDK

Re: Tomcat Hangs with variable frequency

2010-12-22 Thread Konstantin Kolinko
net.sourceforge.jtds.jdbc.JtdsResultSet.close ( JtdsResultSet.java:486 ) I think it is an issue with implementation of JtdsResultSet.close(), [1] 0485:if (!getConnection().isClosed()) { 0486:// Skip to end of result set 0487:

Re: Tomcat Hangs with variable frequency

2010-12-22 Thread Rhonny David
From: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Wed, December 22, 2010 6:53:46 PM Subject: Re: Tomcat Hangs with variable frequency net.sourceforge.jtds.jdbc.JtdsResultSet.close ( JtdsResultSet.java:486 ) I think it is an issue

Re: Tomcat Hangs with variable frequency

2010-12-22 Thread Konstantin Kolinko
mechaninsm, but the same issue of tomcat hanging was occurring at that time. Regards, David From: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Wed, December 22, 2010 6:53:46 PM Subject: Re: Tomcat Hangs

Re: Tomcat Hangs with variable frequency

2010-12-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 12/22/2010 11:56 AM, Konstantin Kolinko wrote: If closing the result set requires reading it in full (as JTDS does), it can take significant time. Especially if the queries are something like SELECT * FROM huge_table You should

Tomcat hangs every few hours

2010-08-17 Thread sasidhar prabhakar
Tomcat hangs ever few hours. In server.xml maxThreads are 300. In thread dump I observed every thread doing the same thing. In my code I sends sms to users by using HttpURLConnection. I am using this code for months I didn't get the problem earlier. For few days I am getting this problem

[OT] Re: Tomcat hangs every few hours

2010-08-17 Thread Peter Crowther
this problem consistently. Whenever tomcat hangs I takes the thread dump, every time it shows the same results. Here is my one of threads dump. this is common for all remaining threads. Somebody guide me to solve this problem. I am trying but unable to do this http-80-300 daemon prio=1 tid

Re: Tomcat hangs every few hours

2010-08-17 Thread Brett Delle Grazie
then they can be as much as 15 minutes (5 minutes + 3x retry). Hope this helps On Tue, 2010-08-17 at 15:18 +0530, sasidhar prabhakar wrote: Tomcat hangs ever few hours. In server.xml maxThreads are 300. In thread dump I observed every thread doing the same thing. In my code I sends sms to users

Re: Tomcat hangs every few hours

2010-08-17 Thread Pid
On 17/08/2010 10:48, sasidhar prabhakar wrote: Tomcat hangs ever few hours. *Exact* Tomcat, JVM and OS versions? In server.xml maxThreads are 300. In thread dump I observed every thread doing the same thing. In my code I sends sms to users by using HttpURLConnection. I am using this code

Re: [OT] Re: Tomcat hangs every few hours

2010-08-17 Thread sasidhar prabhakar
. For few days I am getting this problem consistently. Whenever tomcat hangs I takes the thread dump, every time it shows the same results. Here is my one of threads dump. this is common for all remaining threads. Somebody guide me to solve this problem. I am trying but unable to do

Re: Tomcat hangs every few hours

2010-08-17 Thread sasidhar prabhakar
Thanks I will follow that On Tue, Aug 17, 2010 at 6:12 PM, Pid p...@pidster.com wrote: On 17/08/2010 10:48, sasidhar prabhakar wrote: Tomcat hangs ever few hours. *Exact* Tomcat, JVM and OS versions? In server.xml maxThreads are 300. In thread dump I observed every thread doing

RE: [OT] Re: Tomcat hangs every few hours

2010-08-17 Thread Caldarale, Charles R
From: sasidhar prabhakar [mailto:sasidhar1...@gmail.com] Subject: Re: [OT] Re: Tomcat hangs every few hours For months it is working properly. Then something must have changed, either on the Tomcat system, or the server your webapp is trying to communicate with. Try to find out what

Re: [OT] Re: Tomcat hangs every few hours

2010-08-17 Thread sasidhar prabhakar
...@gmail.com] Subject: Re: [OT] Re: Tomcat hangs every few hours For months it is working properly. Then something must have changed, either on the Tomcat system, or the server your webapp is trying to communicate with. Try to find out what was altered. Is there any other reasons

RE: [OT] Re: Tomcat hangs every few hours

2010-08-17 Thread Caldarale, Charles R
From: sasidhar prabhakar [mailto:sasidhar1...@gmail.com] Subject: Re: [OT] Re: Tomcat hangs every few hours I don't know what wireshark is www.wireshark.org Equivalents are available for whatever platform you're running on. If my webapp is not handling the responses what can I do. Fix

tomcat hangs without anything

2010-03-11 Thread Maurice Mengel
Hi! I am new to tomcat. It try to use it with some servlet (oaicat). It seems to run well on my pc at work, but I cannot run it on my laptop on which I would like to develop. I start it, it looks fine. And after a few seconds or minutes, I doesn't answer any response. I uninstalled already all

Re: tomcat hangs without anything

2010-03-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maurice, On 3/11/2010 3:42 PM, Maurice Mengel wrote: Hi! I am new to tomcat. It try to use it with some servlet (oaicat). It seems to run well on my pc at work, but I cannot run it on my laptop on which I would like to develop. I start it,

Re: tomcat hangs without anything

2010-03-11 Thread Maurice Mengel
1) thanks for the very quick response! 2) I get the static page, because it is still in the brower cache, browser is loading, but never actually displays anything; after a very long time, a timeout. How do you describe that? 3) yes stout goes to console, see attachment 4) here is the output of

Re: tomcat hangs without anything

2010-03-11 Thread André Warnier
Christopher Schultz wrote: - windows xp - I start tomcat with bin\startup.bat Can you post everything that shows up on the console during Tomcat startup? IIRC, bin\startup.bat leaves the window open and stdout just goes to the terminal. Not exactly. When you start it via startup.bat,

Re: tomcat hangs without anything

2010-03-11 Thread Maurice Mengel
As far as I can tell, it tells essentially the same. Now I am using different jdk and the catalina.bat run command. I didn't know I could copy from this windows at all. Usually, I use cygwin, but this seems not to make anything easier. C:\Apache\apache-tomcat-6.0.24bin\catalina.bat run Using

Re: tomcat hangs without anything

2010-03-11 Thread Maurice Mengel
4) no other server. I uninstalled apache-http and didn't do anything to tomcat config. I hope this is what you ask me for: !-- A Connector represents an endpoint by which requests are received and responses are returned. Documentation at : Java HTTP Connector:

RE: tomcat hangs without anything

2010-03-11 Thread Caldarale, Charles R
From: Maurice Mengel [mailto:mauricemen...@gmail.com] Subject: Re: tomcat hangs without anything 4) here is the output of jstack. Everything looks pretty normal here. http-8080-1 daemon prio=6 tid=0x0344b000 nid=0x180c in Object.wait() [0x03adf000]    java.lang.Thread.State: WAITING

RE: tomcat hangs without anything

2010-03-11 Thread Caldarale, Charles R
From: Maurice Mengel [mailto:mauricemen...@gmail.com] Subject: Re: tomcat hangs without anything I hope this is what you ask me for: It is, and it shows nothing unusual - all pretty standard settings. Example: This time I was able to click 10 times on manager/status and list applications

Re: tomcat hangs without anything

2010-03-11 Thread Maurice Mengel
On Thu, Mar 11, 2010 at 11:06 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Maurice Mengel [mailto:mauricemen...@gmail.com] Subject: Re: tomcat hangs without anything I hope this is what you ask me for: It is, and it shows nothing unusual - all pretty standard settings

RE: tomcat hangs without anything

2010-03-11 Thread Caldarale, Charles R
From: Maurice Mengel [mailto:mauricemen...@gmail.com] Subject: Re: tomcat hangs without anything Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / That time value only controls how long Tomcat will wait after a connection

Tomcat hangs up - Timeout

2010-02-04 Thread Alexander Diedler
Hello, Our cluster (Apache 2.2.14 + mod_jk 1.2.27 + Tomcat 6.0.20) with two nodes sometimes hung up and doesn´t deliver anything. Just a rotating earth in IE =;o) So I think the connector lost communication to the node or other reasons. Worker.properties: # List the workers name worker.list=

Re: Tomcat hangs when reloading context if user is logged in

2009-11-04 Thread James Murphy
Chris, Thanks for all you help :) . We tried commenting out that method (just to see if it was the root of the problem) and Tomcat behaved like it is supposed to! Now we can work on implementing a work-around for the functionality. Thanks!

Re: Tomcat hangs when reloading context if user is logged in

2009-11-02 Thread James Murphy
just not sure where to look. Another issue that may be related to this is that Tomcat will not shutdown cleanly when someone is logged in (Tomcat hangs at INFO: Stopping service Catalina). Rather, we must close the console window forcefully, then start the server back up to an error (IOException

Re: Tomcat hangs when reloading context if user is logged in

2009-11-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, On 11/2/2009 1:32 PM, James Murphy wrote: Here are a couple of thread dumps of tomcat, the first taken about 5 seconds after the hang, and the second a couple of minutes later, while still hung. Okay. Note that in the main methods, there

Tomcat hangs when reloading context if user is logged in

2009-10-30 Thread James Murphy
while there is session info on the server), but if someone is logged in, then Tomcat fails to reload the context. Another issue that may be related to this is that Tomcat will not shutdown cleanly when someone is logged in (Tomcat hangs at INFO: Stopping service Catalina). Rather, we must close

Re: Tomcat hangs when reloading context if user is logged in

2009-10-30 Thread Christopher Schultz
are active. Persist-to-disk works as expected, and sessions are retained across the restart/reload. I suspect there is a problem with your specific webapp and/or setup. Another issue that may be related to this is that Tomcat will not shutdown cleanly when someone is logged in (Tomcat hangs at INFO

Re: Tomcat hangs when cmd window fills up

2009-10-13 Thread Konstantin Kolinko
2009/10/13 Ron McNulty rmcnu...@xtra.co.nz: Hi all This is possibly a little OT, but maybe someone has come across this. We are running Tomcat 5 (Actually Jetspeed-2.1.3) on a Windows 2K box. We start it from a cmd window, using startup.bat. All runs fine until a large amount of text gets

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-13 Thread Law, Christopher
, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Monday, October 12, 2009 9:45 PM To: Tomcat Users List Subject: RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app) From: Law, Christopher [mailto:chris@snapon.com] Subject: RE: Tomcat hangs for minutes

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-13 Thread Caldarale, Charles R
From: Law, Christopher [mailto:chris@snapon.com] Subject: RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app) By any chance, is there a case mismatch - is your webapp properly deployed in [appBase]/Spc.xml or perhaps incorrectly in [appBase

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-12 Thread Law, Christopher
[mailto:chris@snapon.com] Sent: Saturday, October 10, 2009 10:02 AM To: Tomcat Users List Subject: RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app) Yup, guess I missed the keyword Attributes in the doc. Anyway, I added the attributes and it has significantly

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-12 Thread Caldarale, Charles R
From: Law, Christopher [mailto:chris@snapon.com] Subject: RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app) ${CATALINA_HOME}/conf/context.xml Which contains (comments removed): Context WatchedResourceWEB-INF/web.xml/WatchedResource

Tomcat hangs when cmd window fills up

2009-10-12 Thread Ron McNulty
Hi all This is possibly a little OT, but maybe someone has come across this. We are running Tomcat 5 (Actually Jetspeed-2.1.3) on a Windows 2K box. We start it from a cmd window, using startup.bat. All runs fine until a large amount of text gets output to the log (redirected to the Tomcat

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-10 Thread Law, Christopher
Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, October 09, 2009 8:40 PM To: Tomcat Users List Subject: RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app) From: Law, Christopher [mailto:chris@snapon.com] Subject: RE

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-09 Thread Law, Christopher
: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app) From: Law, Christopher [mailto:chris@snapon.com] Subject: RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app) I'm afraid I don't know what a blocking entropy

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-09 Thread Caldarale, Charles R
From: Law, Christopher [mailto:chris@snapon.com] Subject: RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app) The Tomcat logs show: 2009-10-09 16:03:11,093 DEBUG main org.apache.catalina.startup.ContextConfig - Successfully processed context

Re: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 10/6/2009 2:00 PM, Rainer Jung wrote: On 06.10.2009 17:41, Christopher Schultz wrote: Another possibility is that SecureRandom is taking forever to initialize: if your JVM is configured to use a blocking source of entropy, that may

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-07 Thread Law, Christopher
references: 921 ---8--- -- -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, October 07, 2009 5:16 PM To: Tomcat Users List Subject: Re: Tomcat

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-07 Thread Caldarale, Charles R
From: Law, Christopher [mailto:chris@snapon.com] Subject: RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app) I'm afraid I don't know what a blocking entropy is. /dev/random is the system-provided random byte stream for UNIX/Linux and some other

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-07 Thread Law, Christopher
Thanks, Chuck, I'll take a look into this. Appreciate it. Chris -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, October 07, 2009 5:46 PM To: Tomcat Users List Subject: RE: Tomcat hangs for minutes between ContextConfig

Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-06 Thread Law, Christopher
Hello, I'm running Tomcat 6.0.18 using Java 1.6.0_12 on Windows XP professional. I have a problem that occurs during startup deploying a WAR file. Tomcat deploys the WAR file but then there is a delay of minutes before it tries to start the application. During the delay, there is no CPU

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-06 Thread Caldarale, Charles R
From: Law, Christopher [mailto:chris@snapon.com] Subject: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app) It almost seems like Tomcat is blocked waiting for a reply from some request. Quite possible. Could be DNS resolution, or references in .xml

Re: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher, On 10/6/2009 10:50 AM, Law, Christopher wrote: Hello, I'm running Tomcat 6.0.18 using Java 1.6.0_12 on Windows XP professional. I have a problem that occurs during startup deploying a WAR file. Tomcat deploys the WAR file but then

Re: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-06 Thread Pid Ster
Does the app perform normally when it does start up? I recently experienced this when I inadvertently placed the same jar in two places - the app displayed other errors when it finally loaded. p -- On 6 Oct 2009, at 15:52, Law, Christopher chris@snapon.com wrote: Hello, I'm running

Re: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-06 Thread Rainer Jung
On 06.10.2009 17:41, Christopher Schultz wrote: Christopher, On 10/6/2009 10:50 AM, Law, Christopher wrote: Hello, I'm running Tomcat 6.0.18 using Java 1.6.0_12 on Windows XP professional. I have a problem that occurs during startup deploying a WAR file. Tomcat deploys the WAR file but

RE: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-06 Thread Law, Christopher
and the startup. Thanks for the tips on the thread dump. I will try to gather some info and post it. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, October 06, 2009 11:41 AM To: Tomcat Users List Subject: Re: Tomcat hangs for minutes

Re: Tomcat hangs on Startup

2009-09-25 Thread RogerV
with Nabble blocking messages and as things sorted themselves out, duplicates have been arriving in other lists as well :( Apologies Regards -- View this message in context: http://www.nabble.com/Tomcat-hangs-on-Startup-tp25530995p25607109.html Sent from the Tomcat - User mailing list archive

Tomcat hangs on Startup

2009-09-23 Thread RogerV
starts normally. Has anyone got an idea as to what might be going on? Regards -- View this message in context: http://www.nabble.com/Tomcat-hangs-on-Startup-tp25530995p25530995.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Tomcat hangs on Startup

2009-09-23 Thread lists
Path perhaps ? What's defined for java_home ? Sent via BlackBerry from T-Mobile - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat hangs on Startup

2009-09-23 Thread Mark Thomas
RogerV wrote: I'm running Tomcat 6.0.18 on Debian Linux (Lenny). Tomcat is configured to start automatically through the init process, but it hangs using 95+% of the CPU and won't respond to /etc/init.d/tomcat stop. I have to kill the process. I've tried manually starting it as root with

Tomcat hangs on startup

2009-09-22 Thread RogerV
starts normally. Has anyone got an idea as to what might be going on? Regards -- View this message in context: http://www.nabble.com/Tomcat-hangs-on-startup-tp25530597p25530597.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Tomcat hangs on startup

2009-09-22 Thread Mark Thomas
RogerV wrote: I'm running Tomcat 6.0.18 on Debian Linux (Lenny). Tomcat is configured to start automatically through the init process, but it hangs using 95+% of the CPU and won't respond to /etc/init.d/tomcat stop. I have to kill the process. I've tried manually starting it as root with

Re: Tomcat hangs on startup

2009-09-22 Thread Rainer Jung
On 22.09.2009 10:29, Mark Thomas wrote: RogerV wrote: I'm running Tomcat 6.0.18 on Debian Linux (Lenny). Tomcat is configured to start automatically through the init process, but it hangs using 95+% of the CPU and won't respond to /etc/init.d/tomcat stop. I have to kill the process. I've

Re: Apache Tomcat hangs

2009-08-23 Thread fps
I got this kind of exception with a jsp defined with session=false (in the %@ page... % section at the top of the file) including another jsp which was not including that session=false directive -- View this message in context: http://www.nabble.com/Apache-Tomcat-hangs-tp23777681p25101940.html

Re: Apache Tomcat hangs

2009-08-23 Thread Pid
On 23/08/2009 11:08, fps wrote: I got this kind of exception with a jsp defined with session=false (in the %@ page... % section at the top of the file) including another jsp which was not including that session=false directive Which kind of exception? Which version of Tomcat? Which version

Re: Apache Tomcat hangs

2009-08-23 Thread Len Popp
? Which version of Tomcat? Which version of the JVM? OS? What do the logs say? fps was answering, not asking. The entire thread can be seen here: http://www.nabble.com/Apache-Tomcat-hangs-td23777681.html -- Len - To unsubscribe, e

Re: Apache Tomcat hangs

2009-08-23 Thread Pid
directive Which kind of exception? Which version of Tomcat? Which version of the JVM? OS? What do the logs say? fps was answering, not asking. The entire thread can be seen here: http://www.nabble.com/Apache-Tomcat-hangs-td23777681.html My apologies - my mail server must be dropping messages... p

Re: Apache Tomcat hangs

2009-06-01 Thread Raquel Hernández Martinez
tomcat hangs when it´s generate a pdf and after one hour appears this error. Do you think that this can be hang the tomcat? I´ll try set session=true and test it. Many thanks for your help Chris. Raquel -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raquel, On 5/29/2009 6:35 AM, Raquel

Apache Tomcat hangs

2009-05-29 Thread Raquel Hernández Martinez
Hello I am using apache Tomcat 5.5 which is set up on a hp-ux machine. my application uses jaspert-reports At times during we use jaspert-rerpot for generate to a pdf, get an error as shown below, and this causes the servers hangs and can not log on the tomcat console and application . After

RE: Apache Tomcat hangs

2009-05-29 Thread Martin Gainty
donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Fri, 29 May 2009 12:35:14 +0200 Subject: Apache Tomcat hangs From: rhernan...@evendor.es To: users@tomcat.apache.org Hello I am using

Re: Apache Tomcat hangs

2009-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raquel, On 5/29/2009 6:35 AM, Raquel Hernández Martinez wrote: I am using apache Tomcat 5.5 which is set up on a hp-ux machine. my application uses jaspert-reports At times during we use jaspert-rerpot for generate to a pdf, get an error as shown

Re: Apache Tomcat hangs

2009-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, Wow, you did a lot of work! On 5/29/2009 8:47 AM, Martin Gainty wrote: but none of this *should happen if the jsp execution did'nt double submit* relevant bits of your jsp code located at What does this mean? at

Re: Apache Tomcat hangs

2009-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raquel, On 5/29/2009 6:35 AM, Raquel Hernández Martinez wrote: I am using apache Tomcat 5.5 which is set up on a hp-ux machine. my application uses jaspert-reports At times during we use jaspert-rerpot for generate to a pdf, get an error as shown

tomcat hangs on shutdown

2009-04-16 Thread shaharV
://www.nabble.com/file/p23073238/tomcat.log tomcat.log http://www.nabble.com/file/p23073238/stack.log stack.log -- View this message in context: http://www.nabble.com/tomcat-hangs-on-shutdown-tp23073238p23073238.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: tomcat hangs on shutdown

2009-04-16 Thread Mark Thomas
shaharV wrote: Hi everybody, I am using tomcat 6.0.18 from eclipse 3.4, on windows xp 32 bit. I am experiencing a server hung whenever i try to gracefully shutdown the server. i am attaching the tomcat log and the stack trace taken at the hanging. i would appreciate any help! You have

Tomcat hangs due to socket reads?

2009-03-18 Thread Diego Manilla Suárez
Hi everyone. I'm running Tomcat 5.0.30 + Apache 2.2.3 on a SuSE EL 10. After a few days running, the CPU load increases, until Tomcat is eating 99% of it, and I need to restart. The last time this happened, I executed jstack on the Tomcat VM, and I saw most of threads stacks are like this:

Re: Tomcat hangs due to socket reads?

2009-03-18 Thread André Warnier
Diego Manilla Suárez wrote: [...] Hi. No idea about your problem, but in the information you provide, you are showing the Apache connecting to port 8009 of Tomcat, but for Tomcat you are showing the Connector that listens on port 8080. That's probably not very helpful.

Re: Tomcat hangs due to socket reads?

2009-03-18 Thread Diego Manilla Suárez
Hi André. That was just an error when copying and pasting, I picked up the wrong connector. This is the right one: ## Connector port=8009 minProcessors=5 maxProcessors=150 enableLookups=false redirectPort=443 debug=0 protocol=AJP/1.3

Re: Tomcat hangs on SATA Linux server

2008-03-20 Thread Sameer Acharya
Is this just with Tomcat or does it happen with other apps too ? Chances are that your device driver may be having issues and hence slowing down the system in between. -Sameer --- Rick Fincher [EMAIL PROTECTED] wrote: Hi All, We have a web app running on Tomcat that accesses Oracle via

Re: Tomcat hangs on SATA Linux server

2008-03-20 Thread Mark Deneen
How much memory is on the server? Your file buffer may be too large and your disks can not keep up. I think the default is 10% of memory, so if you can fill that up faster than the disks can write it it will hang until the buffer is emptied. I doubt you are doing that much file i/o through

Tomcat hangs on SATA Linux server

2008-03-19 Thread Rick Fincher
Hi All, We have a web app running on Tomcat that accesses Oracle via JDBC on a Linux server (Centos 4.5) . The web app runs fine on one server but but locks up or hangs for 20-30 second periods on a Dell sever running with SATA storage. I only mention SATA because that is the only

RE: Tomcat hangs on SATA Linux server

2008-03-19 Thread Caldarale, Charles R
From: Rick Fincher [mailto:[EMAIL PROTECTED] Subject: Tomcat hangs on SATA Linux server Anyone have a clue what is causing this? Must be the day for people to leave out most relevant information. 1) What Tomcat level? 2) What JVM version? 3) What Java heap size have you specified? 4

tomcat hangs when connetion pooling used

2008-03-16 Thread Mahesh Viraktamath
Hi, I am using connection pooling for all the database transactions. I am using the following: MySql: 5.0.22 tomcat : 5.5.X Now the problem is when I run the application, it can't get the connnection from the connection pool. I tried everything like dumping all the waiting threads, killing all

Re: tomcat hangs when connetion pooling used

2008-03-16 Thread ib solution
hai, is there any an error page that you can share ?, i am using Mysql 5.0.22 and tomcat 5.5.17 and i am always get a connection -- Salam, Andy Susanto,S.Kom == for better search http://www.slashmysearch.com/earn/id/24828 HP : 081513039998

  1   2   >