在HP-UX PA-RISC 11.31安裝weblogic報錯解決

db_wjw發表於2012-04-28

已經見過這麼次問題了,只是沒有記錄,害的這次還得重新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 by java -jar wls1035_generic.jar command 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

Use java -Dspace.detection=false -jar wls1035_generic.jar command to install Oracle WebLogic Server 10.3.5 in GUI mode.

Or

Use java -jar wls1035_generic.jar -mode=console command to install Oracle WebLogic Server 10.3.5 in console mode.


稍後使用下列命令安裝,沒有問題。
$ java -Dspace.detection=false -jar /bea/wls1033_generic.jar

--END

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26194851/viewspace-722419/,如需轉載,請註明出處,否則將追究法律責任。

相關文章