Anonymous | Login | Signup for a new account | 12-17-2024 11:55 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003678 | [Resin] | major | always | 09-08-09 04:40 | 09-08-09 12:10 | ||||
Reporter | GreenEyed | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 4.0.1 | Product Version | 3.1.9 | ||||
Product Build | |||||||||
Summary | 0003678: The "kill" option for the resin.jar server does not work, it just restarts the server | ||||||||
Description |
The server has several command options that are used to start/stop/... the servers and are performed by the Watchdog process. One of the options, kill, was introduced to be able to kill hard a server in case the JVM is hanged and does not respond to regular input, so the Watchdog process is not able to stop it normally. However, using the kill option produces a stack trace in the Watchdog process and server is not killed but simply restarted. The stacktrace itself looks like: [2009/09/08 13:11:07.579] Watchdog kill: ServerName [2009/09/08 13:11:08.392] java.io.IOException: Stream closed [2009/09/08 13:11:08.392] at java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:134) [2009/09/08 13:11:08.392] at java.io.BufferedInputStream.available(BufferedInputStream.java:381) [2009/09/08 13:11:08.392] at com.caucho.boot.WatchdogProcess.runInstance(WatchdogProcess.java:346) [2009/09/08 13:11:08.392] at com.caucho.boot.WatchdogProcess.runInstance(WatchdogProcess.java:173) [2009/09/08 13:11:08.392] at com.caucho.boot.WatchdogProcess.run(WatchdogProcess.java:99) [2009/09/08 13:11:08.392] at com.caucho.boot.WatchdogTask.run(WatchdogTask.java:108) [2009/09/08 13:11:08.392] at java.lang.Thread.run(Thread.java:619) [2009/09/08 13:11:13.412] WatchdogProcess[Watchdog[ServerName],2] starting Resin |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |