|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4732 | minor | always | 08-26-11 13:09 | 09-09-11 13:21 | |
|
|
|||||
| Reporter: | cowan | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.21 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.23 | ||
|
|
|||||
| 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> |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||