Installation guide
Installation, Upgrade, and Migration Information
27
Problem 385762. Upgrading From Web Server 4.0 with Your Own JDK
If you are upgrading from iPlanet Web Server 4.0 and using your own JDK, you need to edit the
start-jvm file, which is in server_root/https-admserv. Add the following information (note that
you need to add the second line of code on a single line in
start-jvm):
NSES_JDK=path_to_jdk; export NSES_JDK
NSES_JDK_RUNTIME_CLASSPATH=${NSES_JRE}/lib/ext/iiimp.jar:${NSES_JRE}/lib/i18n.jar
:${NSES_JRE}/lib/rt.jar:${NSES_JRE}/lib/tools.jar:${NSES_JDK}/lib/dt.jar;export
NSES_JDK_RUNTIME_CLASSPATH
Problem 384875. Upgrading WAI Component from 4.0 to 4.1
If you upgrade the iPlanet Web Server from version 4.0 to 4.1 and you have WAI installed, you see
the following error message when the WAI component is upgraded:
ERROR: ORB directory not specified in installation script [/var/tmp/aaasuaW9b]
ERROR. Failure installing WAI support. Do you want to continue [n]?
Enter y to continue. The WAI component will be installed properly despite the error message.
Problem 387718. Upgrading to iPlanet Web Server 4.1 Server Fails to Add res Directory and
cjava.properties and sjava.properties Files
When you upgrade iPlanet Web Server on NT, the res directory and its contents are missing in the
server instances.
Workaround
Create the server_root/https-instance/config/res directory, then create ASCII files named
cjava.properties and sjava.properties. The contents of these files must be as follows:
Contents of cjava.properties:
# C++ messages
servlets.src.nsapi.ERR_JVM_LOAD = Failure to load JVM (check your JRE)
servlets.src.nsapi.ERR_UTILITY_CLASSES = Internal error: Unable to initialize
utility classes
servlets.src.nsapi.ERR_CLASS_LOOKUP = Internal error: Unable to locate
class: %s
servlets.src.nsapi.ERR_METHODS_LOOKUP = Internal error: Unable to find
required methods in Java classes
servlets.src.nsapi.ERR_REGISTER_METHODS = Internal error: Failure registering
native methods for the JVM
servlets.src.nsapi.ERR_OBJECT_CREATE = Internal error: Unable to create
Java object: %s
servlets.src.nsapi.ERR_OBJECTS_CREATE = Internal error: Unable to create one
or more Java objects (possibly running out of heap)
servlets.src.nsapi.ERR_NATIVE_THREAD = One or more NSServlet functions were