Anonymous | Login | Signup for a new account | 12-17-2024 11:31 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 | ||||
0000225 | [Resin] | minor | always | 05-27-05 00:00 | 01-26-06 14:15 | ||||
Reporter | user142 | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | low | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.0.18 | Product Version | |||||
Product Build | |||||||||
Summary | 0000225: Can't connect to parent process through socket null | ||||||||
Description |
RSN-248 In com.caucho.server.resin.Resin, the following code: if (socket == null) { System.err.println("Can't connect to parent process through socket " + socket); System.err.println("Resin needs to connect to its parent."); System.exit(0); } Should read: if (socket == null) { System.err.println("Can't connect to parent process through socket " + socketport); System.err.println("Resin needs to connect to its parent."); System.exit(0); } Instead. The existing code gives the message "Can't connect to parent process through socket null", which isn't very helpful. :-) |
||||||||
Steps To Reproduce | |||||||||
Additional Information | Any | ||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 25 unique queries executed. |