Environment
Novell Open Enterprise Server 2 (OES 2) Linux Support Pack 2
Novell GroupWise Novell iManager
Situation
After install of Novell Open Enterprise Server 2 Support Pack 2 (OES2SP2) to a SLES10 SP3 server, both iManager and GroupWise WebAccess displaying a 404 error, however, the main welcome page was available.
The size of the /usr/lib/jvm/java/jre/lib/security/java.security file on the broken server was 120 bytes compared to roughly 9KB on a working server.
Resolution
To resolve this issue perform the following steps:
1.) Rename the java.security file in the /usr/lib/jvm/java/jre/lib/security folder to java.security.bad
2.) Copy the java.security file from a working server into the /usr/lib/jvm/java/jre/lib/security folder on the bad server
3.) Restart Tomcat and Apache by running these commands:
rcnovell-tomcat5 stop
rcapache2 stop
rcapache2 start
rcnovell-tomcat5 start