Mantis - Resin
Viewing Issue Advanced Details
27 minor always 03-10-05 00:00 05-11-05 00:00
user41  
 
normal  
closed  
fixed  
none    
none 3.0.13  
0000027: NullPointerException during startup of resin 3.0.12
RSN-18
I get the following NullPointerException when starting up resin since migrating from 3.0.9 to 3.0.12. No config files or other settings have been changed. The server is starting up and working though, so the problem doesn't seem to be that serious:

[09:51:17.617] ServletServer[] starting
[09:51:17.633] java.lang.NullPointerException
[09:51:17.633] at com.caucho.server.cluster.StoreManager.getServerList(StoreManager.java:579)
[09:51:17.633] at com.caucho.server.cluster.JdbcStore.start(JdbcStore.java:186)
[09:51:17.633] at com.caucho.server.cluster.StoreManager.environmentStart(StoreManager.java:609)
[09:51:17.633] at com.caucho.loader.EnvironmentClassLoader.start(EnvironmentClassLoader.java:295)
[09:51:17.633] at com.caucho.server.resin.ServletServer.start(ServletServer.java:892)
[09:51:17.633] at com.caucho.server.resin.ResinServer.start(ResinServer.java:466)
[09:51:17.633] at com.caucho.server.resin.Resin.init(Resin.java:297)
[09:51:17.633] at com.caucho.server.resin.Resin.main(Resin.java:553)
[09:51:17.930] Host[] starting
Windows Server 2000 SP4, IIS 5.0, Resin 3.0.12,

There are no notes attached to this issue.