Anonymous | Login | Signup for a new account | 12-17-2024 11:51 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004732 | [Resin] | minor | always | 08-26-11 13:09 | 09-09-11 13:21 | ||||
Reporter | cowan | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.21 | ||||||
Summary | 0004732: -kill with no -server fails in cluster | ||||||||
Description |
Configure a cluster with more than one server as below. Start server a. Then issue command "resin.sh -kill". Response is: Resin/4.0.21 can't kill -server 'b' for watchdog at 127.0.0.1:6600. java.lang.RuntimeException: WatchdogClient[b]: watchdog kill failed because of 'WatchdogService[watchdog@admin.resin.caucho]: kill server='b' failed because of exception com.caucho.config.ConfigException: No matching <server> found for -server 'b' in /Users/paul/resin-pro-4.0.21/conf/resin.xml'' ResinBootConfig.findShutdownClient returns the 1st WatchdogClient in an unordered map regardless of if the server is up. <server id="a" address="127.0.0.1" port="6800"> <http address="*" port="8080"/> </server> <server id="b" address="127.0.0.1" port="6801"> <http address="*" port="8081"/> </server> <server id="c" address="127.0.0.1" port="6802"> <http address="*" port="8082"/> </server> |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed. 27 unique queries executed. |