2013年8月14日水曜日

Fatal Error (Java Runtime Environment) starting Install of Oracle WebLogic Server

■Fatal Error (Java Runtime Environment) starting Installof Oracle WebLogic Server
Error info:
-------------------------------
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fe9fddae3bf, pid=19925, tid=140642941011712
#
# JRE version: 7.0_06-b24
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.2-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x7273bf]  objArrayKlass::oop_follow_contents(ParCompactionManager*, oopDesc*)+0x14f
#
# Core dump written. Default location: /home/oracle/stage6/user_projects/domains/base_domain/core or core.19925
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#
---------------  T H R E A D  ---------------
Current thread (0x00007fe9f8019800):  GCTaskThread [stack: 0x00007fe9fc7a0000,0x00007fe9fc8a1000] [id=19927]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=128 (), si_addr=0x0000000000000000

Registers:
RAX=0x00007fe9f3000000, RBX=0x00007fe9fe380240, RCX=0x0000000000000004, RDX=0x007fffffffa00000
RSP=0x00007fe9fc89f920, RBP=0x00007fe9fc89f990, RSI=0x0000000000000000, RDI=0x0000000000000000
R8 =0x0000000000000010, R9 =0x000000000002894b, R10=0x0000000000000004, R11=0x00007fe9fe37bbc0
R12=0x00000000e894be50, R13=0x0000000000000020, R14=0x0000000000000004, R15=0x00007fe9f808e5b0
RIP=0x00007fe9fddae3bf, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000000
  TRAPNO=0x000000000000000d
----------------------------------------------
This means that the JVM process has tried to access a memory position the OS has not given access to.
Workaround:
1.set the following environment property on active shell.
open a bash terminal and type in:
$export LD_BIND_NOW=1
2.Re-install wls.
$JAVA_HOME/bin ./java -jar wls1036_generic.jar

■This same issue also occurs on HP-UX PA-RISC 11.31.
Platform: HPUX
-------------------------------------------
If the installer for Oracle WebLogic Server 12.1.2 is started using the java -jar wls1211_generic.jar command in GUI mode with a 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 one of the following workarounds.
1.Use the java -Dspace.detection=false -jar wls1211_generic.jar command to install Oracle WebLogic Server 12.1.1 in GUI mode.
2.Use java -jar wls1211_generic.jar -mode=console command to install Oracle WebLogic Server 12.1.1 in console mode.

You can refer to following doc.
Pls refer to doc:http://docs.oracle.com/cd/E24329_01/doc.1211/e26593/issues.htm 
Section:
Installation of Oracle WebLogic Server 12.1.1 on HP-UX PA-RISC 11.31 Fails
in GUI Mode

BTW:
WebLogic Serverに関する確認済み及び解決済みの問題リンク
http://otndnld.oracle.co.jp/document/products/wls/docs90/issues/known_resolved.html


2 件のコメント :

  1. Follow this
    1. Access the weblogic admin console page.

    Environment > Servers > EMGC_OMS1

    2. Click on "Server Start" tab

    In the "Arguments:" text field, add the following java option:
    -XX:CompileCommand=exclude,org/apache/myfaces/trinidadinternal/context/RequestContextImpl,addPartialTriggerListeners

    Then "save".

    3. Now restart the OMS.

    返信削除
  2. Thanks for your comment and your workaround of OMS's issue.

    返信削除