RISC 11.31安装WebLogic报错解决

HP-UX PA-RISC 11.31安装WebLogic报错解决,已经见过这么多次问题了,只是没有记录,害的这次还得重新google,找到后,记录下,方便日后查看:

刚开始安装报错,图形界面自动退出:

$ java -jar /bea/wls1033_generic.jar
Extracting 0%....................................................................................................100%
Stack_Trace: error while unwinding stack
( 0)  0xf7c69630   trace_native_stack__6ThreadSFv + 0x10  [/opt/java6/bin/PA_RISC2.0/../../jre/lib/PA_RISC2.0/server/libjvm.sl]
( 1)  0xf7cb831c   report_and_die__7VMErrorFv + 0x1bc  [/opt/java6/bin/PA_RISC2.0/../../jre/lib/PA_RISC2.0/server/libjvm.sl]
( 2)  0xf7b36dac   JVM_handle_hpux_signal__Q2_2os4HpuxSFiP9__siginfoPvT1 + 0x234  [/opt/java6/bin/PA_RISC2.0/../../jre/lib/PA_RISC2.0/server/libjvm.sl]
( 3)  0xf7b312f4   signalHandler__Q2_2os4HpuxSFiP9__siginfoPv + 0x54  [/opt/java6/bin/PA_RISC2.0/../../jre/lib/PA_RISC2.0/server/libjvm.sl]
( 4)  0xf7f77108   _sigreturn  [/usr/lib/libc.2]
( 5)  0xf78b4b2c   jni_CallObjectMethod + 0x134  [/opt/java6/bin/PA_RISC2.0/../../jre/lib/PA_RISC2.0/server/libjvm.sl]
( 6)  0xf47f3c80     [/var/tmp/bea53276.tmp/libjni.hpux.sl]
( 7)  0xf47f3ed8     [/var/tmp/bea53276.tmp/libjni.hpux.sl]
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (11) at pc=f78b4b2c, pid=21746, tid=19
#
# Java VM: Java HotSpot(TM) Server VM (1.6.0.02 jinteg:09.26.08-16:50 PA2.0 (aCC_AP) mixed mode)
# Problematic frame.:
# V  [libjvm.sl+0x800b2c]
#
# An error report file with more information is saved as hs_err_pid21746.log
#
#  Please report this error to HP customer support.
#
Abort(coredump)

官方文档上查到:

If the installer for Oracle WebLogic Server 10.3.5 is started byjava -jar wls1035_generic.jarcommand in GUI mode with 32-bit JDK, the installation fails at the end of the installation process. This issue occurs on HP-UX PA-RISC 11.31 only.

The installer shows the following error:

# A fatal error has been detected by the Java Runtime Environment:

#  SIGSEGV (11) at pc=ca19ffa8, pid=20644, tid=21

# JRE version: 6.0
# Java VM: Java HotSpot(TM) Server VM (17.1-b03-jre1.6.0.09-rc1 PA2.0
(aCC_AP) mixed mode hp-ux-pa-risc )
# Problematic frame.
# V  [libjvm.sl+0x521b7848]

#  Please report this error to HP customer support.Workaround

Usejava -Dspace.detection=false -jar wls1035_generic.jarcommand to install Oracle WebLogic Server 10.3.5 in GUI mode.

Or

Usejava -jar wls1035_generic.jar -mode=consolecommand to install Oracle WebLogic Server 10.3.5 in console mode.

稍后使用下列命令安装,没有问题。
$ java -Dspace.detection=false -jar /bea/wls1033_generic.jar

--END

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/d49b9553f953d51af0c8cb57a707e89f.html