DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29688>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29688

HostConfig NullPointerException





------- Additional Comments From [EMAIL PROTECTED]  2004-07-05 08:59 -------
As mentioned before the NPE is blocking the tomcat, it's even impossible to 
shut down the server:

Catalina.stop: java.net.SocketException: Broken pipe
java.net.SocketException: Broken pipe
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:115)
        at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:414)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:333)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:424)

The server shuts down normally if the NPE is not in the log-file, whenever the 
NPE is in the logs, the shutdown script failed with above exception (no need to 
tell me something about killing processes). I would really appreciate if the 
patch could be applied and committed.  Any reason why this didn't happen ? If 
there are any concerns, could you please tell me ?

-Sascha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to