JDK - Fedora Core 4 (No Slacktrace?)

Fedora Core 4
Dual Opteron 246
4GB Ram
660GB HDD
I'm trying to install L2j. It's a GameServer Emulation of the Official Lineage2.com - Problem is. I'm getting the error in the stdout.log showing
http://pastebin.ca/281575
I am using:
java version "1.4.2"
gij (GNU libgcj) version 4.0.2 20051125 (Red Hat 4.0.2-8)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Because the newest available is 1.5.0 and I could not get that package through YUM nor would ANT (which im not sure what is used for) would run correctly with it during a manual install. Basically the more information I can get about that JAVA error the better. I'm just trying to find one step closer because I am well at a dead stop.
I appreciate any help
James
D

Hi,<br>
<br>
Have you try to see if find any help into Oracle Database Express Edition (XE) ?<br>
<br>
Nicolas.

Similar Messages

  • NW04s Linux Trial : problem installing IBM JDK Fedora Core 6

    Hi,
    I'm trying to install the NW04S Linux Preview on a Fedora Core 6 distribution and I'm encountering a problem with the IBM JDK 1.4.2 installation.
    I've downloaded the RPM package from IBM (IBMJava2-AMD64-142-SDK-1.4.2-7.0.x86_64.rpm
    ), installed it as root but when I try to invoke the virtual machine (java) or the compiler (javac), I got the following error :
    libjvm.so preloadLibrary: /libj9vm22.so: cannot open shared object file: No such file or directory
    libjvm.so failed to load: j9vm22
    Has anyone tried to install the Linux Preview on Fedora and encountered the same problem. It might be connected to some sort of the linux dynamic linker/loader (ld.so) or versions of librairies.
    I'm really lost here and I won't be able to start the installation without a working virtual machine.
    Thanks

    I have double checked the link provided to the IBM JDK in the Linux Trial and it seems I had the wrong version. I've downloaded IBMJava2-AMD64-142-SDK-1.4.2-7.0.x86_64.rpm (1.4.2-7) and the special version for SAP is the IBMJava2-AMD64-142-SDK-1.4.2-2.0.x86_64.rpm (1.4.2-2).
    I have installed it : rpm -ivh IBMJava2-AMD64-142-SDK-1.4.2-2.0.x86_64.rpm
    I have installed it and activated it as the default JVM using alternatives command :
    alternatives --install /usr/bin/java java /opt/IBMJava2-amd64-142/bin/java 2
    alternatives --config java
    I now have a different error :
    [root@macpro ~]# java
    JVM not found: libjvm.so  - libjvm.so
    What could have I done wrong ?
    Thanks for you help

  • How to Install SJAS on a Fedora Core 4 box

    I've had my share of headaches making SJAS work well on an FC4 box, and as there was no good "how-to" on the install, I've compiled the following from trial and error. Hope this is of some use:
    Installing Sun Java App Server on FC4:
    1) First, start with a Fedora Core 4 box, running with at least 1GB of RAM. This is the minimum recommended configuration for Sun Java Application server, and its associated programs. Load balancing uses a lot more resources (minimum recommended config is 2GB RAM) but on a stand-alone box, 1GB will do. Ensure you've got disk space and connectivity to the net, especially DNS.
    2) Copy over the following files to the box. You'll need all of these for the install:
    o compat-libstdc++-296-2.96-132.fc4.i386.rpm - compatibility library needed for FC4, or else the install will crash but won't tell you about it.
    o compat-libstdc++-33-3.2.3-47.fc4.i386.rpm - another compatibility library needed
    o jdk-1_5_0_02-linux-i586.rpm - the JDK as the Java Application server needs Java to run.
    o java_es_05Q4_msgserver-ga-linux-x86.zip � appx 340MB, and is the download which installs SJAS, the web server with load balancer plugin, the directory server, etc.
    3) Do an rpm -iv on the compat-libstdc* compat libraries.
    4) Do an rpm -iv on the jdk.
    5) Link the java executibles to /usr/bin by typing "ln -sf /usr/java/jdk1.5.0_02/bin/* /usr/java". If you installed a different version of the JDK, put in that version instead of 1.5.0.02.
    6) Edit your /etc/hosts file. By default, the FC4 install maps your hostname of your box onto localhost / 127.0.0.1. Take this hostname off of 127.0.0.1 so that the only name mapped to 127.0.0.1 is localhost. Then, on the IP address you plan on installing SJAS onto, map the hostname and the fully-qualified domain name to that address. An example /etc/hosts/ file that has worked is:
    127.0.0.1 localhost.localdomain localhost
    192.168.99.203 iloapp01.scientology.net iloapp01
    7) Unzip the java_es_05Q4_msgserver-ga-linux-x86.zip file into a directory using the "unzip" command.
    8) Go into the java_es_05Q4/Linux_x86 directory just created, and run ./installer
    9) This will then pop up a graphical installer, if you are running this directly on the server. If running via a console, type ./installer -nodisplay which will pop up the installer in text mode.
    10) Click through the installer until you get to the packages list. Install all of the packages, unless there is a specific reason � for the server you're working with � that you don't want one or another of the packages.
    11) When it asks you if you want to configure now or configure later, click configure now.
    12) Page through all of the proceeding pages of questions, entering master passwords when it asks you to. If it hangs on the first screen, asking for a valid IP address and/or hostname, you either (a) didn't specifiy a valid address which is configured on that box, or (b) you messed up on the /etc/hosts file config above. All you want in the "hostname" field is the server name (i.e. "iloapp01") and all you want in the domain name field is the base domain (i.e. "scientology.net"). That will work.
    13) Finish the install wizard and let it exit gracefully.
    14) After it finishes the install, you should be able to start each of the services on the box without issue.
    o You need the Sun Directory Server for authentication. To start the directory server, run /opt/sun/sbin/directoryserver start, which should work without a hitch. Check if it's working and on by doing a ps -ef | grep slapd and see if the slapd process is running (the LDAP server, needed for authentication).
    o Test-start the admin console by running /opt/sun/sbin/mpsadmserver start. This should hang for a little while (unless you have a preposterously fast machine) and then report that it's started. If it didn't work, it will tell you "it hasn't been configured" or some such.
    o Start the app server by going to /opt/sun/appserver/bin and typing asadmin start-appserv --user admin. You should then be able to start the admin server after typing the master password.
    If this all works, you have a Sun Java Application Server installed, as well as the Directory Server to support it and allow for authentication. For more details on what do do from here, see the Getting SJAS Enterprise Edition to work on an Application Server page.
    Tad
    Church of Scientology
    http://www.scientology-washingtondc.org

    Hi !
    What do you mean with "crash"?[oracle@katon3 oracle]$ oemapp console
    start the console,
    select database, enter the usernam and password and after
    SIGSEGV 11* segmentation violation
    stackbase=49875E68, stackpointer=49874AC4
    Full thread dump:
    "Image Fetcher 1" (TID:0x42192a58, sys_thread_t:0x8b54dd0, state:CW, thread_t: t@393226, sp:0x0 threadID:0x1511, stack_base:0x48cdee68, stack_size:0x200000) prio=1233603152
    java.lang.Object@1109071112/1111761664: owner "VtaEmTreeSQLParentNode-Expand-Thread" (0x8cd8100, 1 entry)
    oracle.ewt.timer.Periodic@1108949792/1112058504: <unowned>
    Waiting to be notified:
    "CursorIdler" (0x8c18a48)
    Registered Monitor Dump:
    Thread queue lock: <unowned>
    Waiting to be notified:
    "main" (0x831bfc8)
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Waiting to be notified:
    "Finalizer thread" (0x831d8a8)
    Monitor registry: owner "Thread-4" (0x8d38558, 1 entry)
    [oracle@katon3 oracle]$
    Is there an X serevr running?Yes.
    Does oem console java use the correct jre i.e. from $ORACLE_BASE/jre/1.1.8/...?I did not change the jre.
    Regards,
    Johnny

  • Problems installing on Fedora Core 3, NoClassDefFoundError:PermissionID

    Hello,
    I tried to install JMF on fresh Fedora Core 3 Linux installation. First I installed JDK 1.5.0. While trying to install JMF i got the exception:
    java.lang.NoClassDefFoundError: com/ms/security/PermissionID
    I've beed using JMF on RH9 linux and FC1 with JMF without problems.
    What is going on?
    Best regards,
    Lukasz

    I have found this line in the oraparam.ini file:
    Linux=redhat-Red Hat Enterprise Linux AS release 3,redhat-Red Hat Enterprise Linux AS release 4,redhat-Red Hat Enterprise Linux ES release 3,redhat-Red Hat Enterprise Linux ES release 4,SuSE-9
    will it work if I add something like Fedora Core 4 there?

  • Javax.sound missing with Fedora Core 3 linux's java compiler?

    I'm running Fedora core 3, and I did a complete install(selected all the packeges). I have the java compiler that FC3 installed. I can compile most things, but I seem to be missing the sound package/folder.
    This leads to an error when I try to import the sound libraries.
    //start code
    //simple non-working example
    import javax.sound.*;
    class sounds
    //end code
    results in the error "The import javax.sound cannot be resolved"
    I am trying to run a code snippet from javaAlmanac, and of course it won't work. Today, a friend of mine had the exact same problem on a windows machine using JDK 1.5.
    I'm going to test this code out on a windows machine also.
    Are there issues with the FC3 java compiler?
    Has anyone else run into and solved this issue?
    I'm considering copying the sound folder from some other Java installation, anyone try this?
    Thanks,

    I'm pretty new at this myself. I've also installed Fedora Core 3 on an AMD 64. When I do the same uname - a I get:
    Linux localhost.localdomain 2.6.9-1.667 #1 Tue Nov 2 14:50:10 EST 2004 x86_64 x8 6_64 x86_64 GNU/Linux
    Maybe you didn't install as 64 bit ?
    I've also successfully installed Jave Runtime Environment. java -version gets me:
    java version "1.4.2_08"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
    I'd suggest installing 32 bit. I can't tell the difference when I run programmes that use 64 or 32 bits - it will be just as good.
    Eurostar

  • ATT anyone running Fedora Core 4

    Can anyone running Fedora Core 4 please compile and run the following code several times and post the output here.
    import java.math.BigInteger;
    import java.security.SecureRandom;
    class RndTest {
        public static void main(String[] args) {
            SecureRandom rnd = new SecureRandom();
            for (int i = 0; i < 10; i++)
                System.out.print(new BigInteger(5,rnd) + " ");
    }Originally posted http://forums.java.sun.com/thread.jspa?threadID=230198 but I have yet to receive a response, hence hope posting in a high traffic forum may get one...
    Cheers

    I tried it on FC4 with two different versions of java. The GCJ version has the problems you mention. Sun's JDK 1.5.0_05 worked fine.
    GCJ output:
    [brh@jupiter ~]$ java -version
    java version "1.4.2"
    gij (GNU libgcj) version 4.0.1 20050727 (Red Hat 4.0.1-5)
    Copyright (C) 2005 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    [brh@jupiter ~]$ java RndTest
    0 31 12 21 21 16 8 24 15 20
    [brh@jupiter ~]$ java RndTest
    0 31 12 21 21 16 8 24 15 20
    [brh@jupiter ~]$ java RndTest
    0 31 12 21 21 16 8 24 15 20
    [brh@jupiter ~]$ java RndTest
    0 31 12 21 21 16 8 24 15 20
    Sun's 1.5.0_05 output:
    [brh@jupiter ~]$ jdk1.5.0_05/bin/java -version
    java version "1.5.0_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_05-b05, mixed mode)
    [brh@jupiter ~]$ jdk1.5.0_05/bin/java RndTest
    5 17 18 1 29 30 11 0 20 5
    [brh@jupiter ~]$ jdk1.5.0_05/bin/java RndTest
    29 31 22 22 25 15 29 9 4 27
    [brh@jupiter ~]$ jdk1.5.0_05/bin/java RndTest
    27 2 12 9 18 30 18 20 22 18
    [brh@jupiter ~]$ jdk1.5.0_05/bin/java RndTest
    30 7 1 16 27 22 22 21 15 17

  • Install Raptor On Fedora Core

    Hi to all!
    I'm trying to install reptor on Fedora Core 4. I have installed jdk 5.0 ok and I have unzipped raptor ok too, but when I try to run I have this error:
    [root@biora raptor]# sh raptor
    Oracle Raptor 1.0
    Copyright (c) 2005 Oracle Corporation. All Rights Reserved.
    Working directory is /var/local/raptor/jdev/bin
    Exception in thread "main" java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:333)
    at java.util.logging.LogManager.getLogger(LogManager.java:437)
    at java.util.logging.Logger.getLogger(Logger.java:228)
    at oracle.ide.performance.PerformanceLogger.<init>(PerformanceLogger.java:64)
    at oracle.ide.performance.PerformanceLogger.get(PerformanceLogger.java:94)
    at oracle.ideimpl.Main.main(Main.java:21)
    Somebody knows what's Wrong?
    Thanks.
    Mensaje editado por:
    user481184

    Have you asked this question in the Raptor forum? It's the forum where the Raptor developers and product people usually spend their limited free time.

  • Fedora Core 3, AMD64, & Java

    I have installed Fedora Core 3 on an AMD 64 Athlon processor. I have successfully installed the 32-bit JRE, but I get the following error when I try to install the 64-bit JRE:
    Do you agree to the above license terms? [yes or no]
    yes
    Unpacking...
    Checksumming...
    0
    0
    Extracting...
    ./jre-1_5_0-linux-amd64-rpm.bin: line 263: ./install.sfx.25726: cannot execute binary file
    I've downloaded several installation scripts from java.sun.com, java.net, and blackdown.org, but I get the same error with all of them. I've found a few references to this error and it usually results from running the wrong installation script for the platform. I doublechecked that in all cases I had the installation script for Linux with AMD64.
    I pretty much chose all the defaults on the installation of Fedora Core 3 (I installed "text-only internet" - no GUI desktop). Was there something I missed to enable 64-bit processing? Or, is there something I need to tweak in the installation script? Are there 64-bit Linux JRE/JDK RPMs available that are not in self-extracting archives (I couldn't find one - not sure if it would help)?
    Here's what I get from `uname -a` (apu is the host name):
    Linux apu 2.6.9-1.667 #1 Tue Nov 2 14:41:25 EST 2004 i686 athlon i386 GNU/Linux
    Is there some other way I can check that 64-bit processing is available and enabled?
    Thanks,
    Philip

    I'm pretty new at this myself. I've also installed Fedora Core 3 on an AMD 64. When I do the same uname - a I get:
    Linux localhost.localdomain 2.6.9-1.667 #1 Tue Nov 2 14:50:10 EST 2004 x86_64 x8 6_64 x86_64 GNU/Linux
    Maybe you didn't install as 64 bit ?
    I've also successfully installed Jave Runtime Environment. java -version gets me:
    java version "1.4.2_08"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
    I'd suggest installing 32 bit. I can't tell the difference when I run programmes that use 64 or 32 bits - it will be just as good.
    Eurostar

  • Java In Fedora Core 5 - Install Problems

    Hello guys
    (sorry for my grammar)
    i am in a hell now with java and Fedora Core 5
    i used to work with java and fc3,fc4
    without problems
    in this sentide, when i did the instalation of Linux FC(3-4)
    always Fedora install its own Java, for example
    java-1.4.2-gcj-compat-1.4.2.0-40jpp_31rh (for fc4)
    if i execute this command "which java" <---
    show this ---> /usr/bin/java
    and
    [XXX@localhost ~]$ java -version (<---- for FC5)
    java version "1.4.2"
    gij (GNU libgcj) version 4.1.0 20060304 (Red Hat 4.1.0-3)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    [Section1@localhost ~]$
    so the problem is that (FC3-4-5) never use my jdk1.5_01 already installed (jdk of SUN)
    jdk-1_5_0_01-linux-i586.bin,and inclusive, if i put the path bin of java in the .bash_profile always use its own Java1.4.2, so to avoid this problem
    , i show the Java's package installed by the FCx and i proceed to uninstall
    (example in FC4)
    rpm -e openoffice.org-javafilter-1.9.104-2
    rpm -e --nodeps gcc-java java
    rpm -e --nodeps gcc-java java-1.4.2
    rpm -e --nodeps gcc-java java-1.4.2-gcj-compat-1.4.2.0-40jpp_31rh
    well when i did this uninstall in FC5,sadly this erase for complete the OpenOffice and other Dependences (this behaviour never happened in FC4 - so the OpenOffice still in the OS),now in
    FC5 in the uninstall process of packages check ALL dependences related and uninstall too.
    i did my own research in google and forums, and the best solution can be this
    http://www.fedorafaq.org/#java
    , well i prefer my solution, less complicated and easier, but no work in FC5,
    am i doom to follow these steps???
    i always work with jdk1.5 update 1 , and the rpm of the other solution is 7, i want to avoid
    versions problems
    so please help me
    the most obvious posible solution, is make some configuration, without uninstall
    "java version "1.4.2" gij (GNU libgcj)" to work with my path for jdk 1.5 bin
    so , how i can do this???, and what happened if i want use other java
    version and in need change the path info??
    pls, help me
    thanks for advanced.

    I am trying to install Sun JSDK Update 8 RPM on Fedora 5. There is a segmentation fault error during installation
    Do you agree to the above license terms? [yes or no]
    yes
    Unpacking...
    Checksumming...
    0
    0
    Extracting...
    UnZipSFX 5.42 of 14 January 2001, by Info-ZIP ([email protected]).
    inflating: jdk-1_5_0_08-linux-i586.rpm
    Preparing... ########################################### [100%]
    1:jdk ########################################### [100%]
    /var/tmp/rpm-tmp.12735: line 357: 14885 Segmentation fault /usr/java/jdk1.5.0_08/bin/java -client -Xshare:dump >/dev/null 2>&1
    Done.
    When try to run the java
    [root@localhost bin]# cd /usr/java/jdk1.5.0_08/bin
    [root@localhost bin]# ./java
    Segmentation fault
    Following is the information of the fedora
    [root@localhost bin]# uname -a
    Linux localhost.localdomain 2.6.15-1.2054_FC5 #1 Tue Mar 14 15:48:33 EST 2006 i686 i686 i386 GNU/Linux
    Please Help!

  • File locking does not work in Fedora core 2

    I am using jdk 1.4.2_07 on Fedora core 2. I need to detect file locks obtained by other programs on the same system. However I can not detect locks held by other programs even when they are exclusive write locks. Any help is appreciated. I am using java.nio.channels tryLock method.
    Thanks,
    Dave

    Hi jbroughton,
    There are few things that I need to know in order to investigate why your file is no longer being recognised:
    What version of LabVIEW are you using?
    What is your kernal version of federa four?
    Is your application a built executable?
    What is your librarying doing currently when you try to call it? If any error popups what are the error codes and messages you are getting?
    Can you call your C library outside of LabVIEW?
    Thanks
    Emma R
    NIUK & Ireland

  • Is it possible to install SAP PI7.0 on LINUX -FEDORA CORE 8 OS?

    Hi all,
    I have LINUX - Fedora core 8 OS, is it possible to install SAP PI 7.0 on this flavor of linux.
    If any one has already done the same, please guide me with the hardware and software requirements like (DB, JDK, etc).
    Any help would be appreciated and rewarded.
    Thanks,
    Younus

    Hi,
    Sure. you can able to install PI7.0 with Linux.
    The complete documentations are available in Service Market Place.
    Check this URL:
    https://websmp210.sap-ag.de/
    Thanks,
    Boopathi

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

  • Reinstallation of oracle 10g on Fedora Core 2

    Dear Oracle community,
    I tried to install Oracle database 10g software (Enterprise-edition) on
    my PC (Fedora Core 2) in two steps. At first the software only
    (as described in
    http://www.oracle-base.com/articles/10g/OracleDB10gInstallationOnFedora2.php)
    and then (using dcba) the example data base "sales".
    The first step was succesfully. The second step has led to a "freeze" of
    my computer. Input became impossible - so after running about 30 minutes
    (100% CPU usage) I stopped my computer switching the power off.
    Now I deleted the whole installation of Oracle manually as far as
    possible (as far as I know/found the changes). Afterwards I tried to
    reinstall the software. This was now impossible - the same "freezing"
    effect happened now already in the first step. What are the reasons
    for that? Can you help me to solve the problem?
    I fear that some configuration files might be now corrupted and I have to
    reinstall Fedora2 to be sure that nothing else is damaged.
    Up to now I was only a user of a Oracle data base - it is the first time
    that I try to install Oracle.
    I have read the forum stuff about installation of 10g on Fedora Core 2
    but do not find remarks for my problem.
    Here are further details which could be important:
    My PC has 2 processors and 2GB RAM and 2GB swap space.
    The PC is located in a small Intranet and gets its IP-address by DHCP.
    LINUX is installed (Fedora 2, kernel 2.6.5-1.358smp), as well as
    a Web-server (httpd-2.0.51-2.7.rpm),
    Java (j2sdk-1.4.2_05-fcs.rpm) and
    tomcat (jakarta-tomcat-4.1.30-LE-jdk14.tar.gz)
    (perhaps there is some disturbing interaction between installed
    Java-version and the Java-Version supplied by the Oracle software?)
    I followed the instructions in the installation description given in the
    above mentioned web site but with some minor changes:
    - /etc/hosts:
    127.0.0.1 obox local_host.local_domain
    192.168.2.3 oracle.home obox
    - instead to create a directory in which the Oracle software will be
    installed:
    mkdir -p /u01/app/oracle/product/10.1.0/db_1
    chown -R oracle.oinstall /u01
    I created the following:
    mkdir -p /opt/oracle/10.10
    chown -R oracle.oinstall /opt/oracle
    - The .bash_profile of the oracle user I modified a little bit:
    # Oracle Settings
    TMP=/oracle/tmp
    ORACLE_BASE=/oracle/oradata #
    ORACLE_HOME=/opt/oracle/10.1.0
    ORACLE_SID=Test1
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    # after installation I've seen that I forgot a colon between /lib and
    # /usr/lib in LD_LIBRARY_PATH - perhaps this is a reason for hanging
    # of the computer installing the example database "sales"?
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
    # after software installation I did not found $ORACLE_HOME/JRE but
    # $ORACLE_HOME/jre - and I changed the CLASSPATH
    - the following part I transfered to /etc/profile
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    - In a first step I installed only the Oracle Software without any
    problems (but with the error in the definition of LD_LIBRARY_PATH and
    CLASSPATH respectively)
    - I performed the post installation steps except that I did not change
    the content of /etc/oratab because I did not want to start Oracle
    automatically starting the computer
    - Then I started the dbca to create the data base "sales". I could enter
    all wanted parameters (I named the data base "test1" to be conform
    with ORACLE_SID . Then dcba started the creation of the data base
    but did not end (hanging)
    - I looked for possible errors, corrected the definition of CLASSPATH
    and LD_LIBRARY_PATH respectively and wanted to reinstall Oracle
    - I applied the following commands to delete all (???) data files
    created in the installation process
    rm /etc/oratab
    rm /etc/oraInst.loc
    rm -R /etc/oracle
    rm /usr/local/bin/oraenv
    rm /usr/local/bin/coraenv
    rm /usr/local/bin/dbhome
    rm -R /opt/oracle/10.1.0/*
    rm -R /opt/oracle/oraInventory
    rm -R /oracle/tmp/*
    rm -R /oracle/oradata/*
    - now (after restart of the PC) I wanted to install the Oracle software
    anew. After specifying ORACLE_HOME and running a script as root the
    OUI started to load and unzip files from the installation directory
    Disk1 and runs in an endless loop (about 66% of the work was done).
    - After restart of my PC I made a second trial and already after the
    input of the first parameter the OUI runs in an endless loop
    - the endless loop: 2 java instances were running using 100% CPU
    and input by keyboard was not accepted.
    Many thanks in advance
    Klaus!

    Hi Klaus,
    Have you had any luck in resolving this problem. It sounds like the exact same problem I am having

  • Installing Oracle Linux on Fedora Core (formerly Red Hat)

    Hello,
    I am very new to Linux having been a recent Windows convert and wanted to find out whether I can talk to someone about installing Oracle on a Fedora Core system. I find the current documentation to be quite daunting for a newbie like me. I am not new to Oracle per se but I am new to installing it on a different operating system. It's also easier for me to chat about my issues than to do a long-winded e-mail. If there is a "guru" in this area that can contact me, I can be reached at 305-491-0417 (cell) or e-mail me at [email protected]
    Much appreciated and Thanks,
    Steve

    Hello
    Here is a very good guide:
    http://www.puschitz.com/OracleOnLinux.shtml
    lajos

  • Oracle 10g on Fedora Core 5

    Is there a pre-packaged version of Fedora Core 5 which includes Oracle 10g for Linux?
    This way, all you have to do is select Install Oracle 10g and it includes any special packages for installing Oracle 10g. Plus, after installation, it automatically starts up the Oracle 10g installer. It could even do the pre-installation stuff such as creating the oracle user. I do not know how, but this oracle user would be the only user using an old gcc compatible with Oracle software. Via its environment maybe?
    Right now, it is a Pain-in-the-neck to install Oracle on Linux. The installation guide Oracle provides is not enough. You have to do a search on the web for pages detailing more info. Or you have to install a special file or set variables to make the Oracle installer think it is installing on Red Hat Enterprise Linux. I have to hide the gcc that comes with Linux and install an old verison of it. At one time, I even had to compile a library so the java installer could run. This is ridiculous, I should not have to jump through hurdles to install Oracle.
    Does anyone out there have such a set of Fedora Core 5 ISO images? Shoot, FC4 would do too.

    No. I'm not particular to Fedora. Fedora has been a distribution which works on my (please don't laugh) emachines computer at home. I've had Oracle 9i enterprise installed on fedora core 3.
    Ubuntu and Debian are good distros as well. I have not been successfull with Suse though.
    Suse in the past -- the installer could not get the graphics correct -- garbage just displays -- so i could never install it. Maybe SuSe 10 has improved since then.
    I found this about Suse and Oracle. So, this may work for me. Otherwise, i will try Centos.
    http://www.novell.com/coolsolutions/tip/16193.html
    Thanks for the info.

Maybe you are looking for

  • New laptop, old iPod Touch, how do I get apps onto iTunes?

    Hi. I have recently bought a new laptop, and want to sync my apps in iTunes to my 9 month Touch, but when I select Sync, iTunes tells me; "+All existing applications and their data on the iPod <my ipod> will be replaced with applications from this iT

  • IE OK but not Firefox

    I get to the Web Printer in IE 8 (although it is hidden - no icon. On right side of browser toolbar I click on >> which shows a "hide" or "show" for HP Web print). The printing works OK here. But in Firefox 3.5, no icon appears on right side (and no

  • De-noise Adjustment not saving!

    HELP!! I am editing photos in IPHOTO and when I open the Adjustment Toolbox and "de-noise" a photo, it WILL NOT save my changes anymore! I can make all sorts of other adjustments to the highlights, shadows, contrast, etc., but the de-noise edits will

  • Beginner's Question on Inserting a BLOB with JDBC

    What is the easiest way to accept a file from a user and insert it into a BLOB field in a database? If it makes a difference - I'm using DB2 and DB2's JDBC driver But I would like to know the simpliest solution (maybe even using the JDBC-ODBC bridge)

  • Compressed table using oracle advanced compression but space is not release

    Dear Experts, I am using oracle 11.2.0.2 with sap as application I have compressed one of my largest indetified table "SWWCNTP0" as per below statement Alter table sapsr3.SWWCNTP0 compress for oltp; After this i have performed reorg for the above tab