PC54G2 & fedora 64 bits

I want to run my PC54G2 with my OS : fedora core 3 x86_64. It seems this card can work in 64 bits mode, but which XP drivers I must use with ndiswrapper ? Thanks. Pierre.
My config : Amd64 3200, Asus K8N-E Deluxe, 512 M Corsair Ram, wireless card pci PC54G2, ethernet card Realtek, Nvidia 5200 FX, hd Western Digital SE 160 Go...

Thanks for your answer . Before going on, it would be nice if others people could give me some advice about Linux Debian wheezy and the 64 bit version. Nevertheless, AtliJarl, I have always hesitated to install Fedora. You seem to know Ubuntu, Mint which are two children of Debian. Is it hard to change to Fedora, a Red Hat child ? Indeed, I am a software developer and many oracle softwares are only available in rpm packages. So, what are the others advantages of Fedora ? Thanks.
Edit: this morning, I have downloaded fedora 20 after doing some researches. It seems to be a good OS. I am going to try it with the live CD. Then, I will use clonezilla in order to save the Ubuntu partitions and I will install fedora. Thanks a lot for your link.

Similar Messages

  • Oracle 10g Express on Fedora 14 64-bit howto

    I wanted to test Oracle 10g XE using VMware and Fedora 14 and found the installation instructions form Oracle somewhat outdated and confusing. http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm. Here are my installation notes - perhaps someone will find them helpful.
    h3. Installation of Fedora and Oracle 10g XE:
    h4. 1) Install Fedora 14 Desktop 64-bit form the Live DVD using the defaults.
    Note: To open a terminal window, select Terminal from Applications/System Tools menu.
    h4. 2) Edit /etc/selinux/config to disable SELinux:
    # su - root
    # vi /etc/selinux/config
    SELINUX=disabled
    h4. 3) Install required software including 32-bit libraries:
    $ su - root
    # yum install install bc libc.so.6 libaio.so.1 gcc libaio compat-libstdc++-33
    h4. 4) Download and install Oracle 10g XE:
    http://technet.oracle.com
    $ su - root
    # cd /home/<your_usename>/Downloads
    # yum install --nogpgcheck oracle-xe-univ-10.2.0.1-1.0.i386.rpm
    h4. 5) Configure Oracle 10g XE:
    # /etc/init.d/oracle-xe configure
    h4. 6) Configure your regular fedora user account:
    $ su - root
    # /usr/sbin/groupadd -r dba
    # usermod -G dba <your username>
    # su - <your username>
    $ echo "source /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh" >> $HOME/.bashrc
    Logout for the change to take affect!
    To access the Database Home Page go to "http://127.0.0.1:8080/apex
    h3. Remote Access:
    h4. 1) Enable remote ssh login:
    $ su - root
    # service sshd start
    # chkconfig --level 345 sshd on
    h4. 2) Configure Network Firewall from System/Administration menu:
    Other Ports
    Add
    User defined
    Do this for ports 8080 and 1521
    Apply
    h3. VMWare Tools installation:
    +Note: configure your guest OS for Bridged Networking and fixed IP+
    $ su - root
    # yum install gcc make kernel-devel perl
    At your VMware guest menu, select "install VMware Tools"
    Right click on VMwareTools-xxx.tar.gz and extract it to the Desktop
    Open a terminal window and type the following:
    $ su - root
    # cd /home/<your_username>/Desktop/vmware-tools-distrib
    # ./vmware-install.pl
    Continue to press Return and accept defaults.
    # reboot
    h3. Troubleshooting:
    h4. ssh port 22: Connection refused
    The Network Firewall is enabled by default, but port 22 is open.
    You may try to simply disable/apply and enable/apply and try again - strange, but worked for me.
    ( +service iptables restart+ did not resolve this)
    h4. Check if the ssh daemon is running:
    # lsof -i tcp:22
    h4. Use sqlplus to reset your passwords:
    Make sure you properly configured your regular fedora user account as outlined above:
    $ sqlplus / as sysdba
    SQL> alter user sys identified by "password" account unlock;
    SQL> alter user system identified by "password" account unlock;
    h4. Start and stop Oracle XE:
    # su - root
    # /etc/init.d/oracle-xe start
    # /etc/init.d/oracle-xe stop
    h3. Related Links:
    https://fedorahosted.org/spacewalk/wiki/OracleXeSetup

    I got Oracle 11gR2 running on 64-bit Fedora 14 x86_64 - you do need a mix of x64_86 and i686 (32-bit) packages as given here:
    http://download.oracle.com/docs/cd/B28359_01/install.111/b32285/toc.htm
    These aren't exact matches on version numbers so when runInstaller doesn't pass validation, just check "Ignore". This will fail during linking, so follow along below and the rest will go smoothly:
    installation error in invoking target 'agent nmhs'
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Hi.
    So you want to build for fedora 13 without getting the error...
    When you start to install with ./runInstaller, run in another terminal window (as root)
    ls $ORACLE_HOME/sysman/lib/ins_emagent.mk
    At first this will produce an error, as the installer wont have created this file yet.
    Once the file exists, do:
    vi $ORACLE_HOME/sysman/lib/ins_emagent.mk
    Search for the line
    $(MK_EMAGENT_NMECTL)
    Change it to:
    $(MK_EMAGENT_NMECTL) -lnnz11
    If you do it within 30-40 seconds of the file appearing, you should not get any errors and the build will go fine. If you get an error, finish your edit then click on retry.
    Hope that helps.
    Gordon.
    Edited by: [email protected] on 07-Jul-2010 06:54
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

  • Adobe AIR Installation Failure on Fedora 10 64-bit: "cannot enable executable stack"

    Hi:
    I followed instructions for installing Adobe AIR 1.5 on 64-bit Fedora 10 at <http://kb2.adobe.com/cps/408/kb408084.html#Installing_AIR_1.5_on_64-bit_Fedora_10>. However, upon completing yum installs, and trying to install AIR after making it executable, I get:
    $ ./AdobeAIRInstaller.bin
    Error loading the runtime (/tmp/air.pe4fqq/build/opt/Adobe AIR/Versions/1.0/libCore.so: cannot enable executable stack as shared object requires: Permission denied)
    Trying to install as root gives the same result.
    Appreciate your help. Thank you.

    The problem is that SELinux blocks executable stack usage. (The REAL problem may actually be that Adobe's binary allows for executable stack usage). I encountered the same error on 32-bit Fedora 12. To fix it:
    # chmod +x AdobeAIRInstaller.bin
    # setsebool -P allow_execstack=1
    # ./AdobeAIRInstaller.bin
    Hope that does it for you.

  • Unable to Verify Sun Microsystems' (Bought over by Oracle) Java 6 Update 21 Plugin in Firefox 4.0 Beta 3 in Fedora 11 x86_64 64-bit Linux Operating System

    My Fedora 11 Linux operating system is 64-bit (currently running standard Fedora kernel, NOT Xen pv-ops Dom0 kernel)
    My Firefox 4.0 Beta 3 web browser (above Firefox 3.6.8 already) is 32-bit.
    My Sun Java 6 Update 21 Plugin is also 32-bit.
    In about:plugins in Firefox, I get:
    Java(TM) Plug-in 1.6.0_21
    File: libnpjp2.so
    Version:
    The next generation Java <http://java.sun.com> plug-in for Mozilla
    browsers.
    MIME Type Description Suffixes
    application/x-java-vm Java^(TM) Plug-in
    application/x-java-applet Java^(TM) Plug-in Applet
    application/x-java-applet;version=1.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.1.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.1.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.1.3 Java^(TM) Plug-in
    application/x-java-applet;version=1.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.2.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.2.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.3 Java^(TM) Plug-in
    application/x-java-applet;version=1.3.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.4 Java^(TM) Plug-in
    application/x-java-applet;version=1.4.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.4.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.5 Java^(TM) Plug-in
    application/x-java-applet;version=1.6 Java^(TM) Plug-in
    application/x-java-applet;jpi-version=1.6.0_21 Java^(TM) Plug-in
    application/x-java-bean Java^(TM) Plug-in JavaBeans
    application/x-java-bean;version=1.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.1.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.1.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.1.3 Java^(TM) Plug-in
    application/x-java-bean;version=1.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.2.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.2.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.3 Java^(TM) Plug-in
    application/x-java-bean;version=1.3.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.4 Java^(TM) Plug-in
    application/x-java-bean;version=1.4.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.4.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.5 Java^(TM) Plug-in
    application/x-java-bean;version=1.6 Java^(TM) Plug-in
    application/x-java-bean;jpi-version=1.6.0_21 Java^(TM) Plug-in
    All properly installed.
    But, when I go to verify Java version, by clicking on the following internet link:
    http://www.java.com/en/download/installed.jsp
    I get "Error. Click for details".
    Here is the Java Console output detailing the error:
    Java Plug-in 1.6.0_21
    Using JRE version 1.6.0_21-b06 Java HotSpot(TM) Server VM
    User home directory = /home/enming
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class testvm2/Main.class not found.
    java.lang.ClassNotFoundException: testvm2.Main.class
    at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
    at
    sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
    Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.UnknownHostException: www.java.com
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at
    sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown
    Source)
    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    at
    sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    ... 9 more
    Exception: java.lang.ClassNotFoundException: testvm2.Main.class
    What's going on? And what's wrong?
    Yours sincerely,
    Mr. Teo En Ming (Zhang Enming)
    Citizenship: Singapore Citizen/Singaporean
    Facebook account:http://www.facebook.com/profile.php?id=100000750083982
    Location: Bedok Reservoir Road, Singapore 470103
    My Open Letter (Plea for Medical Help/Assistance) to World Leaders:
    http://lists.fedoraproject.org/pipermail/users/2010-August/380213.html

    There's nothing about Java connection settings and Java Control Panel in the link you have supplied.
    http://java.sun.com/javase/6/webnotes/install/jcp.html

  • 4.0EA3: SQL Developer doesn't start on fedora 19 64-bit

    Hello.
    When I start sqldeverloper in command line it fails with the following messages:
    [alexander@localhost jdk1.7.0_45]$ sqldeveloper
    Oracle SQL Developer
    Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
    Type the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /home/alexander/.sqldeveloper/4.0.0/product.conf
    /usr/java/jdk1.7.0_45
    LOAD TIME : 867#
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x00000037dda62de0, pid=2562, tid=140088626366208
    # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  0x00000037dda62de0
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # An error report file with more information is saved as:
    # /tmp/hs_err_pid2562.log
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    /opt/sqldeveloper/sqldeveloper/bin/../../ide/bin/launcher.sh: line 1117:  2562 Aborted                 (core dumped) ${JAVA} "${APP_VM_OPTS[@]}" ${APP_ENV_VARS} -classpath ${APP_CLASSPATH} ${APP_MAIN_CLASS} "${APP_APP_OPTS[@]}"

    If it's a bug, it's with Java, not with SQL Developer.
    I found this, perhaps it's related
    https://bugs.openjdk.java.net/browse/CODETOOLS-7113599

  • Java SDK in Fedora Core 3 (64 bit)

    Ok, I'm running on an AMD 64 so to install the java sdk I downloaded j2sdk-1_4_2_06-linux-ia64-rpm.bin. Next, I followed the instuctions located here: http://java.sun.com/products/archiv...tml#install-pkg
    This is what my terminal looked like:
    [root@localhost uphu]# chmod a+x j2sdk-1_4_2_06-linux-ia64-rpm.bin
    [root@localhost uphu]# ./j2sdk-1_4_2_06-linux-ia64-rpm.bin
                  Sun Microsystems, Inc.
              Binary Code License Agreement
                       for the
    JAVATM 2 SOFTWARE DEVELOPMENT KIT (J2SDK), STANDARD
    EDITION, VERSION 1.4.2_X
    [BLAH BLAH BLAH]
    Do you agree to the above license terms? [yes or no]
    yes
    Unpacking...
    Checksumming...
    0
    0
    Extracting...
    ./j2sdk-1_4_2_06-linux-ia64-rpm.bin: line 370: ./install.sfx.4032: cannot execute binary file
    Done.
    [root@localhost uphu]#So, any idea what's the matter?

    You write that you are running on the linux-amd64 platform:
    Ok, I'm running on an AMD 64 so to install the javaBut you grabbed the linux-ia64 (Itanium) install:
    sdk I downloaded j2sdk-1_4_2_06-linux-ia64-rpm.bin.That won't fly, as you discovered.
    ./j2sdk-1_4_2_06-linux-ia64-rpm.bin: line 370:
    ./install.sfx.4032: cannot execute binary file
    So, any idea what's the matter?You need linux-amd64 binaries to run on your amd64 machine This support was first released in the Tiger/1.5.0/5.0 release. If you must stay with 1.4.2, note that you can also run the linux-x86 binaries in 32-bit mode.
    ---To get the 32-bit Linux release (which will run on your AMD64
    machine), go to:
    http://java.sun.com/j2se/1.4.2/download.html
    click on Download J2SE SDK, accept the license, and look for:
    Linux Platform
    RPM in self-extracting file (j2sdk-1_4_2_06-linux-i586-rpm.bin, 33.63 MB)
    self-extracting file (j2sdk-1_4_2_06-linux-i586.bin, 34.73 MB)
    ---To get the native 64-bit SDK for linux-amd64, go to:
    http://java.sun.com/j2se/1.5.0/download.jsp
    click on Download JDK, accept the license, and look for:
    Linux AMD64 Platform
    Linux AMD64 RPM in self-extracting file (jdk-1_5_0-linux-amd64-rpm.bin, 39.14 MB)
    Linux AMD64 self-extracting file (jdk-1_5_0-linux-amd64.bin, 40.11 MB)

  • Install jdk-1_5_0_08 on fedora 5,64 bit cpu

    hii,
    I am installing java on fedora 5, i am doing these steps, and i got errors, please tell me if i missed any steps:
    1- ./jdk-1_5_0_08-linux-amd64-rpm.bin: run this command in the terminal in the same directory where the bin file exists.
    everything is done successfully. i set the JAVA_HOME in the bash profile file.
    2-when i trying to install the java-1.5.0-sun-compat-1.5.0.08-1jpp.src.rpm, by ruuning this command: rpmbuild --rebuild java-1.5.0-sun-compat-1.5.0.08-1jpp.src.rpm, i got the following errors in the terminal:
    RPM build errors:
    user scop does not exist - using root
    group scop does not exist - using root
    user scop does not exist - using root
    group scop does not exist - using root
    user scop does not exist - using root
    group scop does not exist - using root
    File not found: /var/tmp/java-1.5.0-sun-compat-1.5.0.08-1jpp-buildroot/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/security/javaws.policy
    i didnt continue the followed steps when i got this errors.
    please i need help to install the java in my fedora 5 machine.

    First make sure that you are logged in as "root", or use su [root password] to be logged in as.
    And then try all that things again.

  • Unable to startup EM 11g R2 on Fedora 12

    I have been following the instructions upon how to install oracle 11g r2 on Fedora 12 using the given URL:
    http://www.oracle-base.com/articles/11g/OracleDB11gR2InstallationOnFedora12.php
    There were a number of additional RPM that were required before installation of the RDBMS (listed):
    cloog-ppl-0.15.7-1.fc12.i686.rpm
    compat-libstdc++-33-3.2.3-68.i686.rpm
    cpp-4.4.2-7.fc12.i686.rpm
    elfutils-libelf-0.143-1.fc12.i686.rpm
    elfutils-libelf-devel-0.143-1.fc12.i686.rpm
    gcc-4.4.2-7.fc12.i686.rpm
    gcc-c++-4.4.2-7.fc12.i686.rpm
    glibc-devel-2.11-2.i686.rpm
    glibc-headers-2.11-2.i686.rpm
    kernel-headers-2.6.31.5-127.fc12.i686.rpm
    ksh-20090630-1.fc12.i686.rpm
    libaio-devel-0.3.107-9.fc12.i686.rpm
    libgomp-4.4.2-7.fc12.i686.rpm
    libstdc++-devel-4.4.2-7.fc12.i686.rpm
    mpfr-2.4.1-3.fc12.i686.rpm
    pdksh-5.2.14-21.i386.rpm
    ppl-0.10.2-10.fc12.i686.rpm
    sysstat-9.0.4-4.fc12.i686.rpm
    unixODBC-2.2.14-6.fc12.i686.rpm
    unixODBC-devel-2.2.14-6.fc12.i686.rpm
    The installation was a success. I am able to start up and shutdown both the database instance and listener. However I am facing issues on trying to execute the EM. ($ORACLE_HOME/bin emctl start dbconsole)
    In the following directory: /u01/app/oracle/product/11.2.0/db_1/fedoralinuxbox_orcl/sysman/log/ we have a number of log files generated.
    emagent.log:
    +2010-07-19 12:42:55,895 Thread-3035932352 Starting Agent 10.2.0.4.2 from /u01/app/oracle/product/11.2.0/db_1 (00701)+
    +2010-07-19 12:42:56,879 Thread-3035932352 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)+
    +2010-07-19 12:42:57,545 Thread-3035932352 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)+
    +2010-07-19 12:43:05,483 Thread-3035932352 EMAgent started successfully (00702)+
    +2010-07-19 13:01:57,176 Thread-3028286320 <HTTP Listener> Agent Signaled to EXIT by emctl (00800)+
    +2010-07-19 13:01:58,205 Thread-3035932352 EMAgent normal shutdown (00703)+
    emoms.log
    +2010-07-19 12:43:22,505 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.emCLI.CLIIntg+
    +2010-07-19 12:43:22,595 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.emCLI.CLIDownloadIntg+
    +2010-07-19 12:43:22,601 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.asprov.ui.intg.ASProvisioningIntegration+
    +2010-07-19 12:43:27,688 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.eml.target.slb.common.SLBIntegration+
    +2010-07-19 12:43:57,178 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.paf.sample.ui.intg.PAFDemoIntegration+
    +2010-07-19 12:43:57,744 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.sidb.ui.intg.SIDBProvisioningIntegration+
    +2010-07-19 12:44:00,604 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.racprov.ui.intg.RACProvIntegration+
    +2010-07-19 12:44:00,608 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.ec.ui.intg.ExtendClusterIntegration+
    +2010-07-19 12:44:00,645 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.dn.ui.intg.DltNodeIntegration+
    +2010-07-19 12:44:00,715 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.common.ui.intg.ProvCommonIntegration+
    +2010-07-19 12:44:00,756 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.bpelprov.ui.intg.BPELProvisioningIntegration+
    +2010-07-19 12:45:22,459 [XMLLoader0 00000000006.xml] ERROR eml.XMLLoader LoadFiles.696 - Error while processing 00000000006.xml:+
    java.sql.SQLException: ORA-20101: Metric PhysAddress for target type netapp_filer not configured
    ORA-06512: at "SYSMAN.ECM_CT", line 718
    ORA-06512: at line 1
    ORA-06512: at "SYSMAN.EMD_LOADER", line 4931
    ORA-06512: at line 1
    +     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:73)+
    +     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)+
    +     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)+
    +     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:472)+
    +     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:422)+
    +     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1089)+
    +     at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:200)+
    +     at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1029)+
    +     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1347)+
    +     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3556)+
    +     at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3727)+
    +     at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:8130)+
    +     at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1209)+
    +     at oracle.sysman.util.jdbc.PreparedStatementWrapper.execute(PreparedStatementWrapper.java:173)+
    +     at oracle.sysman.util.jdbc.CallableStatementWrapper.execute(CallableStatementWrapper.java:135)+
    +     at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.postLoadProc(XMLDocumentSplitter.java:1709)+
    +     at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.endElement(XMLDocumentSplitter.java:1009)+
    +     at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1318)+
    +     at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)+
    +     at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)+
    +     at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:206)+
    +     at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.split(XMLDocumentSplitter.java:477)+
    +     at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.loadFromStream(XMLLoaderContext.java:1824)+
    +     at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFile(XMLLoader.java:578)+
    +     at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFiles(XMLLoader.java:669)+
    +     at oracle.sysman.emdrep.dbjava.loader.XMLLoader.run(XMLLoader.java:1316)+
    +     at java.lang.Thread.run(Thread.java:595)+
    I have googled for a resolution but have come to a dead end and am running out of ideas.
    Has anyone seen this before?

    Hi,
    After google for the same issue I found this post. In My case my OS is RHEL 5.5 64 bit which is supported by the Oracle. But I face the same error.
    Any idea?
    Aungshu

  • Fedora 13: After upgrading from FF3.6 to FF6.0.2 I no longer have a Java plugin. How do I configure the Java Plugin for FF 6 ? There is no Java Plugin at the site

    I am Fedora 13x64 bit. I just installed FF v6.0.2 from the FF download site. I backed up the existing FF 3.6 as firefox_old
    I need to have a Java plugin to access company site, how do I configure the Java Plugin ?
    At the Plugin area in FF6 there is no Java Plugin available, even after a search.
    I have Java 1.6.0 installed in the OS at:
    /usr/lib/jvm/java-1.6.0/jre/lib/amd64/libnpjp2.so
    I googled how to configure Java Plugin for FF 6 for Fedora 13 and the trick was to create a soft link from /home/<userID>/.mozilla/plugins to the above libnpjp2.so

    AVtech wrote:
    . . . If a person can't get an answer here I don't know where else to turn since Sun certainly wouldn't offer tech support for a free product . . .These forums are user forums, and only occasionally visited by Sun employees. Sun does provide Java technical support options, although (of course) at a charge.
    See:
    http://developers.sun.com/services/
    . . . I guess we'll just use JRE 5 until it's unsupported, whenever that will be. I'm still waiting for an answer on that question, too. See:
    http://java.sun.com/products/archive/eol.policy.html
    http://www.sun.com/service/eosl/
    This document (part IV and Appendix) has some debugging and troubleshooting information that may allow someone involved in the problem to resolve the cause:
    See:
    http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/contents.htm
    Any steps that you can take to isolate the problem to specific Java versions, browsers, applets, web sites, operating systems (and versions), etc, would enhance the possibility of getting help.
    You can try the applets at this Sun location and see if any of them are "slow".
    See:
    http://java.sun.com/javase/6/docs/technotes/samples/demos.html

  • R12 installation problem on Fedoa 6 with 64 bit amd processor

    I installed the R12 (both db tier and application tier) on a linux machine (64 bit machine with Fedora core 6) I could install with out any errors. I was able to open the html login page and login as sysadmin. But now, if I start any forms application, I get an error FRM-92101 on the browser. When I looked at the applications.log file (in ...inst/apps/sfa_localhost/logs/ora/10.1.3/j2ee/forms/forms_default_group_1)
    i see this error.
    formsweb: Forms session <1> aborted: runtime process failed during startup with errors /home/applsfa/apps/tech_st/10.1.2/bin/frmweb: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory
    07/08/09 12:24:03.523 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    When I searched I found that libXm.so.2 is there in /usr/lib64 directory, so I went and created a link in /usr/X11R6/lib to this lib in /usr/lib64 directory. Now I get the following error.
    formsweb: Forms session <3> aborted: runtime process failed during startup with errors /home/applsfa/apps/tech_st/10.1.2/bin/frmweb: error while loading shared libraries: libXm.so.2: wrong ELF class: ELFCLASS64
    07/08/09 14:43:01.984 formsweb: Forms session <3> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <3> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    Anyone has any clues ? Please help me.

    Subsequent to your reply, I found that Openmotif is not available in Fedora, so we thought Oracle linux is best in terms of compatibility. But looks like it is not that easy to install EBS R12 on Oracle Linux also. Anyway, we installed EBS R12 on OEL-5 64 bit. Able to run forms after installing openmotif 21. Applied RUP 2. The patch application is failing to link some executables. (specifically FEMCCE, and all the executables in MSC product, MSCCPP. etc...)
    Could you give some insights into this ?
    Error messages:
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o)
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o)
    collect2: ld returned 1 exit status
    make: *** [home/orasfa/apps/apps_st/appl/fem/12.0.0/bin/FEMCCE] Error 1
    Done with link of fem executable 'FEMCCE' on Wed Aug 15 11:26:06 PDT 2007
    Relink of module "FEMCCE" failed.
    See error messages above (also recorded in log file) for possible
    ------------------------------------------------------------------------------------------------------------------------------

  • 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

  • Oracle Database Express Edition 11g Release 2 for Windows 64 bit?

    Will there be any "Oracle 11g xe" is available for windows 64 bit in future?
    I know using 32b apps on 64b doesn't make any sense, still want to know if there is any way to execute current 32 bit version on 64 bit cleanly?

    Probably not any time real soon, XE doesn't get much priority on the development side of things.
    I've gotten the XE to install OK on Windows server, Standard ed. 2008R2 x64 but it was a very long time ago.
    >>using 32b apps on 64b doesn't make any sense
    But it can work, in most all cases. Unfortunately the XE installer is one of the exceptions. Definitely can't go the other way, e.g. install x64 software on an x86 OS. And an x86 OS can be installed on x64 hardware, but that isn't much help either. But if host memory is tight, going x86 will have slightly smaller memory footprints. Many reasons for going x64, saving memory is not one of 'em.
    What can work is try the Linux version of XE, it is x64. Might take perhaps a half hour to install Virtual Box and set up a virtual machine with e.g. Fedora and boot the VM, install, maybe another half hour or so to get the OS updates.
    My preference is for the KDE desktop, its a bit closer to a Windows look and feel than the Gnome desktop. Linux will be different, but really, its the same thing. An OS provides and controls access to resources, e.g. memory, disks, all the peripherals (keyboard, mouse, NIC, etc.). XE can work in a VM with 1GiB total RAM for a VM, but more is better. The OS needs memory too.
    It also helps with the XE install to customize the disk partition layout at the OS install, adjust swap space to at least a full 2GiB.

  • Install Oracle 9i (9.2.0.1 version) 32 bit  on Windows 7 platform

    Can Anybody tell me how to install Oracle 9i (9.2.0.1 version) 32 bit on Windows 7 platform?

    user506051 wrote:
    Can you tell me which Oracle version install on Windows 7 platform?11gR2 - when it is released next year.
    In the mean time, some people have reported 11gR1 (the one for Windows Vista or 2008) to work - mostly somewhat.
    I'm not quite sure I understand the urgency to get to Windiows 7 in view of the fact that it is unsupported and potentially inoperative. What I mean is that I don't understand the logic of getting to Windows 7 (or Fedora 12) as the latest and greatest operating system if it does not fully support the applications that are needed for the business (or the classroom).
    Would you please help me understand ...

  • Strange problems after installing Solaris 10 u6 on 64-bit PC

    Hi all,
    I have run into some very strange issues after installing Solaris 10 update 6 on my 64-bit PC (it's almost new). The problems are with graphical applications and desktop environments based on GTK (so it seems, at least).
    I have installed Solaris normally, following most of the default options and choosing the "Entire Group" software packages installation. However, after the first login I've seen that:
    1. No user creation process was offered to me and I had to login as root (I find it pretty strange)
    2. After logging in as root into JDK system, my screen went blank for a couple of seconds and then the system threw me back to the login screen.
    3. Logging into the old CDE environment was possible, but launching Firefox from there (using a command line terminal) wasn't. It gave me the following error message:
    ld.so.1: firefox-bin: fatal: libmlib.so.2: open failed: no such file or directory
    ld.so.1: firefox-bin: fatal: relocation error: file /usr/bin/firefox/firefox-bin: symbol gtk_init: referenced symbol not found.
    It's very strange because GTK toolkit and JDK environment are supposed to be the core functionalities provided by Solaris. Does anyone have an idea what's going on?
    My system sum-up:
    CPU: Intel Core 2 Quand Q6600 @ 2.4 GHz
    RAM: 2 Gb of DDR2 SDRAM
    Motherboard: MSI MS-7529 (Intel G31 chipset)
    Monitor: AOC LM725
    Graphics card: NVIDIA GeForce 9400 GT
    Hard disk: 2 Western Digital HDs (SATA) 320 Gb each,
    1 Western Digital external USB HD MyBook Essential 2, 500 Gb
    DVD drives: 2 LG DVD drives (SATA)
    Network card: Realtek RTL8168C(P)/8111C(P) PCI-E Gigabit Ethernet NIC
    I use my system in the following way:
    On the first hard disk, I have a one-partition 32-bit Windows XP SP3 installation (ported from my old computer).
    On the second hard disk, I have a functioning Fedora Core 9 installed on the first half of the disk's space (the installation is self-organized into several Linux partitions, e. g. /boot, /swap etc; I am a newbie so I don't know too much about Linux partitioning - only specified to Fedora how much space it could use for its volume group). I installed Solaris onto the second half of the second disk.
    It has be noted that my USB external drive seemed to conflict with the network or graphics cards during the Fedora installation and caused it to hang sporadically, so I installed Fedora with this disk detached. I also detached it when I was installing Solaris, though it seems to have not influenced the problems I experienced. I also have attempted installing Solaris before I did so with Fedora, but had the same issues.

    Well, it seems that the cause of the problem was that my DVD image was just corrupted - I didn't check it vs MD5 codes supplied by Sun assuming it went automatically OK. I downloaded the image again (this time it was OK), reinstalled the system and successfully logged into JDS. However, I am still puzzled why Solaris doesn't offer to create a default non-root user during the installation process.

  • Install 64 bit 9i Server On 64 bit AMD

    Has anyone out there installed the 64 bit 9i server on a 64 bit AMD machine. If so, where did you find the install instructions to get the installer to work?

    I installed it on Fedora Core 2, used the standard instructions, LD_ASSUME_KERNEL was important, I also use the RH AS 3.0 patch.
    I then installed it with Win 2003 Server beta 2, the problem with that is that I can't install the AS yet, so I reverted back to Win 2003 Server (32 bit)

Maybe you are looking for

  • Hierarchy Viewer - Social Network Spillover feature

    It seems that the hierarchy viewer shows a cool spillover control with an arrow for the Vertical, Top Down view, but it is not present for the redial or circle view. Is this a bug? Is there any plan to have this functionally for all views? Thanks, Di

  • Multi Camera Quirk

    I have just been editing with a 4 camera multi cam sequence.  I made some edits (eg from Camera 1 to Camera 4) which I ultimately did not like. Therefore, I went back to my previous Camera 1 edit, pressed play and then using the number pad cut to the

  • Quality check for consumables

    Hi , I want to do quality check for consumables . When doing GR it is directly expensed to Cost Centre . How can it be posted to quality stock and then then after usage decision it be charged to cost centre . Regards Nandini

  • Apple TV reading "An error occurred loading this content"

    I have an Apple TV 3rd Generation and have been experiencing issues trying to playback purchased movies from iTunes.  Playback from Netflix works fine and I've run the Network Test option on the Apple TV and it passed.  I've already tried the followi

  • Design don't show

    Hi, I don't know if this is a bug or something, but today I opened the IDE and I can't see the design part, only the jsp and java. I didn't make any changes, so is there any way to make the design appear?