Mantis - Resin
Viewing Issue Advanced Details
25 minor always 03-09-05 00:00 05-11-05 00:00
user41  
 
normal  
closed  
duplicate  
none    
none 3.0.13  
0000025: Startup NullPointerException since 3.0.12
RSN-16
I'm getting the following NullPointerException during startup since I changed from 3.0.9 to
3.0.12. No changes to any config files were made.

[14:08:13.851] ServletServer[] starting
[14:08:13.867] java.lang.NullPointerException
[14:08:13.867] at com.caucho.server.cluster.StoreManager.getServerList(StoreManager.java:579)
[14:08:13.867] at com.caucho.server.cluster.JdbcStore.start(JdbcStore.java:186)
[14:08:13.867] at com.caucho.server.cluster.StoreManager.environmentStart(StoreManager.java:609)
[14:08:13.867] at com.caucho.loader.EnvironmentClassLoader.start(EnvironmentClassLoader.java:295)
[14:08:13.867] at com.caucho.server.resin.ServletServer.start(ServletServer.java:892)
[14:08:13.867] at com.caucho.server.resin.ResinServer.start(ResinServer.java:466)
[14:08:13.867] at com.caucho.server.resin.Resin.init(Resin.java:297)
[14:08:13.867] at com.caucho.server.resin.Resin.main(Resin.java:553)
[14:08:14.180] Host[] starting

Server is staring up succesfully though and is working, so doesn't seem to be a huge issue.
Windows Server 2000 SP4, IIS, JDK 1.4.2

Notes
(0000031)
sam   
03-09-05 00:00   
There were a number of session related fixes implemented in
3.0.12 and 3.0.13.