Installation problem on fedora linux

Hi
I am trying to install oracle 10g to Fedora Linux.
When I type ./runInstaller :
Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-08-21_12-40-12AM/jre/1.4.2/lib/i386/libawt.so:...........................
Exception in thread main java.lang.NoClassDefFoundError
Please help me to solve this problem

Ricardinho,
try post full error message (or stack trace) because in this case we can only guess...
Also when you post name of Linux distribution then don't forget post the version.
Anyway according to partial error message I think there is missing libXp.so.6 library on your OS.
So execute "yum install libXp" to install required package. Od locate the package on installtion media and install it via "rpm -ivh" command.
Note: In FC5 and later libXp.so.6 is included in libXp package. In FC4 and older releases you need to install xorg-deprecated-libs package.

Similar Messages

  • SAPGUI problem on FEDORA linux

    Hi friends,
    we have worked on window OS.
    recently we have changed the OS , we are working on FEDORA linux,
    comming to problem.
    production server and quality server are working fine.
    but development server is not working.
    when ever we have open this server it will not respond, it shows only blank screen.
    the GUI is completly goes to wait stage. it shows a white screen.
    what is the problem please post the solution immediatly.
    Regards,
    Sateesh.

    Dear sateesh,
    could you please explain in more detail what you are referring to when saying
    In our organization sap is installed on fedora linux with 'jre1.6.0_14'
    In this forum, we normally assume that you mean SAP on the server side. But the subject of this thread is called, SAPGUI problem, therefore I assume that you are only facing SAPGUI problems on the client side (and not the server side).
    SAPGUI problem on the Client side:
    For officially supported distributions for the JavaGUI [1] are mentioned in SAP note 959236 - Supported Java frontend platforms for 7.10 / 7.11 / 7.01. This note says that Fedora Linux is supported, so you are on the safe side here.
    Also, the JavaGUI is fully compatible with Java 1.6. I', using the JavaGUI with jdk1.6.0_14 without any problems. I'm using a small script to start the JavaGUI on my machine. You should try it youself. Please note that you have to adept the paths accordingly. Sometimes it happens that some variables are not set correctly. Also, the Java path is very important!
    #!/bin/sh
    # SAP GUI Path
    SGP=/home/hannes/data/progs/sapgui/SAPGUI7.10rev8
    export SNC_LIB=/usr/lib/libsecude.so
    export CREDDIR=/dev/shm/ssoclient-`id -u`
    export JAVA_HOME=/home/hannes/data/progs/jdk1.5.0_16
    export PLATIN_JAVA_VER=1.5.0_16
    export PLATIN_JAVA=$JAVA_HOME/bin/java
    export LD_LIBRARY_PATH=$SGP/bin
    $SGP/bin/guilogon
    Thanks,
      Hannes
    [1]: ftp://ftp.sap.com/pub/sapgui/java/710r8/

  • Oracle 10g Installation Problem on SUSE Linux 10

    Hello Friends,
    I want to install SAP Solution Manager 7.0 with Oracle 10g on SUSE Linux 10.0.
    But, while starting the Installation i am getting following Errors.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1,
    asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-04-22_03-59-38PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2009-04-22_03-59-38PM. Please ensure that this directory is
    writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    I have checked the Permissions and the Size of /tmp Directory, which is as followed:
    drwxr-xr-x  11 root root    0 2009-04-22 21:19 sys
    drwxrwxrwt  52 root root 1824 2009-04-22 16:00 tmp
    drwxr-xr-x  15 root root  408 2009-04-19 14:43 usr
    Filesystem           1K-blocks      Used Available Use% Mounted on
    /dev/sda10             2104376     73112   2031264   4% /tmp
    I am starting the Oracle 10g Installation within orasm7 User which is a member of dba, users, disk groups.
    The directories which are created upon starting the Oracle Installation in /tmp directory are having the situations as followed:
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-14PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-25PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-22 15:59 OraInstall2009-04-22_03-59-38PM
    The Oracle Installation log is as follwoed:
    Using paramFile: /home/MyData/51031676/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    The commandline for unzip:
    /home/MyData/51031676/database/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.8
    /1/DataFiles/\*.jar -d /tmp/OraInstall2009-04-22_03-59-38PM
    I have set DISPLAY variable in this way before starting Installation:
    DISPLAY=$HOSTNAME:0.0
    export DISPLAY
    I tried to search the solution over the internet for this kind of problem, but i am not able to find its solution. Even i tried to start the Orale installation using this parameter: ./runInstaller ignoreSysPrereqs, but still it is giving the same unexpected error.
    I have a doubt on File/Directory permissions which are created for Installation in /tmp. The umask setiing of the system is 0022.
    Please, help me for this issue.
    Thanks & Regards,
    Bhavik G. Shroff

    Hi Markus,
    How are you ?
    Thank you very much for your reply.
    I was executing wrong runInstaller file. RUNINSTALLER is right file for starting the execution. But still i am facing the same error, which is as followed.
    Preparing response files. Please wait:
    ======================================
    Working on /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP
    /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.27450: Done
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please wait ...
    Error in writing to directory /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please ensure that
    this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    SHROFF:~ # cd /home/orasm7/tmpora/
    SHROFF:/home/orasm7/tmpora # ll
    total 0
    drwxr-xr-x 3 orasm7 dba 128 Apr 22 17:25 OraInstall2009-04-22_05-25-26PM
    SHROFF:/home/orasm7/tmpora # cd OraInstall2009-04-22_05-25-26PM/
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM # ll
    total 4
    drwxr-xr-x 2 orasm7 dba 304 Apr 22 17:25 images
    -rwxr-xr-x 1 orasm7 dba 504 Apr 22 17:25 installActions2009-04-22_05-25-26PM.log
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM #
    I have a doubt on tmp_netca_file & tmp_dbca_file variable.
    Please give your suggestion for the same.
    Regards,
    Bhavik G. Shroff
    Edited by: Bhavik G. Shroff on Apr 22, 2009 2:10 PM

  • J2esdk installation problem on fedora 2

    Hello All
    I am tring to install the j2eesdk-1_4_01-linux.bin on my newly intalled redhat fedora system
    while running on command prompt as
    $./j2eesdk-1_4_01-linux.bin
    it gives error message like
    ./j2eesdk-1_4_01-linux.bin: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
    please help me
    Thank you

    This hang is a known issue on some Linux distributions and seems to triggered by particular environment settings. To work around it, you can run:
    /j2eesdk-1_4_01-linux.bin -javahome <java_directory>
    where java_directory is location where you have preexisting JDK or JRE 1.4.1 or higher,
    If you don't have preexisting JRE or JDK installation, you can also take a look at workaround (unzip and invoking Java installation wizard directly) described in this thread:
    http://forum.java.sun.com/thread.jsp?forum=136&thread=507826

  • Oracle 10g XE installation problem on Ubuntu Linux, Oracle will not start

    Hi,
    After installing the pakages the error is when I call sqlplus and login as SYS :-
    oracleXE: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
    ERROR:
    ORA-12547: TNS:lost contact
    What I have done:-
    My system is 64 bit AMD.
    I installed .deb package on Ubuntu 9.04 server. I installed the following packages.
    1.     ibc6-i386
    2.     libaio_0.3.104-1_i386.deb
    3.     bc
    4.     oracle-xe-universal_10.2.0.1-1.1_i386.deb.
    The Oracle processes do not start after running /etc/init.d/oracle-xe start.
    I can tnsping from the local machine.
    dpkg -l |grep libaio gives the following:
    ii libaio1 0.3.107-3ubuntu1 Linux kernel AIO access library - shared lib

    I have been running XE on 9.04 (32bit on my laptop - 64bit on my workstation) and both works fine. I had no problem installing. I followed the directions in documents I found on Ubuntu forums and also google. The document I used to install on 64bit was from http://littlebrain.org
    I remember using
    dpkg -i --force-architecture libaio1_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture libaio-dev_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture libaio1-dbg_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture oracle-xe_10.2.0.1-1.0_i386.deb
    and then I used the ./oracle-xe configure as root, the installation was ok - and I have even updated the APEX version to 3.2.1 on the XE installation running on my 64bit Ubuntu 9.04
    hope this proves useful
    R/ Zafer

  • Oracle9i R2 (9.2.0.2.0), installation problem on RH Linux 3.0 on IA64.

    Hi,
    While installing Oracle9i release 2 (9.2.0.2.0),on Redhat Linux 3.0 on IA64 itanium processor, Oracle Universal Installer starts and copies some of the files and stops installation at 0% without giving any error.
    After selecting NO to Create Database,OUI install starts, and it has stopped at
    "Installing Java Runtime Environment 1.4.1.0.0" ,
    "Link pending" , "Copying LICENSE".
    Please help me in solving this problem.
    Thanks in adv..
    Venkatakrishna

    Ur kernel Parameter is not tuned to 2.4.1

  • Oracle 9i installation problem on Gentoo Linux

    Hi!
    After setting up the useraccount for the required installation step I face on the bash console a problem with this message:
    ./runInstaller
    bash-2.05b$ Initializing Java Virtual Machine from /tmp/OraInstall2005-04-06_09-57-12PM/jre/bin/java. Please wait...
    head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
    Error occurred during initialization of VM
    Unable to load native library: /tmp/OraInstall2005-04-06_09-57-12PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    for any help, I would thank.

    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

  • Studio Creator installation problem with Fedora 5

    Hi,
    I tried installing JCreator in Fedora core 5, but I get the problem concerning the graphical installation. I tried installing Jcreator in silent mode using the command line options -is:log log.txt �silent and a sp file which sets the installDir and is.debug to 1 , however the installation does not complete, properly and it does not install the SunAppServer8 directory

    I can't recall what they are, but I know that there are some libs that you need to install to get the Creator installation to complete OK on Fedora 5.
    I think that I ended up using some libs from either Fedora 3 or 4 since there were no Fedora 5 versions available for the two (and again, I can't recall what they were) libs.
    I do know that it is possible though as I have Creator on Fedora 5 right now.

  • NetWeaver 2004s installation problem on Suse Linux

    Hi,
    I downloaded NetWeaver 2004s 90 days version from SDN and installed on Suse linux. I am not able to execute command to get the license after installation. Here is the line I executed
    add user n4sadm
    unpacking adm_env.tar.bz2
    Changing password for n4sadm.
    New Password:
    Bad password: it is based on a dictionary word
    Reenter New Password:
    Password changed.
    add user sdb
    Changing password for sdb.
    New Password:
    Bad password: it is based on a dictionary word
    Reenter New Password:
    Password changed.
    add user sqdn4s
    unpacking sqd_env.tar.bz2
    Changing password for sqdn4s.
    New Password:
    Bad password: it is based on a dictionary word
    Reenter New Password:
    Password changed.
    unpacking /mnt/iso/server/TAR/x86_64/SAPDB_I.tar.bz2
    unpacking /mnt/iso/server/TAR/x86_64/SAPDB_II.tar.bz2
    unpacking /mnt/iso/server/TAR/x86_64/SAPDB_III.tar.bz2
    unpacking /mnt/iso/server/TAR/x86_64/SAPN4S.tar.bz2
    Service visinet-gui on port 3601/tcp was deactivated...
    Service cpq-tasksmart on port 3201/tcp was deactivated...
    Service netxms-mgmt on port 4701/tcp was deactivated...
    Service iwec on port 4801/tcp was deactivated...
    Service tick-port on port 3200/tcp was deactivated...
    Service netxms-agent on port 4700/tcp was deactivated...
    Service iims on port 4800/tcp was deactivated...
    Update the necessary information in sysctl.conf:
    kernel.shmmax = 23136829430
    kernel.shmall = 5242880
    kernel.msgmni = 1024
    fs.file-max = 32768
    kernel.sem = 1250 256000 100 1024
    Found interface: eth0 . Alias is eth0:0
    ifconfig eth0:0 192.168.155.1 up
    Ok
    n4shost:n4sadm 35> /usr/sap/N4S/SYS/exe/run/saplicense -get
    /usr/sap/N4S/SYS/exe/run/saplicense: Exec format error. Binary file not executable.
    Can any one help me to complete the installation and execute the server successfully. I am very new to linux. Do i need to execute any other commands to complete my installation.

    Dear Rajasekhar,
    this error simply comes, because the architecture of your computer is not the same as the one from the test drive. As I'm not sure, which architecture the N4S test drive uses, we simply have one of the following situations here. Either
    your machine is x86_64 and the N4S is i386 or
    your machine is i386 and the N4S is x86_64.
    Please check!
    Thanks,
      Hannes

  • 9i installation problem on Fedora 5

    Hi,
    I am having some difficulties when installing Oracle 9i on Fedora 5 using the article from http://ivan.kartik.sk/oracle/install_ora9_fedora.html.
    Specifically, it is when "switching the GCC3 compiler binary with GCC2 compiler binary as following" by doing these:
    su -
    # cd /usr/bin
    # mv ./gcc ./gcc3
    # mv ./gcc296 ./gcc
    When entering the 3d line, I got this message:
    mv: cannot stat './gcc': No such file or directory.
    Can someone help?
    cder.

    I was kind of succesful to bypass this step. However now I have another issue. The article that I have been following (http://ivan.kartik.sk/oracle/install_ora9_fedora.html) says to install j2re-1_3_1_15-linux-i586.bin, or higher. So I downloaded jre-1_5_0_06-linux-i586.bin.
    // part of article
    Login as root and make the the file executable and then execute it. When the JRE is exracted move the "jre1.3.1_15" di rectory to "/opt" directory.
    # chmod +x j2re-1_3_1_15-linux-i586.bin
    # ./j2re-1_3_1_15-linux-i586.bin
    # mv jre1.3.1_15 /opt/
    // end of the part of article
    I assume a directory will be generated after extracting the file. However, I did the first 2 lines using the appropriate file names but there is no new directory.
    Can someone help? I am a real newbie on this. :-)

  • Path and installation Problem in suse linux

    i have installed jdk1.3 in suse linux.
    when i give /usr/lib/jdk1.3/java or javac it runs the class or compiles the .java file as expected.
    But the problem is if i give /usr/lib/java/bin/java
    /usr/lib/java/bin/javac
    /usr/lib/java/bin/javap
    it runs only the java .
    what can i do.

    Hi,
    It could be because different versions of java are installed on your Suse machine. If you type java -fullversion or java -version (it might be double -) , this will give you a clearer picture on the versions of java installed.
    Also which java or which -java can help.
    best,
    kev

  • Java Studio Creator Installation Problems in ubuntu linux (JRE not found)

    Hi, im having some problem with the installation of this tool, i try to install it and i get a message saying that it can't found the JRE, i have also tried passing it by argument like this:
    -is:javahome /usr/lib/j2se/jre/bin/
    -is:javahome /usr/lib/j2se/jre/
    but i get the same message, any suggestions??
    Thanks in advance.

    I was getting these same errors, and after a bunch of poking around
    in the install script and debugging it, I finally figured out that the
    "problem" was that I was typing 'sh <installer>' instead of chmoding the
    installer +x and running it as a command.  I still don't understand why
    it couldn't find the installed JVN (it's in /usr/bin/java, for heaven's
    sake!), but when running it as a command it extracted the bundled jvm
    and completed the install.
    It did produce an error about being unable to find some stuff for the
    bundled server, which I haven't tried to track down since I don't think
    I need it. But I was able to install Creator and run it on Gentoo.
    Now if I can just figure out why it does nothing when I click build
    on an existing project, I'll be happy.

  • Installation problem on Fedora 5

    I try to insteall Java Studio Creator on Fedora 5, but it fails and saying I need some c++ libraries?
    Does anyone know why? I thought Java Studio Creator is all java based, why it needs c++ libraries and how can I get around it?
    Thank you.

    Hi There,
    Please take a look at the FAQs and the following threads, it might be of help to you.
    http://developers.sun.com/prodtech/javatools/jscreator/reference/faqs/index.jsp
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=47519
    http://swforum.sun.com/jive/thread.jspa?threadID=50316&messageID=178971
    Thanks
    K

  • Installation Problem on RedHat Linux 7.3

    Hello,
    I am tring to install JWSDP-1_2 package on my RedHat 7.3 Linux box
    But I recevied the following error message
    [root@design JWSDP-1_2]# ./jwsdp-1_2-unix.sh -console
    bash: ./jwsdp-1_2-unix.sh: /bin/sh: bad interpreter: ?? ???
    How do I install it ?
    Thanks.
    youngho

    Make sure /bin/sh exists, and then try
    /bin/sh ./jwsdp-1_2-unix.sh -console
    It might work.

  • Sun Java Studio Standard 5 installation problem on Fedora C2

    Hi,
    I've downloaded the trial version of Java Studio Standard 5 IDE and have bypassed the version hooks to load it on Fedora Core 2. It's get past the questions but hangs after pressing "Next" on the "Select the components" page. Any solutions, I don't want to hear, use Java Desktop or Redhat 7.2, I don't like Java Desktop and I'm not going back to a unsupported Redhat OS.
    I'm working with Chemeketa Com. College and trying to demostrate a IDE tool that supports Web Services. Please suggest a solution, maybe selecting another IDE.
    Thanks
    Rick

    Refer to this thread for possible solution:
    http://swforum.sun.com/jive/thread.jspa?forumID=78&threadID=20077

Maybe you are looking for

  • Batch updation error from Sales Order

    Hi All, I am facing a problem in my addon while Adding/Updating Sales Order. In my addon, after adding or updating Sales Order, checking the Pval.ActionSuccess property , I am updating the batch allocation for the quantity in the order into IBT1 usin

  • Color differences between LR and CS4

    I've recently switched from PC to MacbookPro and installed latest versions of Lightroom and CS4. I do most of my editing in Lightroom and sometimes export to Photoshop. I noticed that there is a huge difference between the colors in Lightroom vs the

  • Credit for Missing Channels

    I am highly upset and I just spoke with a supervisor by the name of Braxton {edited for privacy}. I have not received over 100 channels since my account has been set up in april or may of 2014. I work full time, a business owner, full time student an

  • How do I delete edit proxies?

    Somehow edit proxies got turned on in FCSvr (not 1.5) and a whole bunch of edit proxies are now living in the edit proxies bundle. We have no need for edit proxies, how do I delete them? They have filled one of our partitions to 94%.

  • Creative Zen Disconnects Automatical

    Hi, first time poster. I've done a quick search and can't seem to find this exact problem, apologies if it has already been posted. I received my Creative Zen 6gb the other day, and it kept disconnecting automatically from my PC. I have tried alterna