Problem
[oracle@prod database]$ ./runInstaller dirname: invalid option -- 'b' Try `dirname --help' for more information. Starting Oracle Universal Installer... Checking Temp space: must be greater than 120 MB. Actual 712409 MB Passed Checking swap space: must be greater than 150 MB. Actual 24575 MB Passed Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-10-13_03-28-11PM. Please wait ...[oracle@prod database]$ # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x0000003315e14d70, pid=3286, tid=139755847370512 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_17-b03 mixed mode) # Problematic frame: # C [ld-linux-x86-64.so.2+0x14d70] # # An error report file with more information is saved as hs_err_pid3286.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp integer 0
Solution
Set 'LD_BIND_NOW' environment variable to value '1' and launch again.
[oracle@prod database]$ export LD_BIND_NOW=1 [oracle@prod database]$ ./runInstaller dirname: invalid option -- 'b' Try `dirname --help' for more information. Starting Oracle Universal Installer... Checking Temp space: must be greater than 120 MB. Actual 712019 MB Passed Checking swap space: must be greater than 150 MB. Actual 24575 MB Passed Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-10-13_03 -33-18PM. Please wait ...[oracle@prod database]$ You can find the log of this install session at: /u01/app/oraInventory/logs/installActions2014-10-13_03-33-18PM.log
No comments:
Post a Comment