RE: Why won't Tomcat 5 shutdown properly?

2004-03-29 Thread Shapira, Yoav

Hi,

There's no date set for 5.0.20 is there?

5.0.20 is out already and has been available for download for several
days.  I don't think it contains anything relevant to your issue over
5.0.19.

Yoav Shapira



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]



RE: Why won't Tomcat 5 shutdown properly?

2004-03-29 Thread rcdunn

 Hi,

 There's no date set for 5.0.20 is there?

 5.0.20 is out already and has been available for download for several
 days.  I don't think it contains anything relevant to your issue over
 5.0.19.

 Yoav Shapira

It looks like the jakarta website is out of date then. There is no mention
that I can see of a 5.0.20 release. I guess it must be hidden away in the
download site as the website says the latest is 5.0.19. (and I don't see it
on the normal download page I usually go to:
http://jakarta.apache.org/site/binindex.cgi)

Rich Dunn

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



RE: Why won't Tomcat 5 shutdown properly?

2004-03-29 Thread Shapira, Yoav

Hi,

It looks like the jakarta website is out of date then. There is no
mention

No.  5.0.20 is an alpha, and we list the latest stable release on the
binary downloads page.  Since you were asking about an alpha build, I
assumed you knew this as well the download location (unmirrored):

http://www.apache.org/dist/jakarta/tomcat-5/v5.0.20-alpha/

Yoav Shapira




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]



RE: Why won't Tomcat 5 shutdown properly?

2004-03-27 Thread Alex

java version 1.4.2_03
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02)
Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)

This is what I'm running on four different servers and all provide the
exact same issue.

There's no date set for 5.0.20 is there?

On Fri, 26 Mar 2004, Caldarale, Charles R wrote:

 Date: Fri, 26 Mar 2004 09:46:12 -0600
 From: Caldarale, Charles R [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: RE: Why won't Tomcat 5 shutdown properly?

  From: Frank Diakovasilis [mailto:[EMAIL PROTECTED]
  Subject: Why won't Tomcat 5 shutdown properly?
 
  Just tried switching to Tomcat 5 and am having a little problem.
  Why will Tomcat 5 start fine, but not shutdown properly?

 Same problem I reported last week. Some new log messages were not
 included in the appropriate properties files sometime between 5.0.16
 and 5.0.19 (they are supposed to be in 5.0.20). When running with JDK
 1.3, the built-in logging mechanism throws an exception, killing the
 main thread. Under JDK 1.4, Sun logging is used, and this just prints
 an error message and continues. If you can move up to 1.4, the problem
 will disappear.

  - Chuck


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



RE: Why won't Tomcat 5 shutdown properly?

2004-03-26 Thread Shapira, Yoav

Hi,
Try it with a JDK.  Other than that I don't know ;)

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Frank Diakovasilis [mailto:[EMAIL PROTECTED]
Sent: Friday, March 26, 2004 10:40 AM
To: 'Tomcat Users List'
Subject: Why won't Tomcat 5 shutdown properly?

Hi,

Just tried switching to Tomcat 5 and am having a little problem.
Why will Tomcat 5 start fine, but not shutdown properly?
Has this happened to anybody, does anybody have a clue as to why it
would
behave this way?

error displayed in console [of startup.bat] when shutdown.bat is
clicked:

[ERROR] Catalina - -Catalina.stop LifecycleException:  Cannot find
message
associated with key
coyoteConnector.protocolHandlerPauseFailedLifecycleException:  Cannot
find
message associated with key coyoteConnector.protocolHandlerPauseFailed
   at
org.apache.coyote.tomcat5.CoyoteConnector.pause(CoyoteConnector.java:14
62)
   at
org.apache.catalina.core.StandardService.stop(StandardService.java:560)
   at
org.apache.catalina.core.StandardServer.stop(StandardServer.java:2379)
   at org.apache.catalina.startup.Catalina.stop(Catalina.java:643)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:618)
   at java.lang.reflect.Method.invoke(Native Method)
   at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
   at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)

Stats are:
Tomcat 5.
Windows XP.
JRE 1.3 (JAVA_HOME pointing to a jre not jdk, but not using JSPs)

Thanks.
Frank

-
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]



