Hello,
I am installing Oracle Fusion on OEL 6 and have hit a problem with weblogic. This worked for me on my TEST server a few months ago.
I have also successfully installed the "Install Repository Creation Utility (RCU)"
I am unable to launch Weblogic and discoverer_11gR1_ofm's runInstallers. The both give me the same error.
I am now at the step of installing the WLS 10.3.6 as follows:
login as appldisc account in vncserver:
. /home/appldisc/.bash_profile
[appldisc@ofindev ~]$ echo $MW_HOME
/u02/appldisc/11.1.1/Middleware
[appldisc@ofindev ~]$ echo $JAVA_HOME
/u02/appldisc/11.1.1/jdk1.6.0_35
[appldisc@ofindev ~]$ which java
/usr/bin/java
java -jar wls1036_generic.jar
Error output:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000003b09e14d70, pid=1638, tid=140381262968592
#
# JRE version: 6.0_17-b17
# Java VM: OpenJDK 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 )
# Derivative: IcedTea6 1.7.4
# Distribution: Custom build (Fri Nov 19 23:38:02 EST 2010)
# Problematic frame:
# C [ld-linux-x86-64.so.2+0x14d70]
#
# An error report file with more information is saved as:
# /media/nfsbackup/software/discoverer_11gR1_ofm/WebLogic/hs_err_pid1638.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
--------------- T H R E A D ---------------
Current thread (0x00007f4890007000): JavaThread "main" [_thread_in_native, id=6202, stack(0x00007f4896afb000,0x00007f4896bfc000)]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=128 (), si_addr=0x0000000000000000
Registers:
RAX=0x0000000000000001, RBX=0x00007f489010be60, RCX=0x000000009e982203, RDX=0x000000001fabfbff
What am I missing in my environment for this wls1036_generic.jar to run?
Thanks
Mathias