Error during Oracle installation in Oracle Enterprise Linux

Hi All,
I was trying to install Oracle 10g in Oracle Enterprise Linux, and I'm getting the following error when I give the command *./runInstall*.
[oracle@localhost database]$ ./runInstaller -responseFile /home/oracle/database/response/enterprise1.rsp -nowelcome
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-04-05_12-58-11AM. Please wait ...[oracle@localhost database]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, Oracle. All rights reserved.
Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable.
127.0.0.1:0.0
127.0.0.1:0.0
OUI-10025:Unable to start an interactive install session because of the following error:Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable. The DISPLAY environment variable should be set to <hostname or IP address>:<screen>, where the <screen> is usually '0.0'.
OUI-10026:Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
- For csh: % setenv DISPLAY 192.168.1.128:0.0
- For sh, ksh and bash: $ DISPLAY=192.168.1.128:0.0; export DISPLAY
Use the following command to see what shell is being used:
echo $SHELL
Use the following command to view the current DISPLAY environment variable setting:
echo $DISPLAY
- Make sure that client users are authorized to connect to the X Server.
OUI-10027:To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
% xhost +
To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
% <full path to xclock... see below>
If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
Typical path for 'xclock': '/usr/X11R6/bin/xclock'
I have tried to set the DISPLAY variable to my IP address, but it still gives the same issue.
Please find the logs for the same:
[oracle@localhost database]$ /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:95:3B:4F
inet addr:192.168.64.128 Bcast:192.168.64.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe95:3b4f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:532694 errors:0 dropped:0 overruns:0 frame:0
TX packets:288167 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:792077163 (755.3 MiB) TX bytes:16147337 (15.3 MiB)
Interrupt:193 Base address:0x2024
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3280 errors:0 dropped:0 overruns:0 frame:0
TX packets:3280 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1739143 (1.6 MiB) TX bytes:1739143 (1.6 MiB)
[oracle@localhost database]$ export DISPLAY=192.168.64.128:0.0
[oracle@localhost database]$ echo $DISPLAY
192.168.64.128:0.0
Please suggest on what can be done as this is the last step for the Oracle installation which I'm unable to complete.
Let me know for any more details needed.
Thanks
Ravi
Ph: +919583750774

