DO NOT REPLY [Bug 27790] - Exception during shutdown of 5.0.19 on JDK 1.3.1

2004-03-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27790.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27790

Exception during shutdown of 5.0.19 on JDK 1.3.1

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-03-21 15:20 ---
Tomcat 5 supports the new servlet  JSP specifications, which require JDK 1.4
(although it might work to some extent with JDK 1.3).

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



DO NOT REPLY [Bug 27790] - Exception during shutdown of 5.0.19 on JDK 1.3.1

2004-03-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27790.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27790

Exception during shutdown of 5.0.19 on JDK 1.3.1

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |



--- Additional Comments From [EMAIL PROTECTED]  2004-03-21 17:40 ---
Tomcat is not a JSSE container, so there is no requirement in the spec as to 
which JVM versions are supported.

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



DO NOT REPLY [Bug 27790] - Exception during shutdown of 5.0.19 on JDK 1.3.1

2004-03-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27790.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27790

Exception during shutdown of 5.0.19 on JDK 1.3.1





--- Additional Comments From [EMAIL PROTECTED]  2004-03-21 17:44 ---
Well, then go ahead and fix this. I certainly will not.

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



DO NOT REPLY [Bug 27790] - Exception during shutdown of 5.0.19 on JDK 1.3.1

2004-03-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27790.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27790

Exception during shutdown of 5.0.19 on JDK 1.3.1





--- Additional Comments From [EMAIL PROTECTED]  2004-03-21 21:28 ---
I think I found the problem. One of the recent changes to Http11Protocol.java 
added pause() and resume() methods which call log.info() to record the actions. 
However, the corresponding messages were not placed in LocalStrings.properties, 
so errors occur when attempting to fetch the text. Under JDK 1.4, using the 
java.util.logging.Logger class, a message is printed, and no exception is 
thrown for the missing text. However, under 1.3, using the commons SimpleLog 
class, an exception is thrown, which kills the main thread, resulting in the 
hang.

I've added the following to the properties file:

http11protocol.endpoint.pauseerror=Error pausing endpoint
http11protocol.pause=Pausing Coyote HTTP/1.1 on port {0}
http11protocol.endpoint.resumeerror=Error resuming endpoint
http11protocol.resume=Resuming Coyote HTTP/1.1 on port {0}

I suspect that there may be other missing message strings, since the 
LifeCycleException seems to be complaining about a similar problem. This may 
also explain the recent spate of e-mails on the tomcat-user list about missing 
messages in the 1.4 log.

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



DO NOT REPLY [Bug 27790] - Exception during shutdown of 5.0.19 on JDK 1.3.1

2004-03-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27790.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27790

Exception during shutdown of 5.0.19 on JDK 1.3.1

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-03-21 23:53 ---
As I remembered, Remy added two of the missing messages long ago, and just 
added the other two (at least if you're not using localized messages :).

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



DO NOT REPLY [Bug 27790] - Exception during shutdown of 5.0.19 on JDK 1.3.1

2004-03-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27790.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27790

Exception during shutdown of 5.0.19 on JDK 1.3.1





--- Additional Comments From [EMAIL PROTECTED]  2004-03-19 05:51 ---
Found a bit more information about the problem: the original exception that 
triggered the error was java/util/MissingResourceException, with a detail 
message of Can't find resource for bundle java.util.PropertyResourceBundle, 
key http11protocol.pause. I don't have a walkback yet.

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



Autoreply: DO NOT REPLY [Bug 27790] - Exception during shutdown of 5.0.19 on JDK 1.3.1

2004-03-18 Thread DirectXtras
Hello,

Due to the increased volume of SPAM this mailbox has been closed.

Please contact us via http://www.directxtras.com/ContactUS.asp

We apology for the inconvenience.

Best Regards,
--
The DirectXtras Team
-
DirectXtras - Xtra Power for Director and Authorware -
  http://www.directxtras.com
Sites with something to say - http://www.SpeaksForItself.com
-


Your message reads:

Received: from mail.apache.org (unverified [208.185.179.12]) by mail2.intermedia.net
 (Rockliffe SMTPRA 4.5.6) with SMTP id [EMAIL PROTECTED] for [EMAIL PROTECTED];
 Thu, 18 Mar 2004 21:50:45 -0800
Received: (qmail 97659 invoked by uid 500); 19 Mar 2004 05:50:27 -
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Post: mailto:[EMAIL PROTECTED]
List-Id: Tomcat Developers List tomcat-dev.jakarta.apache.org
Reply-To: Tomcat Developers List [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 97618 invoked from network); 19 Mar 2004 05:50:27 -
Received: from unknown (HELO exchange.sun.com) (192.18.33.10)
  by daedalus.apache.org with SMTP; 19 Mar 2004 05:50:27 -
Received: (qmail 16582 invoked by uid 50); 19 Mar 2004 05:51:10 -
Date: 19 Mar 2004 05:51:10 -
Message-ID: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc:
Subject: DO NOT REPLY [Bug 27790]  - 
Exception during shutdown of 5.0.19 on JDK 1.3.1
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27790.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27790

Exception during shutdown of 5.0.19 on JDK 1.3.1





--- Additional Comments From [EMAIL PROTECTED]  2004-03-19 05:51 ---
Found a bit more information about the problem: the original exception that 
triggered the error was java/util/MissingResourceException, with a detail 
message of Can't find resource for bundle java.util.PropertyResourceBundle, 
key http11protocol.pause. I don't have a walkback yet.

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