Mantis - Resin
Viewing Issue Advanced Details
896 minor sometimes 01-23-06 21:47 01-24-06 10:48
yusuke  
ferg  
normal  
closed 2.1.x  
fixed  
none    
none 3.0.18  
0000896: NullPointerException on closing server.
When I stop a resin server, sometimes NullPointerException is thrown.

No webapp is registerd.
I execute 'httpd.sh start' and wait for log 'http listening to ...', and then execute 'httpd.sh stop'.

----------- stderr.log -----------
[2006-01-24 11:54:21.443] initializing application http://localhost:8090/ [^]
closing server
java.lang.NullPointerException
        at com.caucho.server.TcpServer.startConnection(TcpServer.java:812)
        at com.caucho.server.TcpServer$StartThread.run(TcpServer.java:992)
        at java.lang.Thread.run(Thread.java:568)

----------- stdout.log -----------
Resin 2.1.17 (built Thu Dec 8 15:09:04 PST 2005)
Copyright(c) 1998-2003 Caucho Technology. All rights reserved.

Starting Resin on Tue, 24 Jan 2006 11:54:20 +0900 (JST)
http listening to *:8090
OS : Debian GNU/Linux 3.1
kernel : 2.4.28-bf2.4 SMP
Java : IBM Java2 1.4.1
gcc : gcc 3.2.3

There are no notes attached to this issue.