Visit Counter

Sunday, November 5, 2017

Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed


While installing Oracle12c Grid software getting below error.



# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000003bb7c14d70, pid=10336, tid=140026722985744
#
# JRE version: 6.0_37-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [ld-linux-x86-64.so.2+0x14d70]
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid10336.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
2017/11/05 16:06:31 CLSRSC-184: Configuration of ASM failed

2017/11/05 16:06:32 CLSRSC-258: Failed to configure and start ASM

Died at /ora/oracle/app/grid/crs/install/crsinstall.pm line 1976.
The command '/ora/oracle/app/grid/perl/bin/perl -I/ora/oracle/app/grid/perl/lib -I/ora/oracle/app/grid/crs/install /ora/oracle/app/grid/crs/install/rootcrs.pl ' execution failed
[root@rac01 grid]#




Solution:

# export LD_BIND_NOW=1

Then I run root.sh script in each node...It was successfully done.