Mantis - Resin
Viewing Issue Advanced Details
6009 minor sometimes 06-02-16 04:33 06-27-16 14:56
prosogood  
ferg  
normal  
closed 4.0.44  
no change required  
none    
none  
0006009: java.lang.NullPointerException During Resin Shutdown
java.lang.NullPointerException: null
at com.caucho.server.http.HttpServletRequestImpl.getHeader(HttpServletRequestImpl.java:849) ~[resin.jar:4.0.44]
        at javax.servlet.http.HttpServletRequestWrapper.getHeader(HttpServletRequestWrapper.java:179) ~[javaee-16.jar:na]
 _P_O]WB{UHT]}0%U0031J~8.png [^] (15,827 bytes) 06-02-16 04:33
 VRUO6AINGJVI__(4Q@PL0R0.png [^] (13,431 bytes) 06-02-16 04:36

Notes
(0006703)
prosogood   
06-15-16 22:39   
somebody...say something...please
(0006708)
ferg   
06-27-16 14:56   
This can happen when still-active requests take longer than shutdown-wait-time (default 15s).

When the server is forcing a shutdown, it will wait for shutdown-wait-time to complete. After that time, it will forcibly close request. That forced close will set internal fields to null.