|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 896 | minor | sometimes | 01-23-06 21:47 | 01-24-06 10:48 | |
|
|
|||||
| Reporter: | yusuke | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 2.1.x | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.0.18 | ||
|
|
|||||
| Summary: | 0000896: NullPointerException on closing server. | ||||
| Description: |
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 |
||||
| Steps To Reproduce: | |||||
| Additional Information: |
OS : Debian GNU/Linux 3.1 kernel : 2.4.28-bf2.4 SMP Java : IBM Java2 1.4.1 gcc : gcc 3.2.3 |
||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |