Mantis - Resin
Viewing Issue Advanced Details
24 minor always 03-09-05 00:00 01-17-06 10:41
user41  
 
low  
closed  
fixed  
none    
none 3.0.17  
0000024: Startup NullPointerException since 3.0.12
RSN-15
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
(0000030)
ferg   
03-09-05 00:00   
Duplicate.