HP-UX 11i Java JDK/JRE Version 5.0.30 Release Notes
Parsing Failure in config.xml: javax.xml.namespace.QName; local class
incompatible: stream classdesc serialVersionUID = 4418622981026545151,
local class serialVersionUID = -9120448754896609940
To workaround this problem, modify:
<BEA_HOME>/Weblogic9x/common/bin/commEnv.sh file to include the following
command:
JAVA_OPTIONS="$JAVA_OPTIONS -
Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0"
Alternatively, you can use the command line option:
export JAVA_OPTIONS="$JAVA_OPTIONS -
Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0"
This problem is fixed in Weblogic Server 9.2 MP1.
PA-RISC 32-bit applications will use both LD_LIBRARY_PATH and SHLIB_PATH
Prior to JDK 5.0.18, the JVM used shl_load to dynamically load shared libraries for
PA-RISC 32-bit applications. SHLIB_PATH was searched; LD_LIBRARY_PATH was
ignored.
Starting with JDK 5.0.18, the JVM uses dlopen instead of shl_load. As a result, for
PA-RISC 32-bit applications, both LD_LIBRARY_PATH and SHLIB_PATH will be
searched.
Environments that previously relied on the assumption that only SHLIB_PATH would be
searched for PA-RISC 32-bit applications might need to modify the use of their
LD_LIBRARY_PATH and SHLIB_PATH environment variables.
PA-RISC 32-bit applications will use both LD_LIBRARY_PATH and SHLIB_PATH 23