Hi,
Thanks for the immediate response.
Now I'm getting the following error:
[oracle@scondw01 database]$ ./runInstaller -force -responseFile /u01/database/response/enterprise1.rsp -silent -nowelcome
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-04-05_09-10-03PM. Please wait ...[oracle@scondw01 database]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, Oracle. All rights reserved.
Unexpected Signal : 11 occurred at PC=0xB7C297CE
Function=(null)
Library=/tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/client/libjvm.so
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.chgrp(Native Method)
at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.changeGroup(OiipgBootstrap.java:1206)
at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.writeInvLoc(OiipgBootstrap.java:900)
at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.updateInventoryLoc(OiipgBootstrap.java:408)
at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.doInvSetupOperations(OiicSessionInterfaceManager.java:400)
at oracle.sysman.oii.oiic.OiicSilentInterfaceManager.doInvSetupOperations(OiicSilentInterfaceManager.java:679)
at oracle.sysman.oii.oiic.OiicInvSetupWCCE.doOperation(OiicInvSetupWCCE.java:217)
at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)
at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:1273)
at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:289)
at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:546)
at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:929)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
Dynamic libraries:
08048000-08056000 r-xp 00000000 08:01 511751 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/bin/java
08056000-08059000 rwxp 0000d000 08:01 511751 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/bin/java
a4d43000-a4d4a000 r-xp 00000000 08:01 659354 /tmp/OraInstall2012-04-05_09-10-03PM/oui/lib/linux/liboraInstaller.so
a4d4a000-a4d4b000 rwxp 00006000 08:01 659354 /tmp/OraInstall2012-04-05_09-10-03PM/oui/lib/linux/liboraInstaller.so
a4d4b000-a4d88000 r-xs 00000000 08:01 659257 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/jewt4-nls.jar
a4d88000-a4f2f000 r-xs 00000000 08:01 659256 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/jewt4.jar
a4f2f000-a4f67000 r-xs 00000000 08:01 659275 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/OraPrereq.jar
a4f67000-a5085000 r-xs 00000000 08:01 659274 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/classes12.jar
a5085000-a508d000 r-xs 00000000 08:01 659272 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/swingaccess.jar
a508d000-a50da000 r-xs 00000000 08:01 659255 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/ewt3-nls.jar
a50da000-a50e0000 r-xs 00000000 08:01 659273 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/ewt3-swingaccess.jar
a50e0000-a5365000 r-xs 00000000 08:01 659254 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/ewt3.jar
a5365000-a538c000 r-xs 00000000 08:01 659259 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/help4-nls.jar
a538c000-a53f1000 r-xs 00000000 08:01 659258 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/help4.jar
a53f1000-a54a6000 r-xs 00000000 08:01 659271 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/oracle_ice.jar
a54a6000-a54c3000 r-xs 00000000 08:01 659269 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_zh_TW.jar
a54c3000-a54e0000 r-xs 00000000 08:01 659268 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_zh_CN.jar
a54e0000-a54fe000 r-xs 00000000 08:01 659267 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_pt_BR.jar
a54fe000-a551b000 r-xs 00000000 08:01 659266 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_ko.jar
a551b000-a5537000 r-xs 00000000 08:01 659265 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_ja.jar
a5537000-a5554000 r-xs 00000000 08:01 659264 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_it.jar
a5554000-a5571000 r-xs 00000000 08:01 659263 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_fr.jar
a5571000-a558e000 r-xs 00000000 08:01 659262 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_es.jar
a558e000-a55ad000 r-xs 00000000 08:01 659261 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_de.jar
a55ad000-a55c9000 r-xs 00000000 08:01 659260 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp.jar
a55c9000-a55ea000 r-xs 00000000 08:01 659270 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstImages.jar
a55ea000-a55f0000 r-xs 00000000 08:01 659345 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/ojmisc.jar
a55f0000-a56ce000 r-xs 00000000 08:01 659342 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/emCfg.jar
a56ce000-a56e1000 r-xs 00000000 08:01 659344 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/orai18n-mapping.jar
a56e1000-a57e1000 r-xs 00000000 08:01 659343 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/orai18n-collation.jar
a57e1000-a5866000 r-xs 00000000 08:01 659341 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/xml.jar
a5866000-a5868000 r-xs 00000000 08:01 659349 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/OraInstallerNet.jar
a5868000-a5876000 r-xs 00000000 08:01 659350 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/share.jar
a5876000-a593d000 r-xs 00000000 08:01 659347 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/srvm.jar
a593d000-a5a65000 r-xs 00000000 08:01 659346 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/xmlparserv2.jar
a5a65000-a5a72000 r-xs 00000000 08:01 659351 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/oneclick.jar
a5a72000-a5e0f000 r-xs 00000000 08:01 659348 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/OraInstaller.jar
a5e0f000-a5e2b000 r-xs 00000000 08:01 642421 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/ext/sunjce_provider.jar
a5e2b000-a5ee6000 r-xs 00000000 08:01 642420 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/ext/localedata.jar
a5ee6000-a5ef3000 r-xs 00000000 08:01 642419 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/ext/ldapsec.jar
a5ef3000-a5ef6000 r-xs 00000000 08:01 642418 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/ext/dnsns.jar
a60fa000-a62fa000 r-xp 00000000 08:01 330503 /usr/lib/locale/locale-archive
b5bfb000-b618a000 r-xs 00000000 08:01 511764 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/charsets.jar
b618a000-b619b000 r-xs 00000000 08:01 511802 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/jce.jar
b619b000-b6274000 r-xs 00000000 08:01 511803 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/jsse.jar
b6274000-b628a000 r-xs 00000000 08:01 196225 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/sunrsasign.jar
b62d4000-b79c2000 r-xs 00000000 08:01 511810 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/rt.jar
b79c2000-b79d6000 r-xp 00000000 08:01 659151 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libzip.so
b79d6000-b79d9000 rwxp 00013000 08:01 659151 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libzip.so
b79d9000-b79f9000 r-xp 00000000 08:01 659136 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libjava.so
b79f9000-b79fb000 rwxp 0001f000 08:01 659136 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libjava.so
b79fb000-b7a0b000 r-xp 00000000 08:01 659150 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libverify.so
b7a0b000-b7a0d000 rwxp 0000f000 08:01 659150 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libverify.so
b7a0d000-b7a16000 r-xp 00000000 08:01 344676 /lib/libnss_files-2.3.4.so
b7a16000-b7a17000 r-xp 00008000 08:01 344676 /lib/libnss_files-2.3.4.so
b7a17000-b7a18000 rwxp 00009000 08:01 344676 /lib/libnss_files-2.3.4.so
b7a1f000-b7a23000 rwxs 00000000 08:01 249425 /tmp/hsperfdata_oracle/5761
b7a23000-b7a44000 r-xp 00000000 08:01 344698 /lib/tls/libm-2.3.4.so
b7a44000-b7a45000 r-xp 00020000 08:01 344698 /lib/tls/libm-2.3.4.so
b7a45000-b7a46000 rwxp 00021000 08:01 344698 /lib/tls/libm-2.3.4.so
b7a46000-b7a58000 r-xp 00000000 08:01 344660 /lib/libnsl-2.3.4.so
b7a58000-b7a59000 r-xp 00011000 08:01 344660 /lib/libnsl-2.3.4.so
b7a59000-b7a5a000 rwxp 00012000 08:01 344660 /lib/libnsl-2.3.4.so
b7a5e000-b7a66000 r-xp 00000000 08:01 659161 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/native_threads/libhpi.so
b7a66000-b7a67000 rwxp 00007000 08:01 659161 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/native_threads/libhpi.so
b7a67000-b7e6d000 r-xp 00000000 08:01 659159 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/client/libjvm.so
b7e6d000-b7e88000 rwxp 00405000 08:01 659159 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/client/libjvm.so
b7e9c000-b7fc1000 r-xp 00000000 08:01 344696 /lib/tls/libc-2.3.4.so
b7fc1000-b7fc3000 r-xp 00124000 08:01 344696 /lib/tls/libc-2.3.4.so
b7fc3000-b7fc5000 rwxp 00126000 08:01 344696 /lib/tls/libc-2.3.4.so
b7fc7000-b7fc9000 r-xp 00000000 08:01 344656 /lib/libdl-2.3.4.so
b7fc9000-b7fca000 r-xp 00001000 08:01 344656 /lib/libdl-2.3.4.so
b7fca000-b7fcb000 rwxp 00002000 08:01 344656 /lib/libdl-2.3.4.so
b7fcc000-b7fda000 r-xp 00000000 08:01 344700 /lib/tls/libpthread-2.3.4.so
b7fda000-b7fdb000 r-xp 0000d000 08:01 344700 /lib/tls/libpthread-2.3.4.so
b7fdb000-b7fdc000 rwxp 0000e000 08:01 344700 /lib/tls/libpthread-2.3.4.so
b7fe9000-b7ffe000 r-xp 00000000 08:01 344641 /lib/ld-2.3.4.so
b7ffe000-b7fff000 r-xp 00015000 08:01 344641 /lib/ld-2.3.4.so
b7fff000-b8000000 rwxp 00016000 08:01 344641 /lib/ld-2.3.4.so
Heap at VM Abort:
Heap
def new generation total 576K, used 387K [0xa6550000, 0xa65f0000, 0xa70d0000)
eden space 512K, 69% used [0xa6550000, 0xa65a8f48, 0xa65d0000)
from space 64K, 50% used [0xa65d0000, 0xa65d8080, 0xa65e0000)
to space 64K, 0% used [0xa65e0000, 0xa65e0000, 0xa65f0000)
tenured generation total 1408K, used 1090K [0xa70d0000, 0xa7230000, 0xafb50000)
the space 1408K, 77% used [0xa70d0000, 0xa71e0938, 0xa71e0a00, 0xa7230000)
compacting perm gen total 4864K, used 4693K [0xafb50000, 0xb0010000, 0xb3b50000)
the space 4864K, 96% used [0xafb50000, 0xaffe5698, 0xaffe5800, 0xb0010000)
Local Time = Thu Apr 5 21:10:05 2012
Elapsed Time = 0
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002EF
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
# Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
# An error report file has been saved as hs_err_pid5761.log.
# Please refer to the file for further information.
Please let me know what can be the solution.
thanks
Ravikanth

