DO NOT REPLY [Bug 21279] - Proc Runner: No Listener Notification on Shutdown

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21279

Proc Runner: No Listener Notification on Shutdown

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|5.0.3   |5.0.5



--- Additional Comments From [EMAIL PROTECTED]  2003-08-01 16:50 ---
I have added some logging to org.apache.catalina.startup.Bootstrap: main() is 
never reached on shutdown via procrun. Looks like procrun just kills the JVM. 
What strikes me here is that no shutdown hook gets activated. If I shutdown TC 
via telnet (port 8005) SessionListener and ContextListener are properly 
notified. I have no tools available to actually look what procrun does on 
shutdown. Any help is much appreciated.

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



DO NOT REPLY [Bug 21279] - Proc Runner: No Listener Notification on Shutdown

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21279

Proc Runner: No Listener Notification on Shutdown





--- Additional Comments From [EMAIL PROTECTED]  2003-07-03 10:12 ---
Some more observation - hope it helps to pin down the problem:
If I start TC via proc runner and stop TC via shutdown.bat the method 
contextDestroyed() is properly called.

Windows Task-Manager:
Stopping TC via proc runner gives a peak CPU utilization of approx. 6%, the 
extra CPU utilization lasts for approx. 5 seconds.
Stopping TC via shutdown.bat gives a peak CPU utilization of 100%, the extra 
CPU utilization lasts from 15 to 35 seconds.

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



DO NOT REPLY [Bug 21279] - Proc Runner: No Listener Notification on Shutdown

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21279

Proc Runner: No Listener Notification on Shutdown

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Catalina|Installable Packages



--- Additional Comments From [EMAIL PROTECTED]  2003-07-02 15:23 ---
Ok, I can reproduce that. I find it odd that the shutdown hook of the VM isn't
getting invoked. Maybe the process is abruptly killed at some point.

There are alternative ways to start Tomcat if you need a workaround for now
(including the Java launcher from the Commons, and the plain old .bat scripts).
I hope you like the new .exe wrapper (assuming the bugs are fixed, of course).

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



DO NOT REPLY [Bug 21279] - Proc Runner: No Listener Notification on Shutdown

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21279

Proc Runner: No Listener Notification on Shutdown





--- Additional Comments From [EMAIL PROTECTED]  2003-07-02 15:38 ---
Proc runner now comes with the Java Option -Xrs preconfigured (as of TC 5.0.3). 
However, leaving the option out doesn't make a difference.

I do like the new .exe wrapper. It's a very handy tool.

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