RE: tomcat hang when start with service tomcat start

2009-07-01 Thread zhicheng wang
To: users@tomcat.apache.org Date: Tue, 30 Jun 2009 15:19:30 -0500 Subject: RE: tomcat hang when start with service tomcat start From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: tomcat hang when start with service tomcat start the problem must be in something that /sbin/service is doing

Re: tomcat hang when start with service tomcat start

2009-07-01 Thread André Warnier
zhicheng wang wrote: hi Thanks for so many useful inputs. i totally agree with the following and had tried to get root user's environments by added . /etc/profile . /root/.bash_profile in /etc/init.d/tomcat (we do not want to change /sbin/service) but it did not work Hi again. It has

tomcat hang when start with service tomcat start

2009-06-30 Thread zhicheng wang
dear all i have a very weird problem with starting tomcat and would be most grateful if any one can give me some clue. OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 8) java: jdk1.6.0_14 tomcat:apache-tomcat-6.0.20 if i try to start tomcat using service tomcat start it

Re: tomcat hang when start with service tomcat start

2009-06-30 Thread André Warnier
zhicheng wang wrote: ... i have a very weird problem with starting tomcat I think it is not so weird.. OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 8) java: jdk1.6.0_14 tomcat:apache-tomcat-6.0.20 if i try to start tomcat using service tomcat start it hangs Where did you get

RE: tomcat hang when start with service tomcat start

2009-06-30 Thread zhicheng wang
(as ROOT.war) as the hang point indicated INFO: Initializing Spring root WebApplicationContext regards zcw Date: Tue, 30 Jun 2009 16:51:55 +0200 From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re: tomcat hang when start with service tomcat start zhicheng wang wrote: ... i have

Re: tomcat hang when start with service tomcat start

2009-06-30 Thread André Warnier
zhicheng wang wrote: hi thanks for the reply. we downloaded tomcat from apache so it is real tomcat. the start upscript was also downloaded from internet (not the redhat one), with some modifications and has been running fine for a few years. the problem began when we started running a

RE: tomcat hang when start with service tomcat start

2009-06-30 Thread Caldarale, Charles R
From: zhicheng wang [mailto:zcwli...@hotmail.co.uk] Subject: RE: tomcat hang when start with service tomcat start the problem began when we started running a Grails app (as ROOT.war) as the hang point indicated INFO: Initializing Spring root WebApplicationContext What does a thread dump

RE: tomcat hang when start with service tomcat start

2009-06-30 Thread zhicheng wang
@tomcat.apache.org Subject: Re: tomcat hang when start with service tomcat start zhicheng wang wrote: hi thanks for the reply. we downloaded tomcat from apache so it is real tomcat. the start upscript was also downloaded from internet (not the redhat one), with some modifications

RE: tomcat hang when start with service tomcat start

2009-06-30 Thread zhicheng wang
hi do you mean kill -3 pid it printed nothing (while tomcat was hanging) From: chuck.caldar...@unisys.com To: users@tomcat.apache.org Date: Tue, 30 Jun 2009 10:29:57 -0500 Subject: RE: tomcat hang when start with service tomcat start From: zhicheng wang [mailto:zcwli

RE: tomcat hang when start with service tomcat start

2009-06-30 Thread zhicheng wang
[0x9032,0x9216d9a8,0x9232) From: chuck.caldar...@unisys.com To: users@tomcat.apache.org Date: Tue, 30 Jun 2009 10:29:57 -0500 Subject: RE: tomcat hang when start with service tomcat start From: zhicheng wang [mailto:zcwli...@hotmail.co.uk] Subject: RE: tomcat hang when start with service tomcat start

RE: tomcat hang when start with service tomcat start

2009-06-30 Thread Steve Ochani
Send reply to: Tomcat Users List users@tomcat.apache.org From: zhicheng wang zcwli...@hotmail.co.uk To: users@tomcat.apache.org Subject:RE: tomcat hang when start with service tomcat start Date sent: Tue, 30 Jun 2009 16:53:08 +0100 hi do you mean kill -3 pid

RE: tomcat hang when start with service tomcat start

2009-06-30 Thread Caldarale, Charles R
From: zhicheng wang [mailto:zcwli...@hotmail.co.uk] Subject: RE: tomcat hang when start with service tomcat start main prio=10 tid=0x08059000 nid=0x1b5c runnable [0xb749e000] java.lang.Thread.State: RUNNABLE at java.io.UnixFileSystem.getBooleanAttributes0(Native Method

RE: tomcat hang when start with service tomcat start

2009-06-30 Thread zhicheng wang
: tomcat hang when start with service tomcat start From: zhicheng wang [mailto:zcwli...@hotmail.co.uk] Subject: RE: tomcat hang when start with service tomcat start main prio=10 tid=0x08059000 nid=0x1b5c runnable [0xb749e000] java.lang.Thread.State: RUNNABLE

Re: tomcat hang when start with service tomcat start

2009-06-30 Thread André Warnier
zhicheng wang wrote: hi IF but we can start tomcat with other methods such as $CATALINA_HOME/bin/startup.sh (which is the basic script that starts Tomcat) AND /etc/init.d/tomcat start (which basically calls $CATALINA_HOME/bin/startup.sh) AND /etc/rc5.d/S80tomcat start (which is

RE: tomcat hang when start with service tomcat start

2009-06-30 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: tomcat hang when start with service tomcat start the problem must be in something that /sbin/service is doing. Correct; the script that should be undergoing scrutiny is /sbin/service, but the OP seems to be avoiding that for some

Re: tomcat hang when start with service tomcat start

2009-06-30 Thread Konstantin Kolinko
2009/6/30 zhicheng wang zcwli...@hotmail.co.uk: if i try to start tomcat using service tomcat start it hangs at INFO: Initializing Spring root WebApplicationContext or reboot also hangs here BUT, if i run the following commands, it starts up fine: /etc/init.d/tomcat start

Re: tomcat hang when start with service tomcat start

2009-06-30 Thread Filip Hanik - Dev Lists
are you using a mounted network drive? Filip Caldarale, Charles R wrote: From: zhicheng wang [mailto:zcwli...@hotmail.co.uk] Subject: RE: tomcat hang when start with service tomcat start main prio=10 tid=0x08059000 nid=0x1b5c runnable [0xb749e000] java.lang.Thread.State: RUNNABLE