Similar Messages

  • Error during J2EE installation on oracle and AIX 5.1

    I am getting the following error during "Load JAVA database Content" Phase. We are running on AIX 5.1 oracle 9.205 and JDK 1.4.2 :-
    Mar 10, 2005 1:16:26 PM com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    ERROR      2005-03-10 13:16:26
               CJSlibModule::writeError_impl()
    CJS-20065  Execution of JLoad tool '/usr/java14_64/bin/java '-classpath' './sharedlib/antlr.jar:./sharedlib/exception.jar:./sharedlib/jddi.jar:./sharedlib/jload.jar:./sharedlib/logging.jar:./sharedlib/offlineconfiguration.jar:./sharedlib/opensqlsta.jar:./sharedlib/tc_sec_secstorefs.jar:/oracle/POX/920_64/jdbc/lib/classes12.jar:/sapmnt/POX/global/security/lib/tools/iaik_jce_export.jar:/sapmnt/POX/global/security/lib/tools/iaik_jsse.jar:/sapmnt/POX/global/security/lib/tools/iaik_smime.jar:/sapmnt/POX/global/security/lib/tools/iaik_ssl.jar:/sapmnt/POX/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'POX,jdbc/pool/POX,/sapmnt/POX/global/security/data/SecStore.properties,/sapmnt/POX/global/security/data/SecStore.key' '-dataDir' '/install/sap/v6.4/sap_web_as_java/J2EE_OSINDEP/J2EE-ENG/JDMP' '-job' '/tmp/sapinst_instdir/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/IMPORT.XML' '-log' '/tmp/sapinst_instdir/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/jload.log'' aborts with returncode 1. Check '/tmp/sapinst_instdir/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/jload.log' and '/tmp/sapinst_instdir/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/jload.java.log' for more information.
    Any help will be great,
    Regards,
    Mike

    Hi Mike
    please make sure that the connection to the database is working(R3trans -d -> trans.log). Additionally check if the Oracle listener is running (lsnrctl status) and the configuration files (listener.ora and tnsnames.ora) contain the correct hostname.
    Hope it helps, I had a similar problem & it was due to the Oracle listener not started up, problem solved after I started the listener & re-run the installation.
    Thanks & Rgds,
    Abhishek

  • Error during the installation of ORACLE 10g for SAP MDM 5.5

    Hi all,
    I am installing ORACLE 10g on a SUSE LES 9 for a future MDM 5.5 system. While I launch the Installer I get the following error:
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-09-26_07-11-46AM. Please wait ...oracle@mucsapt2:/home/lrougkal/OraDb10g/database> Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-09-26_07-11-46AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(Unknown Source)
            at java.lang.ClassLoader.loadLibrary(Unknown Source)
            at java.lang.Runtime.loadLibrary0(Unknown Source)
            at java.lang.System.loadLibrary(Unknown Source)
            at sun.security.action.LoadLibraryAction.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
            at sun.awt.DebugHelper.<clinit>(Unknown Source)
            at java.awt.Component.<clinit>(Unknown Source)
    I have installed all the required packages from SUSE :
    binutils-2.15.90.0.1.1-32.10
    gcc-3.3.3-43.41
    gcc-c++-3.3.3-43.41
    glibc-2.3.3-98.61
    gnome-libs-1.4.1.7-671.1
    libstdc++-3.3.3-43.41
    libstdc++-devel-3.3.3-43.41
    make-3.80-184.1
    pdksh-5.2.14-780.7
    sysstat-5.0.1-35.7
    xscreensaver-4.16-2.6
    Any ideas?
    Thanks in advance,
    Loukas

    Hi Elmar,
    I have checked the packages and the XFree86-libs-4.3.99 is not installed. I guess I will have to install it.
    Now your question about oracle user. I am not sure if you have performed any SAP MDM installation with ORACLE RDBMS but the installation guide is totally different than the normal SAP inst guides. Indeed someone needs to install separately SAP MDM and ORACLE and in my installation I do not install NetWeaver since it is not mandatory for the testing phase of the project. You can have a look at the guide (it is very poor -no reference to ORACLE details):
    https://websmp105.sap-ag.de/~sapidb/011000358700000271882007E
    So the official ORACLE inst gudie says to install the ORACLE software with the oracle user.
    Rgds,
    Louka

  • Apache Error During the Installation of Oracle 10g Infrastructure

    Hi,
    I am installing the Oracle 10g Infrastructure.During the OPMN Configuration Assistant Installation, i encountered the Apache error. The error is failed to start a managed process after the maximum entry limit. I tried this command: opmnctl startproc ias-component=HTTP_Server but still the windows displays this message: Apache.exe has encountered a problem and needs to close. When I open the logs located at <ORACLE_HOME>\opmn\logs\HTTP_Server.log, the logs says Unclean shutdown of previous Apache run?. I tried to uninstall using deconfiguration.pl but the program says that its ok to use the Universal installer. I uninstall then deleted the entries at the registry and then reinstall it, but still, it displays the error. Are there any solution that can solve this problem?
    I am installing in windows xp service 2. My oracle infrastructure version is 10.1.2

    Hi,
    There is no error_log file under this directory: <ORACLE_HOME>/Apache/Apache/logs. Maybe the cause is the conflict of computer name. I'll keep you posted as long as I finish installing the application.

  • Error during the installation of oracle 11gxe

    Please, help me with the installation Oracle 11g. I have already installed it, but had to be removed. Now there is a need to install, but generates an error:
    Error number 0x80040702
    Description: Failed to load dll:orawsec11
    Setup will now terminated.

    Pl post exact version/edition of "Windows" and the contents of the XE install log file. How was the software deinstalled ?
    https://community.oracle.com/thread/2416536?tstart=0

  • Jave error during the installation of Oracle cleint

    I am trying to install Oracle 11g 64-bit client on my computer which is Window 7 64-bit. I am stucking at the step of Perform Prerequisite Checks. The installer was hanging forever. I froced to kill the installer from task manger. Then I got the error says Java (JM) 2 standard edition binary is not responding. I checked I have latest Java installed. And I also cleared the java cache. However, nothing makes it work. Can you please help?
    Thanks,
    Bing

    RBYL wrote:
    I am trying to install Oracle 11g 64-bit client on my computer which is Window 7 64-bit. I am stucking at the step of Perform Prerequisite Checks. The installer was hanging forever. I froced to kill the installer from task manger. Then I got the error says Java (JM) 2 standard edition binary is not responding. I checked I have latest Java installed. And I also cleared the java cache. However, nothing makes it work. Can you please help?
    Thanks,
    BingNo Oracle software is ever certified on any Windows Home Edition.
    consider to actually Read The Fine Manual; Installation Guide
    http://www.oracle.com/pls/db112/portal.portal_db?selected=11&frame=

  • Error -During the Intallation of Oracle Retail Merchandising System

    During the installation of Oracle Retail Merchandising System(RMS), getting the following error,
    BUILD FAILED
    /home/oretail/stgbatch/rms/batch/build.xml:408: ERROR: Batch library compilation failed. View /home/oretail/rmsbatch/log/libcomp.log for more information.
    Total time: 1 minute 37 seconds
    org.tp23.antinstaller.InstallException: Error running the install, Ant run failed - examine the error logs for details
    at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:88)
    at org.tp23.antinstaller.runtime.ExecInstall.exec(ExecInstall.java:85)
    at org.tp23.antinstaller.runtime.ExecInstall.main(ExecInstall.java:157)
    Caused by: org.tp23.antinstaller.InstallException: Ant run failed - examine the error logs for details
    at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:78)
    ... 2 more
    --- Nested Exception ---
    org.tp23.antinstaller.InstallException: Ant run failed - examine the error logs for details
    at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:78)
    at org.tp23.antinstaller.runtime.ExecInstall.exec(ExecInstall.java:85)
    at org.tp23.antinstaller.runtime.ExecInstall.main(ExecInstall.java:157)
    Install failed
    Error running the install, Ant run failed - examine the error logs for details
    Failed
    Need help in resolving this!

    Hi Elmar,
    I have checked the packages and the XFree86-libs-4.3.99 is not installed. I guess I will have to install it.
    Now your question about oracle user. I am not sure if you have performed any SAP MDM installation with ORACLE RDBMS but the installation guide is totally different than the normal SAP inst guides. Indeed someone needs to install separately SAP MDM and ORACLE and in my installation I do not install NetWeaver since it is not mandatory for the testing phase of the project. You can have a look at the guide (it is very poor -no reference to ORACLE details):
    https://websmp105.sap-ag.de/~sapidb/011000358700000271882007E
    So the official ORACLE inst gudie says to install the ORACLE software with the oracle user.
    Rgds,
    Louka

  • 9i Oracle Installer fails on Gentoo Linux

    When I try to run the Oracle Installer on my Gentoo Linux system, I get a segmentation fault.
    My system configuration:
    Gentoo Linux 1.4.2.8
    kernel 2.4.21-pre3-aa1
    binutils 2.13.90.0.16
    glibc 2.3.1-r2
    Here's the crash output:
    Initializing Java Virtual Machine from /tmp/OraInstall2003-02-19_09-53-36AM/jre/bin/java. Please wait...
    Unexpected Signal : 11 occurred at PC=0x806e749
    Function name=(N/A)
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    Dynamic libraries:
    08048000-0804c000 r-xp 00000000 03:01 4161 /tmp/OraInstall2003-02-19_09-53-36AM/jre/bin/i386/native_threads/java
    0804c000-0804d000 rw-p 00003000 03:01 4161 /tmp/OraInstall2003-02-19_09-53-36AM/jre/bin/i386/native_threads/java
    15556000-15569000 r-xp 00000000 03:01 166327 /lib/ld-2.3.1.so
    15569000-1556a000 rw-p 00012000 03:01 166327 /lib/ld-2.3.1.so
    1556b000-15578000 r-xp 00000000 03:01 166198 /lib/libpthread-0.10.so
    15578000-1557b000 rw-p 0000d000 03:01 166198 /lib/libpthread-0.10.so
    155bb000-155c4000 r-xp 00000000 03:01 52489 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/i386/native_threads/libhpi.so
    155c4000-155c5000 rw-p 00008000 03:01 52489 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/i386/native_threads/libhpi.so
    155c5000-157b5000 r-xp 00000000 03:01 19050 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/i386/client/libjvm.so
    157b5000-158b3000 rw-p 001ef000 03:01 19050 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/i386/client/libjvm.so
    158ca000-158cc000 r-xp 00000000 03:01 165869 /lib/libdl-2.3.1.so
    158cc000-158cd000 rw-p 00001000 03:01 165869 /lib/libdl-2.3.1.so
    158cd000-159f2000 r-xp 00000000 03:01 166347 /lib/libc-2.3.1.so
    159f2000-159f5000 rw-p 00124000 03:01 166347 /lib/libc-2.3.1.so
    159fb000-15a0d000 r-xp 00000000 03:01 166301 /lib/libnsl-2.3.1.so
    15a0d000-15a0e000 rw-p 00011000 03:01 166301 /lib/libnsl-2.3.1.so
    15a10000-15a32000 r-xp 00000000 03:01 165848 /lib/libm-2.3.1.so
    15a32000-15a33000 rw-p 00021000 03:01 165848 /lib/libm-2.3.1.so
    15a33000-15a69000 r-xp 00000000 03:01 680962 /usr/lib/libstdc++-libc6.1-1.so.2
    15a69000-15a76000 rw-p 00035000 03:01 680962 /usr/lib/libstdc++-libc6.1-1.so.2
    15a78000-15a89000 r-xp 00000000 03:01 36505 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/i386/libverify.so
    15a89000-15a8b000 rw-p 00010000 03:01 36505 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/i386/libverify.so
    15a8b000-15aac000 r-xp 00000000 03:01 36513 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/i386/libjava.so
    15aac000-15aae000 rw-p 00020000 03:01 36513 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/i386/libjava.so
    15aaf000-15ac3000 r-xp 00000000 03:01 36508 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/i386/libzip.so
    15ac3000-15ac6000 rw-p 00013000 03:01 36508 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/i386/libzip.so
    15ac6000-167f7000 r--s 00000000 03:01 812976 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/rt.jar
    16824000-16ac9000 r--s 00000000 03:01 812969 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/i18n.jar
    16ac9000-16adf000 r--s 00000000 03:01 812972 /tmp/OraInstall2003-02-19_09-53-36AM/jre/lib/sunrsasign.jar
    27a77000-27c77000 r--p 00000000 03:01 247094 /usr/lib/locale/locale-archive
    27c77000-27c82000 r-xp 00000000 03:01 166306 /lib/libnss_compat-2.3.1.so
    27c82000-27c83000 rw-p 0000a000 03:01 166306 /lib/libnss_compat-2.3.1.so
    28483000-2863c000 r--s 00000000 03:01 276293 /tmp/OraInstall2003-02-19_09-53-36AM/oui/lib/OraInstaller.jar
    2863c000-287a9000 r--s 00000000 03:01 276297 /tmp/OraInstall2003-02-19_09-53-36AM/oui/lib/ewt3.jar
    Local Time = Wed Feb 19 09:53:46 2003
    Elapsed Time = 0
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002C4
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode)
    # An error report file has been saved as hs_err_pid1350.log.
    # Please refer to the file for further information.

    Simply the problem can be solved setting a different Java Runtime Environent Path inside the configuration files located in the DISK1 folder.
    The files:
    /tmp/Disk1/install/oraparam.var
    /tmp/Disk1/install/linux/oraparam.ini
    must be edited!
    The Variable: JRE_LOCATION must be set with the new path or the Java Runtime Environment (Can be also the J2sdk).
    Tamer

  • MakefileException during the installation of Oracle 10g

    Hi,
    During the installation of oracle 10g i get the following error:
    INFO: /
    INFO: usr
    INFO: /bin/ld: crt1.o: No such file: No such file or directory
    collect2:
    INFO: ld returned 1 exit status
    INFO: make: ** [ctxhx] Error 1*
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    What should i do to solve this exception?
    Thanks.

    Hi,
    which distribution you are using ?.
    check if /bin/ld exist.
    On my ubuntu I need to create severel soft links like /bin/rpm.... /bin/awk....
    Find program
    find /usr/bin/ -name id
    Create softlink
    ln -s /usr/bin/id /bin/id
    hope that can help.
    greetings Till
    Edited by: user11146329 on 09.06.2009 12:04

  • I am fooled by Oracle installation since Oracle 6 ( 7 years ago )

    The purpose of the "Public Download of Oracle Products" should be a good advertisment of Oracle towards all the users.
    But the installation is so much difficult that made everybody complain.
    After more than 20 times of installation - uninstallation, I start thinking whether should I give up considering Oracle (speically 9iAS).
    Also, the patch installation (of 9iAS for Linux) is so much complicated, some of the steps cannot succeed. In this situation, How can I feel reliable to put such a system on working ?????
    When I recall the experience of installing Microsoft's BackOffice4.5 or BackOffice 2000, I never have any error during installation, no matter on the first installation steps or add more components after first installation.
    When will Oracle simplify the installation step or made the installation more friendly and more stable?
    I am fooled by Oracle Installation since Oracle 6 (7 years ago), and now still fooling by Oracle9i Products yet...

    Make sure that you place a colon in <b>about:config</b>
    See:
    *http://kb.mozillazine.org/about:config
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    *https://support.mozilla.com/kb/Troubleshooting+plugins
    IncrediMail Help Center: How do I remove IncrediMail MyStart from my Firefox Internet Browser?
    * http://help.incredimail.com/incredimail/help_center/help_article.aspx?article_id=276&lang_id=9
    * http://www.oeupdates.com/Uninstall-remove-IncrediMail.html

  • Getting the error during RCU installation

    Hi,
    I am facing the below error during the installation of RCU.I has given the sys user and the pwd which is working fine from DOSPROMPT.the same when i give in the the configuration during the installation of RCU ,i am getting the below error .Can any one help me in sorting out this issue .
    Thanks in Advance..
    2012-10-02 22:52:58.645 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::connect: Connecting to database: user:sys, role:SYSDBA, connectString:(description=(address=(host=localhost)(protocol=tcp)(port=1521))(connect_data=(service_name=ORCL)(server=dedicated)))
    2012-10-02 22:52:58.730 ERROR rcu: oracle.sysman.assistants.rcu.backend.validation.StepValidator::isConnectionStepValidated: Failed to connect database: Invalid username/password.
    Please enter valid username/password
    2012-10-02 22:52:58.730 ERROR rcu: oracle.sysman.assistants.rcu.backend.validation.StepValidator::isConnectionStepValidated: SQLFatalErrorException:
    oracle.sysman.assistants.common.dbutil.SQLFatalErrorException: Invalid username/password.
    Please enter valid username/password
         at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.connect(JDBCEngine.java:585)
         at oracle.sysman.assistants.rcu.backend.validation.StepValidator.connectDatabase(StepValidator.java:358)
         at oracle.sysman.assistants.rcu.backend.validation.StepValidator.connectDatabase(StepValidator.java:253)
         at oracle.sysman.assistants.rcu.backend.validation.StepValidator.isConnectionStepValidated(StepValidator.java:1352)
         at oracle.sysman.assistants.rcu.ui.pages.DBConnectionPage.updateModel(DBConnectionPage.java:552)
         at oracle.sysman.assistants.common.wizard.WizardPageExt.wizardValidatePage(WizardPageExt.java:166)
         at oracle.bali.ewt.wizard.WizardPage.processWizardValidateEvent(WizardPage.java:710)
         at oracle.bali.ewt.wizard.WizardPage.validatePage(WizardPage.java:680)
         at oracle.bali.ewt.wizard.BaseWizard.validateSelectedPage(BaseWizard.java:2367)
         at oracle.bali.ewt.wizard.BaseWizard._validatePage(BaseWizard.java:3072)
         at oracle.bali.ewt.wizard.BaseWizard.doNext(BaseWizard.java:2152)
         at oracle.bali.ewt.wizard.dWizard.DWizard.doNext(DWizard.java:405)
         at oracle.sysman.assistants.common.wizard.WizardExt.doNext(WizardExt.java:261)
         at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3944)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
         at java.awt.EventQueue.access$000(EventQueue.java:84)
         at java.awt.EventQueue$1.run(EventQueue.java:602)
         at java.awt.EventQueue$1.run(EventQueue.java:600)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
         at oracle.sysman.assistants.common.util.EventPopUp.dispatchEvent(EventPopUp.java:94)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    Thanks veeravalli for your reply,
    I tried manually created a user and provided the sysdba priveiledge to that user and gave that user name and pwd in the database connection steps of RCU installation and gave next .this time i dint get the invalid username /pwd error.But instead i got the below error.
    RCU-6002:The specified database does not meet the minimum requirement to load metadata repository.
    RCU-6080:Global prerequisite check failed - Check requirement for specified database
    The database you are connecting is with non-AL32UTF8 character set. Oracle strongly recommends using AL32UTF8 as the database character set.
    Can anyone suggest an idea to resolve this issue .

  • ORA-20001 GET_BLOCK-ERROR during the installation of an application

    hi people,
    I' ve got the following error during the installation of an application in apex 2.2.
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-02047: cannot join the distributed transaction in progress <pre>begin execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';end;</pre>
    Can anybody help me?
    Message was edited by:
    user512746

    hi,
    db-version is oracle 10g r2
    os windows server 2003
    the error occured when two ore more people working in their workspaces but not when only one person working in his workspace
    Message was edited by:
    user512746
    Message was edited by:
    user512746

  • Setmgr.dll error during 9iAS installation

    Hi all
    I'm getting setmgr.dll could not move from xx location to yy location error during 9iAS installation. Has anyone faced the same problem?.
    I just tried doing the Core Edition installation.
    Any suggestion is appreciated..
    Thanks

    I am encountering similar errors but much earlier and in a much higher number.
    For me the problem starts at 62% completion of the linking process with
    Error in invoking target install of makefile /ora/product/9.0.1/plsql/lib/ins_plsql.mk
    and it continues
    Error in invoking target install of makefile /ora/product/9.0.1/plsql/lib/ins_plsql.mk
    Error in invoking target relink of makefile /ora/product/9.0.1/precomp/lib/ins_precomp.mk
    etc.
    As ins_?????.mk in fact is a makefile I am now trying to
    cp ins_?????.mk makefile
    and then type
    make
    Then something happens (watch the processes) that looks very much as if it links
    and builds the libraries. Next I click on [Ignore].
    But I am not sure yet whether this helps. Right now I am still in the process of
    installing oracle.
    Can anybody state on this?
    Ciao, Toni

  • Errors during upgrade/installation af icloud 4.02

    When I try to upgrade icloud 3.1 to 4.02 with Apple Software Update I get this error message:
    There were errors during the installation of the updates. If the problem persists, choose Tools> Download Only and try installing manually.
    When I try to install manually I receive this error message:
    Windows Installer
    Error transformation. Make sure that the indicated transforming path is valid.
    I have also tried to uninstall 3.1 and run the installation of 4.x but it still fails.
    This error is happening on several of my Windows 7 32bit
    I hope anyone can help me solving this error :-)

    When I try to upgrade icloud 3.1 to 4.02 with Apple Software Update I get this error message:
    There were errors during the installation of the updates. If the problem persists, choose Tools> Download Only and try installing manually.
    When I try to install manually I receive this error message:
    Windows Installer
    Error transformation. Make sure that the indicated transforming path is valid.
    I have also tried to uninstall 3.1 and run the installation of 4.x but it still fails.
    This error is happening on several of my Windows 7 32bit
    I hope anyone can help me solving this error :-)

  • Error during  the installation of SAPNetWeaver

    i try to insall sap netweaver but there is error during the installation,the message is:
    Errors occurred during the installation.
    An error occurred and product installation failed. Look at the log file C:\sapdb\NSP\log.txt for details.
    when i check the file C:\sapdb\NSP\log.txt  for error i find :
    Mon Mar 15 00:06:01 CET 2010 MaxDB sdbinst: One or more  validation errors occured:
    Mon Mar 15 00:06:01 CET 2010 MaxDB sdbinst:  PARAMETER     ERRORMESSAGE
    Mon Mar 15 00:06:01 CET 2010 MaxDB sdbinst:  =========     ============
    Mon Mar 15 00:06:01 CET 2010 MaxDB sdbinst:  DBNAME     Instance already exists
    Mon Mar 15 00:06:01 CET 2010 MaxDB sdbinst: Database NSP must not exist
    Mon Mar 15 00:06:01 CET 2010 MaxDB sdbinst: installation exited abnormally  at Mo, Mar 15, 2010 at 00:06:00
    Mon Mar 15 00:06:02 CET 2010 MaxDB: Error during call to sdbinst, rc= 1
    Mon Mar 15 00:06:02 CET 2010 MaxDB: Done with call_sdbinst
    Mon Mar 15 00:06:02 CET 2010 MaxDB: rc of sdbinst = 1
    Mon Mar 15 00:06:02 CET 2010 MaxDB: Start of CallSdbuninst
    Mon Mar 15 00:06:02 CET 2010 MaxDB: No IndepProgPath. Nothing to do.
    can you help me to solve this problem

    Hi Mustsap,
    as the log points out, there are remainders of a previous installation of NSP DB on your computer.
    Try the RegClean tool that comes with the evaluation copy. Eventualy you have to delete keys from the registry manualy. You won't be able to to reinstall before these remainders are removed.
    Cheers Markus

  • Error during the installation of permanent license keys

    Dear Experts,
    When applying SAPLicense following error message is geeting, please help how can i resolve this issue
    " Error during the installation of permanent license keys"

    More information needed.
    For example:
    Your SAP version?
    Is it a system copy?
    How exactly did you try to delete from SAP level?
    Without this information, nobody here can do anything but guess.
    There are a lot of SAP notes about similar problems.
    But for this you will have to supply more information.
    Or better; Search in SAP notes yourself!
    And here is my guess:
    SAP Note 917936 - License keys cannot be deleted by user SAP*

