Error Starting the web server after a Java System Communications Express

I am trying to restart the webserver after configuring the Communications express on Linux and I get the following error message. Any help appreciated.

Sun ONE Web Server 6.1SP5 B06/23/2005 22:22

info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.5.0_04] from [Sun Microsystems Inc.]

config: for host 0.0.0.0 trying to GET /, name-trans-passthrough reports: init-passthrough has not been called

info: WEB0100: Loading web module in virtual server [https-webserver.domain.com] at [/uwc]

info: WEB0110: Ignoring invalid property [allowLinking] = [true]

info: WEB0100: Loading web module in virtual server [https-webserver.domain.com] at [/search]

warning: CORE3283: stderr: Exception in thread "Thread-1" java.lang.NoClassDefFoundError: org/mozilla/jss/crypto/KeyGenAlgorithm

warning: CORE3283: stderr:at java.lang.Class.forName0(Native Method)

warning: CORE3283: stderr:at java.lang.Class.forName(Class.java:164)

warning: CORE3283: stderr:at com.iplanet.services.util.Crypt.createInstance(Crypt.java:133)

warning: CORE3283: stderr:at com.iplanet.services.util.Crypt.<clinit>(Crypt.java:103)

warning: CORE3283: stderr:at com.iplanet.services.ldap.LDAPUser.getPasswd(LDAPUser.java:117)

warning: CORE3283: stderr:at com.iplanet.services.ldap.ServerInstance.getPasswd(ServerInstance.java:128)

warning: CORE3283: stderr:at com.sun.identity.security.ServerInstanceAction.run(ServerInstanceAction.java:92 )

warning: CORE3283: stderr:at java.security.AccessController.doPrivileged(Native Method)

warning: CORE3283: stderr:at com.iplanet.am.util.AdminUtils.<clinit>(AdminUtils.java:82)

warning: CORE3283: stderr:at com.sun.identity.security.AdminDNAction.run(AdminDNAction.java:86)

warning: CORE3283: stderr:at java.security.AccessController.doPrivileged(Native Method)

warning: CORE3283: stderr:at com.sun.identity.authentication.internal.server.SMSAuthModule.initialize(SMSAut hModule.java:129)

warning: CORE3283: stderr:at com.sun.identity.authentication.internal.LoginContext.login(LoginContext.java:1 22)

warning: CORE3283: stderr:at com.sun.identity.authentication.internal.AuthLoginThread.run(AuthLoginThread.ja va:82)

[2271 byte] By [ccarelse1] at [2008-2-25]
# 1

Well, the problem is it can't find the JSS (Java Security Services) modules in the classpath. I've never actually done this so I don't know just where you configure the classpath (the server.xml file, I think) or what directories need to get added (jss lives in /usr/share/lib/mps on Solaris, but I have no clue where they put it on Linux.)Also, I think that the config-uwc tool should have done this for you.

The folks over in the Messaging Server forum http://forum.sun.com/jive/forum.jspa?forumID=15 might be more helpful with these details.

Like I said I've never done this, but it looks very suspicious that the messages

WEB0100: Loading web module in virtual server [https-webserver.domain.com]

have that very generic example-like "https-webserver.domain.com". Maybe you should try re-running coinfig-uwc and being sure to enter the right names for the server instance and virtual servers.

http://docs.sun.com/app/docs/doc/819-2661/6n4uetjrm?a=view

Rich_McAllister at 2007-7-6 > top of java,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...
# 2
Thanks I will post it to that forum and see I have reconfigd the webserver and the comms express and I now get my domain name out in the logs but the same error
ccarelse1 at 2007-7-6 > top of java,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...
# 3
Hi, did you receive a solution for this problem?I'm experiencing the same problem and am unable to find the topic at the security forum.Thx a lot,Philip
Phil_Nollet at 2007-7-6 > top of java,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...
# 4
/usr/share/lib/mps/jss4.jarmake sure that jar is accesible from app server classpathRegards,Pablo
Pabloriboldi at 2007-7-6 > top of java,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...