Start hangs indefinately, cpu to 100%

2003-09-02 Thread Shawn
Hello,

Using 4.1.27 (which starts normally except when a particular webapp(ie 
context) is included), starting hangs indefinately and the cpu goes to 
100%.  In the log for that particular webapp, it seems that nothing unsual 
appears for the context and it ends with -- 2003-09-02 13:38:21 
StandardContext[/root]: Starting completed

As for Catlina.out, after about 5 minutes of letting it try to start, I get 
a 4.7 mb file (and growing until I killed it) with entries similar to

25296 [main] DEBUG org.apache.commons.digester.Digester.sax  - 
setDocumentLocator([EMAIL PROTECTED])
25298 [main] DEBUG org.apache.commons.digester.Digester.sax  - 
startDocument()
25321 [main] DEBUG org.apache.commons.digester.Digester.sax  - 
resolveEntity('-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN', 
'http://java.sun.com/dtd/web-app_2_3.dtd')
25324 [main] DEBUG org.apache.commons.digester.Digester  -  Resolving to 
alternate DTD 'jar:file:/home/javauser/jakarta-tomcat- 
4.1.27/common/lib/servlet.jar!/javax/servlet/resources/web-app_2_3.dtd'
25657 [main] DEBUG org.apache.commons.digester.Digester.sax  - 
startPrefixMapping(xml,http://www.w3.org/XML/1998/namespace)
25671 [main] DEBUG org.apache.commons.digester.Digester.sax  - 
startPrefixMapping(xmlns,http://www.w3.org/2000/xmlns/)
25683 [main] DEBUG org.apache.commons.digester.Digester.sax  - 
startElement(,,web-app)
25708 [main] DEBUG org.apache.commons.digester.Digester  -   Pushing body 
text ''
25725 [main] DEBUG org.apache.commons.digester.Digester  -   New 
match='web-app'
25737 [main] DEBUG org.apache.commons.digester.Digester  -   Fire begin() 
for [EMAIL PROTECTED]
25770 [main] DEBUG org.apache.commons.digester.Digester.sax  - 
ignorableWhitespace(

HOWEVER IN A SUCCESSFUL START-UP IT INCLUDES-
39393 [main] INFO  org.apache.coyote.http11.Http11Protocol  - Starting 
Coyote HTTP/1.1 on port 8080
39430 [main] DEBUG org.apache.jk.server.JkMain  - Substituting soTimeout 
channelSocket.soTimeout 0
39437 [main] DEBUG org.apache.jk.server.JkMain  - Substituting port 
channelSocket.port 8009

INSTEAD OF THE DIGESTER DEBUG INFO ABOVE.

ANY IDEAS?

Shawn







RH9, JDK1.4.2
--
Shawn
Happily using M2, Opera's revolutionary e-mail client: 
http://www.opera.com/m2/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Start hangs indefinately, cpu to 100%

2003-09-02 Thread showery
Hello all,
I have a problem when I test my web by JMeter. That is HTTP/1.1 400 
Invalid path /login was requested. So I try the following approch to 
find why,
1. In browser,  input 
http://localhost:8080/TSS/login.do?userid=adminpassword=admin;. and it 
successed.
2. use telnet to connection to localhost, and send
GET  /TSS/login.do?userid=adminpassword=admin HTTP/1.1
Host: localhost:8080

but I got the following error message,
HTTP/1.1 400 Invalid path /login was requested
Set-Cookie: JSESSIONID=A4E92ACAA794837FFEF56A137FA68D16; Path=/TSS
Content-Type: text/html;charset=Shift_JIS
Content-Language: ja-JP
Transfer-Encoding: chunked
Date: Tue, 02 Sep 2003 05:09:28 GMT
Server: Apache Coyote/1.0
30f
htmlheadtitleApache Tomcat/4.1.24 - Error 
report/titleSTYLE!--H1{font
-family : sans-serif,Arial,Tahoma;color : white;background-color : 
#0086b2;} H3{
font-family : sans-serif,Arial,Tahoma;color : white;background-color : 
#0086b2;}
BODY{font-family : sans-serif,Arial,Tahoma;color : 
black;background-color : whi
te;} B{color : white;background-color : #0086b2;} HR{color : #0086b2;} 
--/STYL
E /headbodyh1HTTP Status 400 - Invalid path /login was 
requested/h1HR
size=1 noshadepbtype/b Status report/ppbmessage/b 
uInvalid pa
th /login was requested/u/ppbdescription/b uThe request sent 
by the
client was syntactically incorrect (Invalid path /login was 
requested)./u/p
HR size=1 noshadeh3Apache Tomcat/4.1.24/h3/body/html
0

Thanks very much



__
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Start hangs indefinately, cpu to 100% --solved

2003-09-02 Thread Shawn
Apperantly one of the jars in my lib was either corrupted or in conflict 
because after removing unneeded ones and updated others, it seems to be 
likeable Tomcat behavior as usual.

--following was original post---
Using 4.1.27 (which starts normally except when a particular webapp(ie 
context) is included), starting hangs indefinately and the cpu goes to 
100%.  In the log for that particular webapp, it seems that nothing unsual 
appears for the context and it ends with -- 2003-09-02 13:38:21 
StandardContext[/root]: Starting completed
As for Catlina.out, after about 5 minutes of letting it try to start, I 
get a 4.7 mb file (and growing until I killed it) with entries similar to
25296 [main] DEBUG org.apache.commons.digester.Digester.sax  - 
setDocumentLocator([EMAIL PROTECTED])
25298 [main] DEBUG org.apache.commons.digester.Digester.sax  - 
startDocument()
25321 [main] DEBUG org.apache.commons.digester.Digester.sax  - 
resolveEntity('-//Sun 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Start hangs indefinately, cpu to 100%

2003-09-02 Thread Shapira, Yoav

Howdy,
Could it be that your network was/is down or unavailable while it was
starting with errors?  Can you reproduce this behavior at will?

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Shawn [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 2:42 AM
To: [EMAIL PROTECTED]
Subject: Start hangs indefinately, cpu to 100%

Hello,

Using 4.1.27 (which starts normally except when a particular webapp(ie
context) is included), starting hangs indefinately and the cpu goes to
100%.  In the log for that particular webapp, it seems that nothing
unsual
appears for the context and it ends with -- 2003-09-02 13:38:21
StandardContext[/root]: Starting completed

As for Catlina.out, after about 5 minutes of letting it try to start, I
get
a 4.7 mb file (and growing until I killed it) with entries similar to

25296 [main] DEBUG org.apache.commons.digester.Digester.sax  -
setDocumentLocator(org.apache.xerces.parsers.AbstractSAXParser$LocatorP
roxy
@7cd37a)
25298 [main] DEBUG org.apache.commons.digester.Digester.sax  -
startDocument()
25321 [main] DEBUG org.apache.commons.digester.Digester.sax  -
resolveEntity('-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN',
'http://java.sun.com/dtd/web-app_2_3.dtd')
25324 [main] DEBUG org.apache.commons.digester.Digester  -  Resolving
to
alternate DTD 'jar:file:/home/javauser/jakarta-tomcat-
4.1.27/common/lib/servlet.jar!/javax/servlet/resources/web-app_2_3.dtd'
25657 [main] DEBUG org.apache.commons.digester.Digester.sax  -
startPrefixMapping(xml,http://www.w3.org/XML/1998/namespace)
25671 [main] DEBUG org.apache.commons.digester.Digester.sax  -
startPrefixMapping(xmlns,http://www.w3.org/2000/xmlns/)
25683 [main] DEBUG org.apache.commons.digester.Digester.sax  -
startElement(,,web-app)
25708 [main] DEBUG org.apache.commons.digester.Digester  -   Pushing
body
text ''
25725 [main] DEBUG org.apache.commons.digester.Digester  -   New
match='web-app'
25737 [main] DEBUG org.apache.commons.digester.Digester  -   Fire
begin()
for [EMAIL PROTECTED]
25770 [main] DEBUG org.apache.commons.digester.Digester.sax  -
ignorableWhitespace(

HOWEVER IN A SUCCESSFUL START-UP IT INCLUDES-
39393 [main] INFO  org.apache.coyote.http11.Http11Protocol  - Starting
Coyote HTTP/1.1 on port 8080
39430 [main] DEBUG org.apache.jk.server.JkMain  - Substituting
soTimeout
channelSocket.soTimeout 0
39437 [main] DEBUG org.apache.jk.server.JkMain  - Substituting port
channelSocket.port 8009

INSTEAD OF THE DIGESTER DEBUG INFO ABOVE.

ANY IDEAS?

Shawn







RH9, JDK1.4.2
--
Shawn

Happily using M2, Opera's revolutionary e-mail client:
http://www.opera.com/m2/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]