Install error JWSDP 2.0 in linux 2.6.9-55.ELsmp

Hi All,
I m trying to install JWSDP 2.0 but i am getting the follwoing error:
[root@pc25 ~]# /home/jimmy/soap/jwsdp-2_0-unix.sh
For help, type '/home/jimmy/soap/jwsdp-2_0-unix.sh -help'
Using /var/tmp as temporary directory...
Searching for Java(TM) 2 Platform, Standard Edition...
Initializing InstallShield Wizard...
Exception in thread "main" java.lang.NoClassDefFoundError: JWSDP
Caused by: java.lang.ClassNotFoundException: JWSDP
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: JWSDP. Program will exit.
[root@pc25 ~]#
same error is there when i try from other user.
The linux version i m using is 2.6.9-55.ELsmp
and java installed is
[root@pc25 ~]# uname -r
2.6.9-55.ELsmp
[root@pc25 ~]# java -version
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode)
[root@pc25 ~]#
i have installed Java 2 Platform Second Edition also in /opt/SDK path
but and this service is running.
from some searching i tried to
Here is a work-around for installing JWSDP 2.0:
1) Make a copy of the JWSDP shell script (as a backup);
2) Edit the JWSDP shell-script with a text-editor like vi, emacs, etc.
3) Find the section that defines the cleanup() function:
4) Comment out the line that removes the jarfile; when correctly done, it should look like this:
Code:
# Cleanup function
cleanup() {
rm -f "$listfile"
rm -f "$outputfile"
#rm -f "$jarfile"
rm -f "$tmp_error_log"
if [ -n "$1" ]; then
exit "$1"
else
exit 0
fi
5) Save the file and execute the shell script; you will continue to get the same error, but ignore it;
6) The execution will have now left behind a jwsdp-2_0-unix.sh.4032.jar file in the /tmp or /usr/tmp directory (the number - 4032 - will vary for you based on the PID your process used for execution); go to that directory;
7) Extract all contents of the jar file with jar xvf jwsdp-2_0-unix.sh.4032.jar;
8.) Run the JWSDP class directly with java -cp . JWSDP
9) You should see the installation window now; if it does not work in GUI mode, use "java -cp . JWSDP -console" to install in ASCII text-mode.
10) Because of another bug in the text scripts, don't just press the Enter key for default answers when you see the prompt; type in the answer even if it is the same as the default and then press Enter - this will ensure the script sees the input and continues installation instead of silently exiting (which occurred to us many time on Gentoo).
Still i m not able to move ahead to complete the installation,
Please help me.

