Mantis Bugtracker
  

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

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
05-27-05 00:00 user142 New Issue
01-26-06 14:15 ferg Assigned To  => ferg
01-26-06 14:15 ferg Status acknowledged => closed
01-26-06 14:15 ferg Resolution open => fixed
01-26-06 14:15 ferg Fixed in Version  => 3.0.18


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker