816 installer error under linux 7.1

Hi,
i tried to install oracle 816 under linux 7.1 . During the time of linking makefile. The following error occur :
Error in invoking target install of makefile /oraHome/network/lib/ins_net_client.mk
I have already added the 6.2 backward compatable libs(compat-eqcs,compat-glibc and compat-libs) and
export LD_ASSUME_KERNEL=2.2.5
execute the script
/usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
It still doesnt work !!! Why ???
CAN ANY BODY HELP !!! THANK A LOTS !!!
null

Read the other threads more carefully next time.
Alex Voitov posted this ftp site:
ftp://ftp.kernel.org/pub/software/libs/glibc/hjl/sdk/2.1/
click README.Oracle8i.
I also did what you did, but that was not enough, so I tried following the instructions in the README file mentioned above, and then I got oracle installed in Redhat 7.1 with no problems.
After you install Oracle, you may also want to follow the instructions below.
Posted by Kamal:
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>
Oracle Version 8.1.7
Linux Redhat 7.0
While installing Oracle you may encounter the error 'not able to connect to oracle'
during database creation. This is due to glibc package problem.
Please do the following
1. Install the compat-glibc RPM for 2.1.3.x
(This is on the Redhat 7.0 CDs)
2. cd to the directory where compat-glibc installed the files (for me it's
/usr/i386-glibc21-linux/lib).
3. Copy the following files to $ORACLE_HOME/lib:
libc-2.1.3.so
libpthread.so
libdl.so
ld-linux.so.2
For me, several of these are symbolic links, so you'll need to copy the target of the
symbolic link and rename it to the link name when you copy it to $ORACLE_HOME/lib.
For example, if ls -l shows:
ld-linux.so.2 -> ld-2.1.3.so
libc-2.1.3.so
libdl.so -> libdl.so.2
libpthread.so -> libpthread.so.0
Then you will:
cp ld-2.1.3.so $ORACLE_HOME/lib/ld-linux.so.2
cp libc-2.1.3.so $ORACLE_HOME/lib
cp libdl.so.2 $ORACLE_HOME/lib/libdl.so
cp libpthread.so.0 $ORACLE_HOME/lib/libpthread.so
4. Create a file in $ORACLE_HOME/lib called libc.so with the following contents (as a
single line):
GROUP ( /lib/libc-2.1.3.so /lib/ld-linux.so.2 /libc_nonshared.a )
Substitute the value of $ORACLE_HOME for and the location of the compat-glibc directory
for . For example:
My $ORACLE_HOME is:
/u01/app/oracle/product/8.1.7
and my compat-glibc directory is:
/usr/i386-glibc21-linux/lib
so the GROUP line looks like this for me:
GROUP (/u01/app/oracle/product/8.1.7/lib/libc-2.1.3.so
/u01/app/oracle/product/8.1.7/lib/ld-linux.so.2
/usr/i386-glibc21-linux/lib/libc_nonshared.a)
This is all one line.
5. cd $ORACLE_HOME/bin
6. Run the following command from the UNIX prompt:
relink all
All of the Oracle software, including the assitants, will work fine now.
I have used this technique for RedHat 7.0 with the 2.2.16 kernel.
Thanks to Richard Rankin for this simple and reliable method
Regards
Kamal
<HR></BLOCKQUOTE>

Similar Messages

  • Forms compilation Errors under Linux

    Hello,
    I have a main form called Tbdoctrk.fmb.
    This forms compiles and runs perfectly through Oracle 9i iDS.
    When transfering the fmb file under Linux, and attempting to recompile using the f90genm.sh utility, I get the following compilation errors:
    FRM-18108: Failed to load the following objects.
    FRM-30436: Parent window not specified for canvas.View Canvas H_TOOLBAR
    FRM-30041: Position of item places it off of canvas.
    Item: BUTTON_HELP
    Block: VARIABLE
    Form: TBDOCTRK
    FRM: Unable to adjust form for output.
    ====
    I noticed that most of the object that failed to load (1 data block object, 1 canvas and a number of property classes and visual attributes) are contained in a file called TOOLBAR.fmb.
    The TOOLBAR.fmb file compiles without errors under Linux/WIndows + is located in the same folder as the Tbdoctrk.fmb file.
    1) How can I resolve this issue ?
    PT
    PS: I tried renaming the fmb files to upper/lower case without success.

    Hello,
    My main form called Tbdoctrk.fmb in turn calls a form called Pre_bord.fmb in a Program Unit.
    Most but not all Class and Value Attributes are included in a file called toolbar.fmb. I did not find any specific reference to the toolbar.fmb file.
    However, at compile time, I find that those objects are not loaded.
    1) In what part of the main form Tbdoctrk.fmb should I find any such reference to the toolbar.fmb file ?
    2) How should I create those symbolic links under Linux ?
    PT

  • Jar files as application Error under linux

    I created a jar file with the following jar command
    jar cmf mainclass Asdi2GuiJar.jar *.class
    Main-Class: ASDIGUI
    It did work without any problem : java -jar Asdi2GuiJar.jar
    when I added to the CLASSPATH under linux "Redhat 7.2" C-shell, it give me an error:
    Exception in the thread main java.util.zip.ZipException: No Such file or directory
    even im not using any zip file class in my java application. Any idea why im getting such an error even before addding the jar file to the CLASSPATH it did work without any problem?

    ah young grasshopper you are using zip files :) rename your .jar file a .zip and use unzip on it :)
    and that error means that the jvm's classloader couldn't load it's zip component so it's likely that your jvm can't find it's standard lib's
    make sure your class path points to the /lib directory of your java install..... which version of the jdk are you using?
    are you setting the classpath globally? since the way you said CLASSPATH I guess you are... ....are you keeping the old classpath when you set it? like CLASSPATH=$CLASSPATH:/myNewSource
    or something like that...
    maybe something in that will help

  • CF MX 7 Installation Errors on Linux

    I have been planning to put a production web server up using
    Fedora Core 5 and Cold Fusion MX 7 for some time - Mainly because
    the updates on FC5 are done so much more frequenntly than most
    other versions of Linux I've used.
    So far, the only production web servers I've had up have been
    Windows, but I've really enjoyed how well Fedora has run my DNS and
    email in the arenas of stability and performance.
    So, I thought it'd be best to try a test install on FC5
    first. I installed the normal packages for a web server including
    Apache, and I
    disabled SE Linux to begin with (I might tighten it down
    later).
    I logged in as root, and attempted the CF Installation, and I
    received a series of errors that did not show up in
    /var/log/messages or anywhere else I could find. I also tried doing
    a chmod on all the installation directories to 777 (all privs
    granted for all users), and I verified all directories and files
    exist. I'm curious if anyone else has had this problem. I
    copy/pasted the context of what I saw below for reference. Any
    suggestions would be appreciated. Thanks!
    Bob Wiley
    [root@localhost ~]# ./coldfusion-702-lin.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer
    archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot
    open
    shared
    object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6:
    cannot open
    shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1:
    cannot open
    shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6:
    cannot open
    shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6:
    cannot open
    shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6:
    cannot open
    shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot
    open
    shared
    object file: No such file or directory
    /tmp/install.dir.8552/Linux/resource/jre/bin/java: error
    while loading
    shared libraries: libpthread.so.0: cannot open shared object
    file: No
    such
    file or directory
    [root@localhost ~]#

    Thanks for the plug Melvin.
    I've recently addressed this specific problem with libc.so.6
    in a comprehensive blog entry on Running ColdFusion 7.02 on Fedora
    Core 6:
    http://www.talkingtree.com/blog/index.cfm/2006/12/6/Running-ColdFusion-MX-7-on-Fedora-Core -6-Linux

  • OBIEE 11.1.7 installation error in Linux

    Hi All
    My colleague is installing 11.1.1.7.0 on Linux x86-64 (Red Hat Enterprise 6).
    Once done, we will be applying the patch to make it 11.1.17.1.
    Could any one please help us in fixing the below details
    Error details.
    /cs/psoft/obiee_installer/bishiphome/Disk1/install/linux64
    [pshr@gbl20037360 linux64]$ export DISPLAY=166.15.133.89:0.0
    [pshr@gbl20037360 linux64]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 1536 MB.   Actual 1814 MB    Passed
    Checking swap space: must be greater than 500 MB.   Actual 3986 MB    Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,
    Continue? (y/n) [n] y
    >>> Ignoring required pre-requisite failures. Continuing...
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-01-25_11-36-23AM. Please wait ...[pshr@gbl20037360 linux64]$ Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '166.15.133.89:0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.access$100(X11GraphicsEnvironment.java:52)
    at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:155)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:131)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:68)
    at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:89)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at java.awt.Toolkit$2.run(Toolkit.java:834)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:826)
           at com.jgoodies.looks.LookUtils.isLowResolution(Unknown Source)
    at com.jgoodies.looks.LookUtils.<clinit>(Unknown Source)
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:122)
    at oracle.as.install.engine.modules.presentation.ui.common.dialogs.SpecifyInventoryDirectoryDialog.showDialog(SpecifyInventoryDirectoryDialog.java:703)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:555)

    you need to have the x window to be able to launch the installer in GUI, you can use cygwin tool for your installation in GUI mode or else you can run the installer in silent mode

  • BO 4.1 SP4 installation error on Linux 2.6.32 OS.

    I am trying to install SP4full (BO 4.1) on a linux OS.
    #uname -a
    Linux ############# 2.6.32-358.18.1.el6.x86_64 #1 SMP Fri Aug 2 17:04:38 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux
    I am getting this error
    Failed: Operating system patch level (Critical)
            Information: Missing patch: libXext-devel-1.1-3.el6.i686
    Missing patch: libXext-devel-1.1-3.el6.x86_64
    I tried to install these packages, it failed because there are higher version of package I have on this box.
    I have these on box  Installing : libXext-1.3.1-2.el6.i686  (which is a higher version). I could get these installed using yum install libXext.i686 -y --setopt=proctected_multilib=false
    Is BO SP4 not supported on the version of OS I have mentioned via uname -a command. On the PAM it says it supports RH Linux 2.6
    Please help

    Symptom
    Unable to install SAP BusinessObjects Business Intelligence 4.1 on Red Hat Enterprise Linux 6.4.
    Error:"Failed: Operating system patch level (Critical), Information: Missing patch: libXext-devel-1.1-3.el6.i686, Missing patch: libXext-devel-1.1-3.el6.x86_64".
    Environment
    SAP BusinessObjects Business Intelligence 4.1
    Red Hat Enterprise Linux 6.4
    Reproducing the Issue
    Launch the installer of SAP BusinessObjects Business Intelligence 4.1 on a Red Hat Enterprise Linux 6.4 server.
    Cause
    The following Operating system packages are missing:
    libXext-devel-1.1-3.el6.i686
    libXext-devel-1.1-3.el6.x86_64
    Resolution
    Install both packages from the Red Hat installation CD or use a package-management utility such as Yum for Linux operating systems.

  • OIM9101 installation error in linux

    Hi All,
    We need to install OIM 9101 on Linux with Weblogic on clustered mode.
    We have created a single instance of Oracle Database and created the schema.
    Weblogic is installed, yet to configure the cluster mode.
    While installing OIM 9101 we are getting the following error.
    Installing Oracle Identity Manager. Please wait...
    |-----------|-----------|-----------|------------|
    0% 25% 50% 75% 100%
    |||||||||||
    1. Yes
    2. No
    JAVA_HOME exists on this system and it has been modified since installation. Do
    you want to restore this environment variable? [1]1
    |-----------|-----------|-----------|------------|
    0% 25% 50% 75% 100%
    |||||||||||
    userLanguage = en
    userCountry = US
    java.io.IOException: Cannot run program "/opt/oracle/xellerate/config/keytool_svr.sh" (in directory "/opt/oracle/xellerate/config"): java.io.IOException: error=2, No such file or directory
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
    at java.lang.Runtime.exec(Runtime.java:593)
    at com.installshield.util.Java2ProcessExec.processExec(Unknown Source)
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(Unknown Source)
    Actually we had JRockit installed earlier on the same environment, later we switched to Sun JDK.
    But the error seems to be that still Sun JDK is not reflected in the environment.
    Can anyone suggest on the same?
    Thanks in Advance
    Shrinath

    Hi,
    I am facing same problem,did u get any resolution for the problem faced........
    I am installing OIM 9101 on Linux RHEL 5.4 with Weblogic 10.3 on clustered mode.
    While installing OIM 9101 I am receiving the following error.
    After the installation is completed till 25% I am receiving the below mentioned error. I have set the JAVA_HOME and PATH variables in the console where i am running the installer and I have tried setting it in the bash_profile as well.
    Has anyone faced this issue before and any idea about what is causing this issue and what is the workaround to avoid this.
    ERROR
    Installing Oracle Identity Manager. Please wait...
    0% 25% 50% 75% 100%
    1. Yes
    2. No
    JAVA_HOME exists on this system and it has been modified since installation. Do
    you want to restore this environment variable? [1]1
    0% 25% 50% 75% 100%
    userLanguage = en
    userCountry = US
    java.io.IOException: Cannot run program "/opt/oracle/xellerate/config/keytool_svr.sh" (in directory "/opt/oracle/xellerate/config"): java.io.IOException: error=2, No such file or directory
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
    at java.lang.Runtime.exec(Runtime.java:593)
    at com.installshield.util.Java2ProcessExec.processExec(Unknown Source)
    at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
    at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(Unknown Source)

  • EBS R12 Post Installation Error on Linux

    Hi Everyone -
    I'm trying to install R12 on Oracle Linux and I'm having trouble getting through the post-installation verification. There are two errors - JSP and AppsLogin. The message for JSP is JSP not responding..waiting 15 seconds. The message w/ AppsLogin is Appslogin not created. I am using adapcctl.sh -status to check the status of the web server and find that the HTTP server is running but three OC4J processes are down and can't be started. Any ideas??

    Sorry, I should have been clearer about my post.
    I am not the original poster of this issue, I was just experiencing the same problem. I should have mentioned that I am running Solaris 5.8 on a 64-bit SPARC machine.
    Anyway, everything is working except for the login page. something is missing from my classpath and I am not sure what. When I run
    http://xxxx:8004/OA_HTML/jtflogin.jsp
    I get:
    java.lang.NoClassDefFoundError     at jtfacerr.jspService(_jtfacerr.java:314)     [jtfacerr.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:204)     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:761)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:727)     at jtflogin.jspService(_jtflogin.java:838)     [jtflogin.jsp]     at com.orionserver[Oracle Containers for                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Oracle 10g installation error in linux...

    Hi,
    i am getting following error when installing oracle 10g(10.2.0.1) in RHEL4.i have installed following required packages also.
    binutils-2.15.92.0.2-21
    compat-db-4.1.25-9
    control-center-2.8.0-12.rhel4.5
    gcc-3.4.6-3
    gcc-c++-3.4.6-3
    glibc-2.3.4-2.25
    glibc-common-2.3.4-2.25
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.6-3
    libstdc++-devel-3.4.6-3
    make-3.80-6.EL4
    pdksh-5.2.14-30.3
    sysstat-5.0.5-11.rhel4
    xscreensaver-4.18-5.rhel4.11
    libaio-0.3.105-2
    installActions2009-03-18_09-04-11AM.log
    INFO: rm -f nnfgt.*
    (if [ "compile" = "compile" ] ; then \
    /u01/app/oracle/10.2.0/db_1/bin/gennfgt > nnfgt.c ;\
    /usr/bin/gcc -c nnfgt.c ;\
    rm -f /u01/app/oracle/10.2.0/db_1/lib/nnfgt.o ;\
    mv nnfgt.o /u01/app/oracle/10.2.0/db_1/lib/ ;\
    /usr/bin/ar rv /u01/app/oracle/10.2.0/db_1/lib/libn10.a /u01/app/oracle/10.2.0/db_1/lib/nnfgt.o ; fi)
    INFO: /bin/sh: /usr/bin/gcc: No such file or directory
    INFO: mv:
    INFO: cannot stat `nnfgt.o'
    INFO: : No such file or directory
    INFO:
    INFO: /usr/bin/ar: /u01/app/oracle/10.2.0/db_1/lib/nnfgt.o: No such file or directory
    INFO: make: *** [nnfgt.o] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'nnfgt.o' of makefile '/u01/app/oracle/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2009-03-18_09-04-11AM.log' for details.
    Exception Severity: 1
    WARNING: This will stop installation of all products and exit the Installer. Are you sure that you want to stop the installation and exit?
    INFO: User Selected: Yes/OK
    INFO: Exception handling set to prompt user with options to Retry Ignore
    User Choice: User selected to stop installation of all components.
    Thanks,

    what bit oracle software are You trying to install on what bit linux? 32bit for both?
    show
    uname -a
    Required packages are these:
    binutils-2.15.92.0.2-18
    compat-libstdc++-33.2.3-47.3
    elfutils-libelf-0.97-5
    elfutils-libelf-devel-0.97-5
    gcc-3.4.5-2
    gcc-c++-3.4.5-2
    glibc-2.3.4-2.19
    glibc-common-2.3.4-2.19
    glibc-devel-2.3.4-2.19
    glibc-headers-2.3.4-2.19
    libaio-devel-0.3.105-2
    libaio-0.3.105-2
    libgcc-3.4.5
    libstdc++-3.4.5-2
    libstdc++-devel-3.4.5-2
    make-3.80-5
    sysstat-5.0.5
    unixODBC-2.2.11
    unixODBC-devel-2.2.11
    compat-db-4.1.25-9
    compat-libstdc++-296-2.96-132.7.2
    control-center-2.8.0-12
    gnome-libs-1.4.1.2.90-44.1
    pdksh-5.2.14-30
    xorg-x11-deprecated-libs-6.8.1-23.EL
    openmotif21-2.1.30-11.RHEL4.2 (Required to install Oracle Demos)
    do you have them all?
    querry with
    rpm -aq | grep ....
    If You have metalink access then read metalink note 401705.1

  • 9iAS installation Error on Linux(Red Hat)

    Friends,
    We are trying to install 9iAS(9.0.2...) on Linux and after 6% of installation the system gets hanged with out any error message,attaching the contents of the log file generated in OracleInventory/logs:
    Calling action unixActions2.1.0.8.0 createLink
         source = /home/oracle/jre/1.3.1/bin/.java_wrapper
         destination = /home/oracle/jre/1.3.1/bin/java
         overwriteExistingLink = true
    Kindly Help
    Thanks in Advance
    Sameer M
    [email protected]

    You might want to post this question in the Linux or Application Server forum for an appropriate response:
    Linux forum: Generic Linux
    or Application Server forum: Oracle Application Server - General
    Regards,
    OTN

  • OBIEE 11g Scheduler installation error on Linux box. Please help!

    Hello,
    I'm trying to install OBIEE on a Linux box. The repository was created using a Windows PC on a separate Oracle database on another server.
    I have four of the five OBI components running but I keep getting this error for the Scheduler.
    [2011-09-19T14:47:54.000+00:00] [OracleBISchedulerComponent] [ERROR:1] [] [] [ecid: 004fKlhR3PrEkJr5KJo2ye0006XX000000] [tid: dc253800] [68008] Scheduler Error: [[
    Current Table: S_NQ_JOB.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_JOB_PARAM.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_INSTANCE.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.
    Current Table: S_NQ_ERR_MSG.
    [nQSError: 17001] Oracle Error code: 1017, message: ORA-01017: invalid username/password; logon denied
    at OCI call OCISessionBegin.. Errors were encountered while initializing Scheduler's backend database, check database configuration.
    I've checked the configuration and there is nothing wrong with it, plus I have checked connectivity from the weblogic server and the Linux server to this. Also I do not have Enterprise edition everything I do is at console level in Linux.
    Please help. I've been trying to sort through this for a long time.
    Thanks.

    Becky,
    You need not do any thing additional to have EM running in the OBI 11g instance. Although it is a deployed JEE application, if your Weblogic Server (WLS) is started and up and running then your EM Console should also be up and running.
    You say that you are doing everything from the command line. So, start the Weblogic Server then navigate to http://< your server name> : 7001/console
    If that comes up then go to
    http://<your server name>:7001/em
    That is your EM Fusion Console and it should come up as well.
    Don't mess with the XML file directly.

  • R12.1.1 installation error on linux oel6.1 os

    Hello Sir,
    I double checked pre requisites of R12.1.1 Installation Note.761566.1 and i am getting following error
    ./rapidwiz
    Rapid Install Wizard is validating your file system......
    4 dvd labels found
    Rapid Install Wizard will now launch the Java Interface.....
    [root@katams rapidwiz]# Exception in thread "main" java.lang.UnsatisfiedLinkError: /d01/StageR12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.load0(Unknown Source)
         at java.lang.System.load(Unknown Source)
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at sun.security.action.LoadLibraryAction.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
         at sun.awt.DebugHelper.<clinit>(Unknown Source)
         at java.awt.Component.<clinit>(Unknown Source)
    For this Error i checked Doc [ID 824249.1] and i queried for rpm checking
    $rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n' libXi
    i am getting libXi-1.3-3.el6 (x86_64)
    according to this doc i need to install following rpms
    libXi-1.0.1-3.1 (x86_64)
    libXi-1.0.1-3.1 (i386)
    and i checked this link: Re: rapidwiz won't start - Exception in thread "main" java.lang.UnsatisfiedLink and
    I downloaded the rpm and i tried to install but i am unable to install these rpm's How can install these rpm's
    Please help me this scenario.
    Thank You,
    Satish

    Hello Sir,
    Installation was started and database is up and running
    but application is not coming up when start the application getting error and i checked installation log file it shows some errors
    RW-50016: Error: - {0} was not created:
    File = {1}
    AC-00439: Creation of file /tmp/tmpPROD_katams.xml failed
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00446: File not found: java.io.FileNotFoundException: /tmp/tmpPROD_katams.xml (No such file or directory)
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00446: File not found: java.io.FileNotFoundException: /tmp/tmpPROD_katams.xml (No such file or directory)
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 125
    Configuration Upload
    RW-50016: Error: - Database ORACLE_HOME environment file was not created:
    File = null/%s_dbSid%.env
    I checked /etc/hosts file also
    [applmgr@katams etc]$ more /etc/hosts
    127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
    ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
    192.168.153.153 katams.oracle.com katams
    [applmgr@katams etc]$ ping katams
    PING katams.oracle.com (192.168.153.153) 56(84) bytes of data.
    64 bytes from katams.oracle.com (192.168.153.153): icmp_seq=1 ttl=64 time=0.062 ms
    64 bytes from katams.oracle.com (192.168.153.153): icmp_seq=2 ttl=64 time=0.081 ms
    ^C
    --- katams.oracle.com ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 1633ms
    rtt min/avg/max/mdev = 0.062/0.071/0.081/0.012 ms
    [applmgr@katams etc]$ ping katams.oracle.com
    PING katams.oracle.com (192.168.153.153) 56(84) bytes of data.
    64 bytes from katams.oracle.com (192.168.153.153): icmp_seq=1 ttl=64 time=0.071 ms
    ^C
    --- katams.oracle.com ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 975ms
    rtt min/avg/max/mdev = 0.071/0.071/0.071/0.000 ms
    [applmgr@katams etc]$
    and i tried to run the autoconfig also but it is getting errors.
    Please help me in this scenario

  • RMI server error under Linux

    Hi all,
    I'm not excatly sure, whether this is the right forum. Anyway, my problem is this:
    I've written a JApplet that calls several methods over RMI. The RMI server is up and running properly. Most of the functions work well. One that initializes a JTree, however, causes problems. I get the following error message and I am stumped:
    java.rmi.ServerError: Error occurred in server thread; nested exception is:
         java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:289)
         at sun.rmi.transport.Transport$1.run(Transport.java:148)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:536)
         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
         at de.uni_mannheim.wifo2.mlearning.portal.ServerFunctions_Stub.buildStructure(Unknown Source)
         at de.uni_mannheim.wifo2.mlearning.portal.CourseHandlerC.initialize(CourseHandlerC.java:68)
         at de.uni_mannheim.wifo2.mlearning.portal.MobilUM.actionPerformed(MobilUM.java:641)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1109)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
         at java.awt.Component.processMouseEvent(Component.java:5093)
         at java.awt.Component.processEvent(Component.java:4890)
         at java.awt.Container.processEvent(Container.java:1566)
         at java.awt.Component.dispatchEventImpl(Component.java:3598)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
         at java.awt.Container.dispatchEventImpl(Container.java:1609)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Caused by: java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
         at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
         at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:125)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:140)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
         at java.awt.Font.initializeFont(Font.java:309)
         at java.awt.Font.<init>(Font.java:345)
         at javax.swing.plaf.metal.DefaultMetalTheme$FontDelegate.getFont(DefaultMetalTheme.java:195)
         at javax.swing.plaf.metal.DefaultMetalTheme.getFont(DefaultMetalTheme.java:153)
         at javax.swing.plaf.metal.DefaultMetalTheme.getUserTextFont(DefaultMetalTheme.java:137)
         at javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValue.createValue(MetalLookAndFeel.java:1405)
         at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:196)
         at javax.swing.UIDefaults.get(UIDefaults.java:126)
         at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:44)
         at javax.swing.UIDefaults.getFont(UIDefaults.java:346)
         at javax.swing.UIManager.getFont(UIManager.java:491)
         at javax.swing.plaf.basic.BasicTreeUI.installDefaults(BasicTreeUI.java:596)
         at javax.swing.plaf.basic.BasicTreeUI.installUI(BasicTreeUI.java:530)
         at javax.swing.plaf.metal.MetalTreeUI.installUI(MetalTreeUI.java:86)
         at javax.swing.JComponent.setUI(JComponent.java:449)
         at javax.swing.JTree.setUI(JTree.java:551)
         at javax.swing.JTree.updateUI(JTree.java:567)
         at javax.swing.JTree.<init>(JTree.java:522)
         at javax.swing.JTree.<init>(JTree.java:498)
         at javax.swing.JTree.<init>(JTree.java:481)
         at de.uni_mannheim.wifo2.mlearning.portal.ServerFunctions.buildStructure(ServerFunctions.java:237)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
         at sun.rmi.transport.Transport$1.run(Transport.java:148)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:536)
    The entire system had been tested under a Windows XP environment and works without a glitch. Now I've installed the exact same system under unix and this happens!
    If anyone has an idea I would be very grateful!
    Kind regards,
    Falk

    Hi again,
    alternately I get another error doing the excat same thing:
    java.rmi.ServerError: Error occurred in server thread; nested exception is:
         java.lang.NoClassDefFoundError
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:289)
         at sun.rmi.transport.Transport$1.run(Transport.java:148)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:536)
         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
         at de.uni_mannheim.wifo2.mlearning.portal.ServerFunctions_Stub.buildStructure(Unknown Source)
         at de.uni_mannheim.wifo2.mlearning.portal.CourseHandlerC.initialize(CourseHandlerC.java:68)
         at de.uni_mannheim.wifo2.mlearning.portal.MobilUM.actionPerformed(MobilUM.java:641)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1109)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
         at java.awt.Component.processMouseEvent(Component.java:5093)
         at java.awt.Component.processEvent(Component.java:4890)
         at java.awt.Container.processEvent(Container.java:1566)
         at java.awt.Component.dispatchEventImpl(Component.java:3598)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
         at java.awt.Container.dispatchEventImpl(Container.java:1609)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Caused by: java.lang.NoClassDefFoundError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:140)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
         at java.awt.Font.initializeFont(Font.java:309)
         at java.awt.Font.<init>(Font.java:345)
         at javax.swing.plaf.metal.DefaultMetalTheme$FontDelegate.getFont(DefaultMetalTheme.java:195)
         at javax.swing.plaf.metal.DefaultMetalTheme.getFont(DefaultMetalTheme.java:153)
         at javax.swing.plaf.metal.DefaultMetalTheme.getUserTextFont(DefaultMetalTheme.java:137)
         at javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValue.createValue(MetalLookAndFeel.java:1405)
         at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:196)
         at javax.swing.UIDefaults.get(UIDefaults.java:126)
         at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:44)
         at javax.swing.UIDefaults.getFont(UIDefaults.java:346)
         at javax.swing.UIManager.getFont(UIManager.java:491)
         at javax.swing.plaf.basic.BasicTreeUI.installDefaults(BasicTreeUI.java:596)
    at javax.swing.plaf.basic.BasicTreeUI.installUI(BasicTreeUI.java:530)
         at javax.swing.plaf.metal.MetalTreeUI.installUI(MetalTreeUI.java:86)
         at javax.swing.JComponent.setUI(JComponent.java:449)
         at javax.swing.JTree.setUI(JTree.java:551)
         at javax.swing.JTree.updateUI(JTree.java:567)
         at javax.swing.JTree.<init>(JTree.java:522)
         at javax.swing.JTree.<init>(JTree.java:498)
         at javax.swing.JTree.<init>(JTree.java:481)
         at de.uni_mannheim.wifo2.mlearning.portal.ServerFunctions.buildStructure(ServerFunctions.java:237)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
         at sun.rmi.transport.Transport$1.run(Transport.java:148)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:536)
    Thanks again!

  • RPM installation error on Linux 4 during installation of R12

    On Linux 4 during pre-requisite steps of R12 i found following error.
    rpm -ivh gcc-3.4.6-3.i386.rpm
    warning: gcc-3.4.6-3.i386.rpm: V3 DSA signature: NOKEY, key ID 0c98ff9d
    error: Failed dependencies:
    cpp = 3.4.6-3 is needed by gcc-3.4.6-3.i386
    Please guide me.
    Best Regards,

    Download and install cpp-3.4.6-8.i386.rpm from:
    http://lwn.net/Alerts/232723/

  • Oracle 9i Installation under Linux

    I am trying to Install Oracle 9.0.1 under Linux.
    During the Installation Process it has given some
    error as follows..
    ERROR in invoking target install of makefile
    /home/oracle/OraHome1/plsql/lib/ins_plsql.mk
    and also for sqlplus and ldap etc, etc.
    I ignored those and after 100% completion
    its going into a window and saying Configuring NetAssistant and its going into a loop somewhere because its not coming out from that loop even after several hours.
    Can you suggest something.
    Thanks and Regards.
    Keshav

    Check the url of SuSe :
    http://www.suse.com/us/support/oracle/index.html
    I guess you're trying to install on SuSE 7.3. Is that right ?

Maybe you are looking for

  • How to Read Infotype 0587 (PF IT)

    Dear Experts, I am stuck in the mid month joining situation. My query is when an employee joins in the mid of the month, and due to LOP, his / her basic becomes Rs. 10,000, in that case, the PF is getting deducted on Rs. 6500 on a pro-rata basis. At

  • SAXException while generating stubs from WSDL

    Hi Friends i am stuck in a problem for which i need your help. i am using the Axis wsdl2java tool to generate the client side stub classes. the wsdl which i was using was referring to the port http://localhost/hth/services/Client?wsdl i was running t

  • Adding a PC to a Mac license?

    I have CS loaded on my MacBook Pro at home, but recently started a new job and would like to add CS to my PC at work. Can I do that or do I need to purchase a completely new license?

  • BT Broadband Line from exchange

    BT is a total and abslolute joke I subscribed to BT services for over 9 years witthout a single improvment to my BB speed, I continualyy got the same old dreary excuse excuse  !  its your disctance form the exchange - well thats **bleep** - because m

  • Deactivation of Menu bar option

    Hi Friends Please provide any sample code for deactivating one menu bar option in IW32 transaction using Function module exit. I want to deactivate the option when the order status is"CRTD".