Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] 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  
Status closed   Product Version
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. :-)
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