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

[4434 byte] By [jeremycrussella] at [2007-11-26 18:22:17]
# 1
Hi,not sure, but try with thisonly add jar to $WSHOME/WEB-INF/lib and remove from JVM's class path.Thanks
Manu4idma at 2007-7-9 5:56:13 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Thanks for the advice..I removed the jar from the classpath and restarted the container.. However, I'm still getting the same problem.Thanks!
jeremycrussella at 2007-7-9 5:56:13 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
Did you ever solve this?
schonemea at 2007-7-9 5:56:13 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
Jeremy,What is the version of IDM you are trying to install/run? Also, what is "Web Server 6.0SP5"? Is that the Sun Web server? You may want to check if the version of IDM you are trying to install is supported on the version of web server you are installing
suveshsharmaa at 2007-7-9 5:56:13 > top of Java-index,Web & Directory Servers,Directory Servers...
# 5
I never did solve this problem, I moved on to more urgent projects and problems and since abandoned this install. I plan to revisit IDM and start from scratch in the future. Yes I was using Sun's Webserver 6.0 with IDM 6.0 at the time.Thanks!
jeremycrussella at 2007-7-9 5:56:13 > top of Java-index,Web & Directory Servers,Directory Servers...