Submitted On 04-MAY-2007
exaid6
Further investigation reveals that if I unpack the jar file in a directory (jar xvf xxxx.jar) and change the classpath to "." instead of the jarfile, the program launches perfectly. This is definintely a bug in the classpath handling of big jar files on certain systems, or something of that sort. (Note: I'm using java sdk 6u1, 32 bit CentOS Linux.)
Submitted On 27-SEP-2007
I've encountered the same problem on RH FC6.
If you take a look at the script you will see this line tail +368 "$0" which attempts to extract the remaining lines into a separate jar file. This line may not work on all versions of Linux. A proper way to use Linux version of tail utility is: tail -n +368 "$0". Anyways, you can manually extract the jar file if you are getting tail +368 file not found error message when running the script.
After you extract the jar file you can run it via the command line like so
java -classpath .:./tmp/jwsdp.jar -Djava.ext.dirs= -D.java.endorsed.dirs= -Dtemp.dir=/opt/java/jwsdp/tmp -Dis.debug=1 JWSDP
You should be able to install JWSDP 2.0 successfully on your Linux machine.

Similar Messages

  • Help me!, install error CMSDK9.0.4 on linux

    during last job of install(set up CMSDK...), error occurs.
    [error message]
    oracle.ifs.utils.action.ActionFailedException: oracle.ifs.utils.action.ActionFailedException:
    Error while creating CREATE$JAVA$LOB$TABLE
    ORA-03001: unimplemented feature
    Error while deleting oracle/ifs/server/Md4 from lob table
    ORA-00942: table or view does not exist
    Error while loading class oracle/ifs/server/Md4
    ORA-00942: table or view does not exist
    Error while creating class oracle/ifs/server/Md4
    ORA-29506: invalid query derived from USING clause
    ORA-00942: table or view does not exist
    Error while deleting oracle/ifs/server/IfsCredentialManagerServer from lob table
    ORA-00942: table or view does not exist
    Error while loading class oracle/ifs/server/IfsCredentialManagerServer
    ORA-00942: table or view does not exist
    Error while creating class oracle/ifs/server/IfsCredentialManagerServer
    ORA-29506: invalid query derived from USING clause
    ORA-00942: table or view does not exist
    The following operations failed
    class oracle/ifs/server/Md4: creation
    class oracle/ifs/server/IfsCredentialManagerServer: creation
    exiting : Failures occurred during processing
    at oracle.ifs.admin.tools.schema.SchemaCreator.perform(SchemaCreator.java:180)
    at oracle.ifs.utils.action.ActionQueue.performActions(ActionQueue.java:303)
    at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:229)
    at java.lang.Thread.run(Thread.java:534)

    job is setting ORACLE CM SDK domain...

  • Error while trying to install NI-VISA driver on SUSE LINUX 11.1(The version of gcc in the path does not match the version of gcc used to compile the currently running kernel.)

    hi i am trying to install NI-VISA driver on SUSE LINUX 11.1.
     the error message it shows is
              ******************************** ERROR ****************************************
    * The version of gcc in the path does not match the version of gcc used to    *
    * compile the currently running kernel.  This can cause unpredictable         *
    * behavior in kernel drivers and should be fixed.                             *
    * gcc version: Linux)                                                          *
    * kernel compiled with: 4.3.2                                                 *
    ******************************** ERROR ****************************************
    my kernel source version is 
       linux-8nes:/home/admin # rpm -qi kernel-source
    Name        : kernel-source                Relocations: /usr/src
    Version     : 2.6.27.29                         Vendor: openSUSE
    Release     : 0.1.1                         Build Date: Sun 16 Aug 2009 03:43:52 PM IST
    Install Date: Sat 24 Oct 2009 02:13:12 AM IST      Build Host: rinck
    Group       : Development/Sources           Source RPM: kernel-source-2.6.27.29-0.1.1.src.rpm
    Size        : 309251954                        License: GPL v2 only
    Signature   : RSA/8, Sun 16 Aug 2009 03:57:25 PM IST, Key ID b88b2fd43dbdc284
    Packager    : http://bugs.opensuse.org
    URL         : http://www.kernel.org/
    Summary     : The Linux Kernel Sources
    Description :
    Linux kernel sources with many fixes and improvements.
    Authors:
        Linus Torvalds <[email protected]>
        see /usr/src/linux/CREDITS for more details.
    Source Timestamp: 2009-08-15 17:53:59 +0200
    GIT Revision: 8a413546901c407e96f7fba18574cceeb40452af
    GIT Branch: SLE11_BRANCH
    Distribution: openSUSE 11.1 
    i had also installed GCC 4.3.2.
    it shows the error message as i had posted.
    please kindly help me on this.
    Thanks and regards,
    P.karthick

    Check this solution

  • Error while installing Oracle 9.0.1 on Linux Red Hat.

    I am trying to install Oracle 9.0.1 on Linux Red Hat (Enterprise Edt), and getting this long error---
    "Initializing Java Virtual Machine From /tmp/OraInstall0/jre/bin/jre. Please wait...
    :symbol errno. version GLIBC-2.0 not defined in gile libc.so.6 with link reference (libzip.so) unable to initialize thread: cannot find class java/lang/thread
    Could not create Java VM."
    Any workaround for the above error.

    try execute: export LD_ASSUME_KERNEL=2.4.1 before you run ./runInstaller
    Btw try look at http://www.puschitz.com for installation guide.

  • SUN Java WebServer on Linux install error

    Hi All
    I am trying to install SUN JavaWebServer 6.1 SP2 on linux.
    My environment is
    Red Hat Enterprise Linux ES release 3 (Taroon Update 6)
    Kernel 2.4.21-37.ELsmp on an i686
    I am logged in as root.
    I got the software sun-webserver61-rh72[1].tar.gz from sun site, after extracting when run using
    ./setup
    After I pass through
    1. accepting license
    2.express install option,
    3. /opt/SUNWwbsvr as location
    4.install all components [1. Sun ONE Web Server, Enterprise Edition (2)] screens
    I get thie error
    ERROR: AdminSysUser not specified in install cache [tmp/fileACNAs8]
    ERROR. Failure installing Server Core. Do you want to continue [n]?
    and the installer terminates.
    Can someone plese tell me the problem here.
    Regards
    bib

    I could install it in a different machine (linux). However on the machine it failed, it never asked me to enter the user name. Where do I enter it.
    On the machine where I was succesfull, i was prompted to enter admin user name.
    Thanks
    bib

  • CRC Error on installing 10.2.0.1 on Linux

    I've downloaded the 10.2.0.1 full Grid version for Linux and tried to install it
    on Oracle's Enterprise Linux....
    I keep getting a CRC error on disk 2....has anyone else seen this ?
    Thanks
    Bernard

    Well if you've tried it more than once, then there is no point retrying it.
    I've seen this happen in the past and redownloading it worked...but may be it's a bad copy online.
    Let' see if someone else has seen this error...

  • Error installing 11.5.9 on ENterprise linux 4.0

    Hi,
    I am trying to install 11.5.9 on ES Linux 4.0. I am getting the following error. Your help on this highly appreciated.
    Rgds
    Processing DriverFile = /Stage11i/startCD/Disk1/rapidwiz/template/adriapps.drv
    Running Instantiation Drivers for /Stage11i/startCD/Disk1/rapidwiz/template/adriapps.drv
    instantiate file:
    source : /Stage11i/startCD/Disk1/rapidwiz/template/adrunias.sh
    dest : /u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunias.sh
    backup : /u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunias.sh to /tmp/templbac/adrunias1.sh
    setting permissions: 755
    setting ownership: appldev11i9:dba
    instantiate file:
    source : /Stage11i/startCD/Disk1/rapidwiz/template/adrunat.sh
    dest : /u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunat.sh
    backup : /u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunat.sh to /tmp/templbac/adrunat1.sh
    setting permissions: 755
    setting ownership: appldev11i9:dba
    Step 0 of 5
    Command: /u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunias.sh
    Step 4 of 5: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has suceeded
    Processing Step 4 of 5
    Executing: su appldev11i9 -c "/u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunias.sh APPS APPS"
    STARTED INSTALL PHASE : APPS TECH STACK : Mon Feb 4 09:52:32 IST 2008
    Statusstring Installing Oracle iAS
    Enter the location of the CD labeled Oracle Applications Rapid Install - Tools Disk 1 :
    Checking Disk contents in - /Stage11i/startCD/Disk1/rapidwiz
    Checking Disk contents in - /Stage11i/oraiAS/Disk1
    Checking Disk contents in - /Stage11i/oraiAS/Disk1
    UnzipCount:177
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    Statusstring Configuring iAS ORACLE_HOME
    Cannot execute configure of web ORACLE_HOME instance
    Error - script has returned an error: 3
    Error Code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for dev11i9 instance

    If we download the file from e-delivery and then
    unzipped all the files, then whats the process to
    create a stage directory ?Nothing more is needed, just extract the files and the stage area directory will be created for you.
    Is it different from the way that we follow when we use Media Pack?Here, you need to run the staging script to create the stage area directory for you.
    Note: 312728.1 - Staging Oracle Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=312728.1

  • Oracle enterprise Linux and 10gR2 instalation error

    I have installed Oracle Unbreakable Linux (from 4 CD's).
    When tried to install Oracle 10gR2 I got error that displays when it's 83 % already installing:
    Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk
    I have installed developement pack (aditional rpm packages installed), but I don't know what's happening.
    I read on other forum (Error installing Oracle Client on Red Hat 4.0 that I might miss some package.
    My system is fully 32 bit, so I think I do not need any 64 bit package, like suggested in that thread!?
    Second question:
    I thought that "Unbreakable Linux from Oracle" has all additional packages prepared for Oracle installation ...at least for current release 10gR2?
    Is that true?
    Third one:
    If I use croatian keyboard, I cannot type "_" (underscore sign. How to have that (for me very important key)?
    Thanks...
    Message was edited by:
    Funky

    make.log:
    (if [ "compile" = "binary" ] ; then \
    /oracle/10g/bin/gennfgt > nnfgt.c ;\
    TARGET_BINARY_INTERFACE= ;\
    export TARGET_BINARY_INTERFACE ;\
    gcc -c nnfgt.c ;\
    -rm -f /oracle/10g/lib/nnfgt.o ;\
    -mv nnfgt.o /oracle/10g/lib/ ;\
    /usr/bin/ar rv /oracle/10g/lib/libn10.a /oracle/10g/lib/nnfgt.o ; fi)
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/oracle/10g//oracle/10g/bin/genclntsh
    /oracle/10g/rdbms/lib/kpudfo.o: file not recognized: File format not recognized
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/oracle/10g//oracle/10g/bin/genclntsh
    /oracle/10g/rdbms/lib/kpudfo.o: file not recognized: File format not recognized
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1
    install.log:
    INFO: /oracle/10g/bin/genclntsh
    INFO: /oracle/10g/rdbms/lib/kpudfo.o: file not recognized: File format not recognized
    collect2: ld returned 1 exit status
    INFO: genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'client_sharedlib' of makefile '/oracle/10g/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2007-05-31_11-43-39AM.log' for details.
    Exception Severity: 1
    THX!
    error pic:
    http://i15.tinypic.com/4kx34a0.png
    Message was edited by:
    Funky

  • Errors installing Oracle 10.2 on Oracle Linux 6.3

    I'm encountering this error from runInstaller:
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-11-13_05-47-27PM. Please wait ...[oracle@ora01 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-11-13_05-47-27PM/jre/1.4.2/lib/i386/libawt.so: libXt.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I'm running Oracle Linux 6.3.
    I've spent hours searching for any missing libraries and installed all the ones that are pre-requisites.
    Has anyone seen these errors before installing Oracle 10.2 on Oracle Linux 6.3 64 bit?
    Oracle 11.2 has installed without problem.
    Edited by: SamM2 on Nov 12, 2012 11:07 PM

    Hi,
    some similar problem.
    libXp.so.6: cannot open shared object file: No such file or directory
    Hope that helps.
    *T                                                                                                                                                                                                                                                                   

  • Post-Install Error on EBS 12 - Login Page Error RW-50016 on Linux

    Hi All,
    Post-Install Error on EBS 12 - Login Page Error RW-50016 on Linux
    Thanks in advance.

    set hostnme correctly

  • Problem installing Oracle 8.05 on Redhat Linux 7.1

    I am currently trying to install Oracle 8.05 onto Redhat Linux 7.1. I can get part of the way through
    the installation, however, when it is installing the rdbms portion. I stops with an error about a failure
    during relinking. Here is the part of make.log which details what really happened. Could someone tell
    me how to proceed.
    Thank you,
    Nicholas Waltham
    --------------[ rdbms.ins 2618 ]---------------------------------------------
    Action: Installing install.
    Command: (make -f ins_rdbms.mk ORACLE_HOME=/opt/oracle/home install), Out=/opt/oracle/home/orainst/make.log, Err=/opt/oracle/home/orainst/make.log
    chmod 755 /opt/oracle/home/bin
    rm -f oracle exp imp sqlldr tkprof mig dbv tstshm maxmem orapwd dbfsize cursize rman genoci svrmgrl extproc ihsalloci ihsots ihsdepxa ogms ogmsctl osh sbttest /opt/oracle/home/rdbms/lib/ksms.s /opt/oracle/home/rdbms/lib/ksms.o
    echo " - Linking Oracle " ;\
    /opt/oracle/home/bin/echodo cc -L/opt/oracle/home/lib/ -L/opt/oracle/home/rdbms/lib -o /opt/oracle/home/rdbms/lib/oracle /opt/oracle/home/rdbms/lib/opimai.o /opt/oracle/home/rdbms/lib/ssoraed.o /opt/oracle/home/rdbms/lib/ttcsoi.o /opt/oracle/home/rdbms/lib/config.o \
    -lserver -lclient -lvsn -lcommon -lgeneric \
    /opt/oracle/home/rdbms/lib/defopt.o /opt/oracle/home/lib/ncrstab.o -lknlopt \
    -lslax -lplsf -lplsb -lextp -lserver -lclient -lvsn -lcommon -lgeneric -lknlopt \
    -lslax -lplsf -lplsb -lextp -ldbicx \
    /opt/oracle/home/lib/nautab.o /opt/oracle/home/lib/naeet.o /opt/oracle/home/lib/naect.o /opt/oracle/home/lib/naedhs.o `cat /opt/oracle/home/lib/naldflgs` -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /opt/oracle/home/lib/sysliblist` -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql `cat /opt/oracle/home/rdbms/lib/nmliblist` `if ar tv /opt/oracle/home/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lmdknl -lmdhh"; fi` \
    -lkidt -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /opt/oracle/home/lib/sysliblist` -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql ;
    - Linking Oracle
    cc -L/opt/oracle/home/lib/ -L/opt/oracle/home/rdbms/lib -o /opt/oracle/home/rdbms/lib/oracle /opt/oracle/home/rdbms/lib/opimai.o /opt/oracle/home/rdbms/lib/ssoraed.o /opt/oracle/home/rdbms/lib/ttcsoi.o /opt/oracle/home/rdbms/lib/config.o -lserver -lclient -lvsn -lcommon -lgeneric /opt/oracle/home/rdbms/lib/defopt.o /opt/oracle/home/lib/ncrstab.o -lknlopt -lslax -lplsf -lplsb -lextp -lserver -lclient -lvsn -lcommon -lgeneric -lknlopt -lslax -lplsf -lplsb -lextp -ldbicx /opt/oracle/home/lib/nautab.o /opt/oracle/home/lib/naeet.o /opt/oracle/home/lib/naect.o /opt/oracle/home/lib/naedhs.o -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnsl -lm -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql /opt/oracle/home/rdbms/lib/skgxns.o -lmdknl -lmdhh -lkidt -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnsl -lm -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql
    /opt/ora cle/home/lib//libplsf.a(spssimb.o): In function `pss_gets':
    spssimb.o(.text+0x4ef): the `gets' function is dangerous and should not be used.
    /opt/oracle/home/lib//libgeneric.a(skgfr.o): In function `skgfrcre':
    skgfr.o(.text+0x4de): the `llseek' function may be dangerous; use `lseek64' instead.
    /opt/oracle/home/lib//libserver.a(hoco.o): In function `hoconsi':
    hoco.o(.text+0x104d): undefined reference to `__strtoq_internal'
    /opt/oracle/home/lib//libserver.a(hoco.o): In function `hoconui':
    hoco.o(.text+0x126a): undefined reference to `__strtouq_internal'
    collect2: ld returned 1 exit status
    make: *** [opt/oracle/home/rdbms/lib/oracle] Error 1
    Status: 2
    (( OIERR-SYSTEM: make -f ins_rdbms.mk ORACLE_HOME=/opt/oracle/home install ))
    --------------[ rdbms.ins 2631 ]---------------------------------------------
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nicholas Waltham ([email protected]):
    I am currently trying to install Oracle 8.05 onto Redhat Linux 7.1. I can get part of the way through
    the installation, however, when it is installing the rdbms portion. I stops with an error about a failure
    during relinking. Here is the part of make.log which details what really happened. Could someone tell
    me how to proceed.
    Thank you,
    Nicholas Waltham
    --------------[ rdbms.ins 2618 ]<HR></BLOCKQUOTE>
    Well ,I tried to install Oracle 8.0.5 in Debian Potato. At end I desist.
    Oracle 8.0.5 works with glibc 5 and Debian Potato with glibc6 .
    I guess this is your problem.
    There are patches for this but i don't get
    to make work.
    Sorry for my english.
    Cisar

  • Installing 8.1.7 on RedHat Linux  7.3

    Dear All,
    I have been trying installing Oracle 8.1.7 on Linux 7.3, the OUI proceeds till the "Net 8 Configuration" and hangs. Both netasst and dbassist from command line hang-up.
    Can any one suggest way out to manually create a DATABASE and TNS
    Regards
    G.A.Hamid
    [email protected]

    Hi,
    This can be solved by adding following environment variable in
    .bash_profile
    LD_ASSUME_KERNEL=2.2.5
    export LD_ASSUME_KERNEL
    After adding , just relogin as oracle user and run the installation. It will proceed without any problem. (If u get any linker error u need run the patch glibc2.1.3stubs.tar.gz file from OTN downloads).
    Bye
    In case of any problem, mail me at [email protected]
    With Regards,
    P.L. Kannan

  • Install oracle 8.1.7 on linux 9.0

    I want to install oracle 8.1.7 on linux 9.0,but where I run ./Disk1/runInstaller,show a error like 'symbol errno,version GLIBC_2.0 not defined in file libc.so.6 where link time reference (libzip.so)
    Unable to initialize threads:cannot find class java/lang/Thread
    Could not create Java VM'
    use rpm ,I discover my glibc's version is:glibc-2.3.2-11.9
    Who can help me?
    thank you.

    I have seen this before.
    Quick Fix:
    The problem with files still named xxxxxO is caused by the install. Sometimes it
    works to just copy the file in this case:
    $cp lsnrctlO lsnrctl
    There are probably other files that were not renamed by the install:
    Finally, the listener can run! yipee.. :)
    It failed to run because there're some file 'missing'.
    I told u before, lsnrctl didn't exist in my box. Well, I found that not only lnsrctl.
    There're three more files needed to be renamed. So, total in the list are
    dbsnmp, lsnrctl, tnslsnr, and oratclsh.
    All of them still have their odd xxxxO name (I should have known it from
    the start).
    Once I copied all the file to their 'proper' name, the listener can start
    successfully. (Though i think the listener need only lsnrctl and tnslsnr,
    i still renamed them all).
    But I wonder, why does the installer not rename those files?
    I found that those file were created normally during installation, until
    i run setup_stubs.sh.
    Is there any bug on setup_stubs.sh? Why you didn't experience it as I did?
    However, the most important things is, the database running well :)

  • Unable to install Oracle 9.0.1 on Linux RedHat

    Hi,
    I am unable to install Oracle 9.0.1 on Linux RedHat, tried many times. While installing i get following errors-
    "Error in invoking target install of makefile
    /usr/oracle/9.0.1/plsql/lib/ins-plsql.mk"
    "error in invoking target ioracle of makefile
    /usr/oracle/9.0.1/rdbms/lib/ins-rdbms.mk"
    "Error loading native library : libnjni.so"
    Installation halts while configuring Net Confugration Assistant....
    Any workaround ???
    Thanks in advance.

    There are many versions of RedHat. Your post indicates you are using one of them, but your post really does not give a hint as to which one. Funny thing is - different versions have different install requirements.
    I really don't understand why operating system version is such a big secret. Especially since it is logically so critical to installation issue. Even when installing on Windows, the first questions is 'which Windows'.
    You have, of course, followed the suggestions at http://www.puschitz.com and noted the errors and workarounds, have you not.
    Especially about things like packages and versions.

  • How to install 10.2 DB on Unbreakable Linux , should i use GCC 3.2 or 3.4 ?

    Hi !
    I'm trying to install Oracle 10.2 on Unbreakable Linux (installed in Virtual PC).
    My problem is on package gcc-3.2.
    On distribution of Unbreakable Linux download from Oracle web - there is no gcc-3.2, so i download and try to install gcc-3.2 from RedHat, that requires cpp 3.2-7.
    I have installed cpp 3.4.6 that i can't uninstall because xorg-x11 requeires it. I don't want to loose X11 in my Linux :(
    When i was try to use gcc-3.4.6-3.1 installation failed witch error :
    INFO: Generating BASE ORASDK library...
    INFO: Creating /u01/app/oracle/lib/liborasdkbase.so.10.2
    INFO: gcc:
    INFO: /usr/lib/libstdc++.so.5: No such file or directory
    INFO:
    INFO: /u01/app/oracle/bin/genorasdksh: Failed to link liborasdkbase.so.10.2
    INFO: make: *** [liborasdkbase] ERROR
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'all_no_orcl ihsodbc' of makefile '/u01/app/oracle/rdbms/lib/ins_rdbms.mk'. See '/home/oracle/oraInventory/logs/installActions2007-02-13_03-31-38PM.log' for details.
    Exception Severity: 1
    Which version of gcc should I use to install 10.2 ?

    All Oracle development, coding, testing, documentation, certification and support experience for Oracle on OEL is based upon a "default-RPMs" installation
    See Metalink Note:401167.1.
    Message was edited by:
    steeveb

Maybe you are looking for

  • Photoshop cs4 - crash bib.dll

    On a photoshop cs4 64 bit installation the program have problems running suddenly. I have worked for 6 month without problem, but now there suddenly is the problem: I can start photoshop, but If I for example just open af empty sheet at choosing the

  • Page naviagation doesn't work after deploy ADF application to Weblogic

    After deploy my ADF application (ear) to Weblogic Server, the page navigation doesn't work. When running the ear on weblogic, I got following warnings: <2010-11-5 下午05时06分01秒 CST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event

  • Error in BPM application in calling web service

    Hello, I have created a BPM application with 3 steps first 2 are human steps and third one is automated step which calls web service interface via WSDL (external system). On third step my process goes to failure and has below error. any help. com.sap

  • DPM 2012 Failed to update permissions used in end-user recovery

    Hello everyone, I'm going to try the clearest way possible to describe the problem. Our test server is Windows Server 2012 with DPM 2012 SP1 CU2 (BKP-SRV01) with a Remote SQL server 2012 (PBASC) I protected a share folder on a DC on Windows Server 20

  • Downgrade database

    Hi I have a 10.2.0.3 and need to downgrade to 10.2.0.2, the compatible parameter is 10.2.0.3. what's the best solution? Tks