Maybe you are looking for

  • How can I share external devices connected to my Mac mini via USB on a wired network.

    Own a Mac mini with Mountain Lion.  Purchased the server app.  The Mac mini is connected to a wired network with Mac's and Windows machines.  I have an external hard drive and 2 printers connected to the MAC mini via USB.  I would like to share these

  • Adobe Presenter 8.0 Download Link

    Hi, Please provide Adobe Presenter 8.0 exe Download link. My company wants to use Adobe Presenter 8.0 to develop WBT's. Thanks, Satish

  • Error VE_FMS_CONNECT_FAILED, Firefox, Windows 7 64 bit

    I consistently get this error on many different major sites (USA Today, NY Times, etc.). I am on version 11.8.800.94 of the player. This only occurs with Firefox (using version 23). Other browsers (Chrome, IE) work fine on the same URLs which have a

  • IMAP Accounts are not working...

    Hello - in the last 2 days my iMap accounts (iCloud and Gmail) have stopped working in Mail.  POP accounts are working just fine.  But the Imap accounts are all offline.  All the passwords and settings have not changed.  Has something change on Mac?

  • Accessing interfaces in JPA

    Hi! I have some JPA Entities that are part of various separate persisted class hierarchies. I want to be able to have just some of them be referenced from another entity, namely those that implement a specific interface. It's not hard to see how it c