Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3678 | major | always | 09-08-09 04:40 | 09-08-09 12:10 | |
|
|||||
Reporter: | GreenEyed | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.9 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.1 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|