RE: Why won't Tomcat 5 shutdown properly?

2004-03-26 Thread Frank Diakovasilis
I did that as well, but still did not work. 
Thanks anyway.

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Friday, March 26, 2004 10:42 AM
To: Tomcat Users List
Subject: RE: Why won't Tomcat 5 shutdown properly?



Hi,
Try it with a JDK.  Other than that I don't know ;)

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Frank Diakovasilis [mailto:[EMAIL PROTECTED]
Sent: Friday, March 26, 2004 10:40 AM
To: 'Tomcat Users List'
Subject: Why won't Tomcat 5 shutdown properly?

Hi,

Just tried switching to Tomcat 5 and am having a little problem.
Why will Tomcat 5 start fine, but not shutdown properly?
Has this happened to anybody, does anybody have a clue as to why it
would
behave this way?

error displayed in console [of startup.bat] when shutdown.bat is
clicked:

[ERROR] Catalina - -Catalina.stop LifecycleException:  Cannot find
message
associated with key
coyoteConnector.protocolHandlerPauseFailedLifecycleException:  Cannot
find
message associated with key coyoteConnector.protocolHandlerPauseFailed
   at
org.apache.coyote.tomcat5.CoyoteConnector.pause(CoyoteConnector.java:14
62)
   at
org.apache.catalina.core.StandardService.stop(StandardService.java:560)
   at
org.apache.catalina.core.StandardServer.stop(StandardServer.java:2379)
   at org.apache.catalina.startup.Catalina.stop(Catalina.java:643)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:618)
   at java.lang.reflect.Method.invoke(Native Method)
   at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
   at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)

Stats are:
Tomcat 5.
Windows XP.
JRE 1.3 (JAVA_HOME pointing to a jre not jdk, but not using JSPs)

Thanks.
Frank

-
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]

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



RE: Why won't Tomcat 5 shutdown properly?

2004-03-26 Thread Caldarale, Charles R
 From: Frank Diakovasilis [mailto:[EMAIL PROTECTED]
 Subject: Why won't Tomcat 5 shutdown properly?
 
 Just tried switching to Tomcat 5 and am having a little problem.
 Why will Tomcat 5 start fine, but not shutdown properly?

Same problem I reported last week. Some new log messages were not included in the 
appropriate properties files sometime between 5.0.16 and 5.0.19 (they are supposed to 
be in 5.0.20). When running with JDK 1.3, the built-in logging mechanism throws an 
exception, killing the main thread. Under JDK 1.4, Sun logging is used, and this just 
prints an error message and continues. If you can move up to 1.4, the problem will 
disappear.

 - Chuck

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



RE: Why won't Tomcat 5 shutdown properly?

2004-03-26 Thread Frank Diakovasilis
sounds good to me, I appreciate the help.  Thanks

-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Friday, March 26, 2004 10:46 AM
To: Tomcat Users List
Subject: RE: Why won't Tomcat 5 shutdown properly?


 From: Frank Diakovasilis [mailto:[EMAIL PROTECTED]
 Subject: Why won't Tomcat 5 shutdown properly?
 
 Just tried switching to Tomcat 5 and am having a little problem.
 Why will Tomcat 5 start fine, but not shutdown properly?

Same problem I reported last week. Some new log messages were not included
in the appropriate properties files sometime between 5.0.16 and 5.0.19 (they
are supposed to be in 5.0.20). When running with JDK 1.3, the built-in
logging mechanism throws an exception, killing the main thread. Under JDK
1.4, Sun logging is used, and this just prints an error message and
continues. If you can move up to 1.4, the problem will disappear.

 - Chuck

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

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