I am using the iPlanet Enterprise Web Server (v4.1) on RedHat Linux
(v6.1) and I am trying to use the JDK1.3 Release Candidate from Sun
Microsystems. I am getting an un known early startup error when starting
the web server. I am not getting this error if I am using the default
JRE coming with the iPlanet Server.
The error is as follows
STATUS
[https-saraswati] start failed (2: unknown early startup error)
[https-saraswati] conf_init_Errror running init function load-modules:
dlopen of /home/iplanet/bin/https/lib/libNSServletPlugin.so failed
(/usr/jdk1.3RC/jre/lib/classic/libjvm.so undefined symbol: jdk_sem_post)
[https-saraswati] server exit: status 1
ERROR
An error occured during startup.
The server https-saraswati was not started.
Any help to resolve it is appreciated.
Thanks,
Rama.
The problem is that there is something wrong with the "classic" vm in
the JDK 1.3 RC for Linux. Change the reference in
https-admserv/start-jvm from "classic" to "server". This changes it
to use the Hotspot VM which, according to Javasoft, should give you
better performance.
I would file a bug report with Javasoft but the readme says that the
classic vm is going to be dropped in the official release.
Dewayne
"Rama S. Vykunta" <vyku...@orillion.com> wrote in message
news:39C129E8...@orillion.com...
-Rama.