Problems Starting Identity Server
Greetings all,
I'm attempting to get Identity Server installed and running under Web Server 6.0SP5.
I've created and installed a war, set the waveset.home option on the JVM, I've imported the init.xml (MySQL DB) and ran through the Demo Org wizard. That all has gone fine until I restarted the web server to login (previoulsy showing the Import Exchange File page.)
Now when the web server attempts to start up the servlet(s) I get this error:
info: CORE3282: stdout: Constructing Startup Servlet...
info: CORE3282: stdout: Initializing Startup Servlet...
info: CORE3282: stdout: Defining system properties...
info: CORE3282: stdout: StartupServlet: waveset.home already defined as /opt/SUNWwbsvr/https-spiega.web.pplsi.com/webapps/https-spiega.web.pplsi.com/id m/
info: CORE3282: stdout: StartupServlet: Defining properties from web.xml
info: CORE3282: stdout: Starting: Identity Server...
warning: CORE3283: stderr: java.lang.NullPointerException
warning: CORE3283: stderr:at org.mozilla.jss.crypto.PBEKeyGenParams.<init>(PBEKeyGenParams.java:67)
warning: CORE3283: stderr:at org.mozilla.jss.provider.javax.crypto.JSSSecretKeyFactorySpi.makePBEKeyGenParam s(JSSSecretKeyFactorySpi.java:106)
warning: CORE3283: stderr:at org.mozilla.jss.provider.javax.crypto.JSSSecretKeyFactorySpi.engineGenerateSecr et(JSSSecretKeyFactorySpi.java:147)
warning: CORE3283: stderr:at javax.crypto.SecretKeyFactory.generateSecret(DashoA12275)
warning: CORE3283: stderr:at com.waveset.util.CryptoUtil.generatePBEKey(CryptoUtil.java:196)
warning: CORE3283: stderr:at com.waveset.util.Encryptor.generateKey(Encryptor.java:350)
warning: CORE3283: stderr:at com.waveset.security.authn.ServerKeyStore.setKeyEncryptionKey(ServerKeyStore.ja va:393)
warning: CORE3283: stderr:at com.waveset.security.authn.ServerKeyStore.startMeUp(ServerKeyStore.java:104)
warning: CORE3283: stderr:at com.waveset.server.Server.init(Server.java:333)
warning: CORE3283: stderr:at com.waveset.server.Server.start(Server.java:217)
warning: CORE3283: stderr:at com.waveset.server.Server.getServer(Server.java:807)
warning: CORE3283: stderr:at com.waveset.server.Server.getServer(Server.java:784)
warning: CORE3283: stderr:at com.waveset.server.StartupServlet.startServer(StartupServlet.java:402)
warning: CORE3283: stderr:at com.waveset.server.StartupServlet.init(StartupServlet.java:93)
warning: CORE3283: stderr:at javax.servlet.GenericServlet.init(GenericServlet.java:256)
warning: CORE3283: stderr:at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
warning: CORE3283: stderr:at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
warning: CORE3283: stderr:at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:347 8)
warning: CORE3283: stderr:at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
warning: CORE3283: stderr:at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
warning: CORE3283: stderr:at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
warning: CORE3283: stderr:at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
warning: CORE3283: stderr:at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
warning: CORE3283: stderr:at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
warning: CORE3283: stderr:at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
warning: CORE3283: stderr:at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
warning: CORE3283: stderr:at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
warning: CORE3283: stderr:at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
info: CORE3282: stdout: Problem starting Identity server: com.waveset.util.WavesetException:
info: CORE3282: stdout: ==> java.lang.NullPointerException:
info: CORE3282: stdout: ...Finished starting Startup Servlet
I've downloaded the laters jss4.jar from mozilla and placed it in the $WSHOME/WEB-INF/lib directory and added it to the front of the JVM's class path.
Any further suggestions. I really appreciate any help.
Thanks!
Jeremy

