JDK 5.0 installation problem on Linux

Hi all,
Please i am using Linux Fedora 4. I am trying to install JDK 5.0 update 8 (binary).
chmod +x jdk-1_5_0_08-linux-i586-rpm.bin
./jdk-1_5_0_08-linux-i586-rpm.binThis error appear :
Do you agree to the above license terms? [yes or no]
yes
Unpacking...
Checksumming...
1
The download file appears to be corrupted.  Please refer
to the Troubleshooting section of the Installation
Instructions on the download page for more information.
Please do not attempt to install this archive file.Thank.

Hi,
Try the followings
- Use the latest JDK
- Just set your LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
allocate your libcwait.so & set the following LD_PRELOAD (the place in which libcwait.so
is allocated.
If U do'not find it then
Execute the following as oracle user
gcc -O2 -shared -o ~/libcwait.so -fpic -xc - <<\EOF
#include <errno.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <sys/wait.h>
pid_t
__libc_wait (int *status)
int res;
asm volatile ("pushl %%ebx\n\t"
"movl %2, %%ebx\n\t"
"movl %1, %%eax\n\t"
"int $0x80\n\t"
"popl %%ebx"
: "=a" (res)
: "i" (__NR_wait4), "0" (WAIT_ANY), "c" (status), "d" (0),
"S" (0));
return res;
EOF
export LD_PRELOAD=~/libcwait.so
Let me know,
Cheers,
Hamdy

Similar Messages

  • JDK INSTALLATION PROBLEM ON LINUX FEDORA!!!

    WHILE INSTALLING JDK I GOT THE FOLLOWING PROBLEM
    $ rpm -ivh jdk-1.3.1_09.i586.rpm
    error: cannot get exclusive lock on /var/lib/rpm/Packages
    error: cannot open Packages index using db3 - Operation not permitted (1)
    error: cannot open Packages database in /var/lib/rpm
    CAN ANY ONE HELP ME OUT.....

    Hi,
    Try the followings
    - Use the latest JDK
    - Just set your LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    allocate your libcwait.so & set the following LD_PRELOAD (the place in which libcwait.so
    is allocated.
    If U do'not find it then
    Execute the following as oracle user
    gcc -O2 -shared -o ~/libcwait.so -fpic -xc - <<\EOF
    #include <errno.h>
    #include <sys/syscall.h>
    #include <sys/types.h>
    #include <sys/wait.h>
    pid_t
    __libc_wait (int *status)
    int res;
    asm volatile ("pushl %%ebx\n\t"
    "movl %2, %%ebx\n\t"
    "movl %1, %%eax\n\t"
    "int $0x80\n\t"
    "popl %%ebx"
    : "=a" (res)
    : "i" (__NR_wait4), "0" (WAIT_ANY), "c" (status), "d" (0),
    "S" (0));
    return res;
    EOF
    export LD_PRELOAD=~/libcwait.so
    Let me know,
    Cheers,
    Hamdy

  • Installation problem on Linux?

    Hi ,
    i am installing Oracle Application Sever 10g on RHEL 3.0 or RHEL AS4.0
    for that i have to apply patch3006854 as per installation manuals.
    but after applying this patch linux wont allow me to do anything and gives error
    cannot read from /etc/libcwait.so.
    Thanks
    Sohil

    Hi,
    Try the followings
    - Use the latest JDK
    - Just set your LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    allocate your libcwait.so & set the following LD_PRELOAD (the place in which libcwait.so
    is allocated.
    If U do'not find it then
    Execute the following as oracle user
    gcc -O2 -shared -o ~/libcwait.so -fpic -xc - <<\EOF
    #include <errno.h>
    #include <sys/syscall.h>
    #include <sys/types.h>
    #include <sys/wait.h>
    pid_t
    __libc_wait (int *status)
    int res;
    asm volatile ("pushl %%ebx\n\t"
    "movl %2, %%ebx\n\t"
    "movl %1, %%eax\n\t"
    "int $0x80\n\t"
    "popl %%ebx"
    : "=a" (res)
    : "i" (__NR_wait4), "0" (WAIT_ANY), "c" (status), "d" (0),
    "S" (0));
    return res;
    EOF
    export LD_PRELOAD=~/libcwait.so
    Let me know,
    Cheers,
    Hamdy

  • Installation problem on Linux Slackware 7.1 (Oracle 8i)

    I try install Oracle 8i Enterprise in Linux Slackware 7.1 (kernel 2.2.16), but the runInstaller don't work.
    I read the installation manuals and make all steps, but the runInstaller don't work.
    I get this message:
    ./runInstaller
    The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory
    I try --> ln -s /usr/local/jre118_v3 /usr/local/java
    and --> ln -s /usr/local/jre118_v3 /usr/local/jre
    and put in PATH --> /usr/local/jre/bin
    Nothing work's.
    Somebody can help me ?????
    Thank's ....

    Hello!
    I also tried to install Oracle 8.1.6.1 (after giving up the 8.0.5 installation due to segmentation faults all over..), it also failed.
    After trying to install Oracle 8.1.6.1 on RedHat 7.0 and it still crashed, i sent a mail to some guru that wrote the oracle-how-to document for redhat, here is what he replied.
    My guess is that this also applies to the newest slackware version, because i presume that slackware 7.0 also use the newest glibc libraries;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat >Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% >and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, >that if you install the latest
    glibc errata (2.1.94) then the DBCA >completes but the Oracle executables
    still die. The DBCA problem was apparently >a Java issue that is fixed in
    the errata. But you're still out of luck >since the exes won't work.
    It might appear that this is a problem with >Red Hat Linux 7. But it appears
    that it is a problem with some assumptions >that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library >included with RHL 6.2) but which
    prove false with later glibc versions. As >other Linux distributions adopt
    the new glibc Oracle will fail to work on >them as well.
    The best advice I can give at this point is >to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will >address the glibc issues with the
    8.1.7 release.
    ChrisI then installed Orace on RedHat 6.1 and it worked like a dream.
    Maybe you guys should try your luck on an earier version of slackware?
    Hope that helped...
    null

  • Oracle 10.2.0 DB installation problem on Linux RedHat 4

    When I install Oracle 10g release 2 database on my Linux RedHat 4 platform, I got the following error message (from action log file):
    INFO: /u01/app/oracle/product/10.2.0/db_1/bin/genorasdksh: Failed to link liborasdkbase.so.10.2
    INFO: make: *** [liborasdkbase] Error 1
    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/product/10.2.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2006-10-05_11-17-26AM.log' for details.
    Exception Severity: 1
    Can someone help me to solve this problem?
    Your kind assistance will be highly appreciated!

    I didn't install the whole OS but just some packages that contain required rpms by Linux Redhad 4. I guess I accidently missed a package. In order to make sure that I have installed all necessary packages, I just re-installed the OS with care. Thanks for your advices.
    The Oracle DB installation was successful, however, after I installed the Oracle HTTP Server and then stop the HTTP Server, I can't start it again. The following is the error message.
    [oracle@linuxkm database]$ /u01/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl startproc ias-component=HTTP_Server
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=linuxkm:6200
    0 of 1 processes started.
    ias-instance id=standalone
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=23484)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/app/oracle/product/10.2.0/http_1/opmn/logs/HTTP_Server~1
    Thank you very much for your help!

  • Oracle 8.1.7 installation problem on ( linux) red hat 7.1

    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

    Hi,
    My name is Fridirick REMBEAUX and I have the same problem. ;))
    I did not understand the first point after :
    1. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
    At which url can I get this script ?
    I think that maybe it's not the same problem because the installer and so the jre
    still executed but nothing else appears.
    And I'm also lost. When did the oracle products work well ??
    I think I damned.
    Hi
    I get same Problem on Rh7.3 !But when i execute 2 Step will be OK!
    1. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
    2. export LD_ASSUME_KENERL=2.2.5
    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

  • Another J2SDK1.4 Installation problem on Linux

    I downloaded the latest .bin, and when I do a
    ". [filename.bin]"
    from the shell, the installation starts by showing my the license agreement. At the end when I go to press 'y' to agree to the terms, the install halts by displaying the message invalid checksum. It says that the filesize is wrong, but I have checked it against what the download page say it's should be, and everything is in order. I then thought, well fair enought maybe it is a dodgy download. So I got another version (an older one), and that said the exact same thing. It doesn't matter which version I try and install on the command line, I'm getting the same error message, and the install terminates.
    Just in case it's not clear, I'm not using the rpm install, I'm using the other one. I appreciate any help you can offer.
    advTHANKSance ;)
    Weston.

    Thanx for the swift reply, but I have already considered what you've suggested already. I am trying to install it in my home dir, because I will be the only user on this machine coding in Java. As far as I know, I don't need any special privileges to install software like a jdk in my own account.
    I had posted this problem on another discussion forum quite recently, and another person said that they had similar problems a few months back. But unfortunately they cannot remember how they sorted it out.
    any other suggestions?
    Weston.

  • HTML DB 10g installation problem on linux HTTP-503 ORA-604

    I have a problem after the installation of HTML DB from the linux 10g R2 companion image.
    I installed HTML DB and HTTP server in one go, on an new system that only has the default orcl database installed. I run Red Hat enterprise linux on a x86_64 system.
    The HTML DB installation took a long time, but gave no errors.
    When I access the http://hostname:7777/pls/htmldb url I get an “This server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”-error.
    But :7777 works fine and give me the http server default page.
    In my Apache error log I see the following errors:
    [Thu Dec  8 13:28:42 2005] [error] [client 10.11.121.20] [ecid: 1134048522:10.14.66.23:28193:0:1,0] mod_plsql: /pls/htmldb/htmldb HTTP-503 ORA-604
    I looked at several internet sources, played with my marvel.conf and my dads.conf but to no avail. My oracle home is different from my html db home. There is no ./network/admin/tnsnames.ora in my HTML_DB _HOME. Should there be? One solution in the faq even told me to copy the htmldb tnsnames.ora over my db tnsnames.ora, but the installation did not create one for me.
    When should I use a dads.conf instead of marvel.conf? I don't understand the need for this second file. I tried to also use it, because some solutions and the post-installation instructions hinted on doing it. But then I get a different error in the logs about a double DAD.
    When I login through sqlplus in the orcl database with the HTMLDB_PUBLIC_USER and my password (that was created during the installation) it works, but I don't see any tables (yet?). So the account is not locked. But should I see some tables when I do “select table_name from user_tables; ?
    I probably missing something obvious here, but I'm a bit of a oracle newby.
    Any help is appreciated,
    Erik

    Thanks Diemar,
    It worked.
    I stopped all oracle process and services.
    I then logged out and in again as oracle to see if the unset stuck.
    I then started my listener, databases, isqlnet and em.
    I then started the httpd with:
    ${HTMLDB_HOME}/opmn/bin/opmnctl start
    opmnctl: opmn started
    ${HTMLDB_HOME}/opmn/bin/opmnctl startproc
    this still gave some errors and the httpd was not started:
    ias-component=HTTP_Server
    opmnctl: starting opmn managed processes...
    ================================================================================opmn id=aberlour.uni.mdx.ac.uk:6200
    0 of 1 processes started.
    ias-instance id=standalone
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=3389)
    failed to start a managed process after the maximum retry limit
    Log:
    /mdx/app/oracle/product/10.2.0/http/opmn/logs/HTTP_Server~1
    last lines in this log where:
    05/12/08 15:18:50 Stop process
    /mdx/app/oracle/product/10.2.0/http/Apache/Apache/bin/apachectl stop: httpd stopped
    05/12/08 15:31:55 Start process
    /mdx/app/oracle/product/10.2.0/http/Apache/Apache/bin/apachectl start: execing httpd
    05/12/08 15:31:57 Start process
    /mdx/app/oracle/product/10.2.0/http/Apache/Apache/bin/apachectl start: execing httpd
    I then added the PlsqlNLSLanguage line back into the marvel.conf
    which now looks:
    AddType text/xml xbl
    AddType text/x-component htc
    Alias /i/ /mdx/app/oracle/product/10.2.0/http/Apache/Apache/images/
    <Location /pls/htmldb>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString xxxxxx.xxxxx.ac.uk:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage "ENGLISH_UNITED KINGDOM.AL32UTF8"
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDefaultPage htmldb
    PlsqlDatabasePassword @BWIuxxxxxxxxxxxxxxxxxxxxxxid4Y4t8b9g==
    Allow from all
    </Location>
    and I started the http again, and it works fine.
    Problem solved. I will try to fine tune it so I'll get the basic LANG setting back in linux but without the .UTF-8 postfix.
    thanks for your help,
    Erik

  • Oracle10g Installation problem on Linux with DHCP IP

    Hi,
    I am new to Oracle Products, I have tried to install Oracle 10G on Linux with DHCP IP.
    I got the following warning while installing even though I have loopback interface configured.
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    Please help me in resolving this problem or Can I ignore this message?
    My Server Configurations:
    [root@SQAESMRH5 Oracle_Install_Errors]# ifconfig
    eth0 Link encap:Ethernet HWaddr 00:12:3F:79:FA:2C
    inet addr:10.10.121.61 Bcast:10.10.121.2 Mask:255.255.255.0
    inet6 addr: fe80::212:3fff:fe79:fa2c/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:20751998 errors:0 dropped:0 overruns:0 frame:0
    TX packets:19278549 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:2150795393 (2.0 GiB) TX bytes:438232502 (417.9 MiB)
    Interrupt:177
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:12383146 errors:0 dropped:0 overruns:0 frame:0
    TX packets:12383146 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1965045834 (1.8 GiB) TX bytes:1965045834 (1.8 GiB)
    [root@SQAESMRH5 Oracle_Install_Errors]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    #::1 localhost6.localdomain6 localhost6
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost6
    [root@SQAESMRH5 Oracle_Install_Errors]#

    This warning means it is not recommended to install Oracle 10g on a DHCP assigned IP address. It could work, but you won't be able to configure Enterprise Manager, since this tool requires a fixed IP address. If possible, have the IP address fixed.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Installation problem in Linux Slackware 7.1

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg
    I try install Oracle 8i Enterprise in Linux Slackware 7.1 (kernel 2.2.16), but the runInstaller don't work.
    I read the installation manuals and make all steps, but the runInstaller don't work.
    I get this message:
    ./runInstaller
    The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory
    I try --> ln -s /usr/local/jre118_v3 /usr/local/java
    and --> ln -s /usr/local/jre118_v3 /usr/local/jre
    Nothing work's.
    Somebody can help me ?????
    Thank's ....

    Hello!
    I also tried to install Oracle 8.1.6.1 (after giving up the 8.0.5 installation due to segmentation faults all over..), it also failed.
    After trying to install Oracle 8.1.6.1 on RedHat 7.0 and it still crashed, i sent a mail to some guru that wrote the oracle-how-to document for redhat, here is what he replied.
    My guess is that this also applies to the newest slackware version, because i presume that slackware 7.0 also use the newest glibc libraries;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat >Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% >and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, >that if you install the latest
    glibc errata (2.1.94) then the DBCA >completes but the Oracle executables
    still die. The DBCA problem was apparently >a Java issue that is fixed in
    the errata. But you're still out of luck >since the exes won't work.
    It might appear that this is a problem with >Red Hat Linux 7. But it appears
    that it is a problem with some assumptions >that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library >included with RHL 6.2) but which
    prove false with later glibc versions. As >other Linux distributions adopt
    the new glibc Oracle will fail to work on >them as well.
    The best advice I can give at this point is >to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will >address the glibc issues with the
    8.1.7 release.
    ChrisI then installed Orace on RedHat 6.1 and it worked like a dream.
    Maybe you guys should try your luck on an earier version of slackware?
    Hope that helped...
    null

  • Oracle 9.0.1 installation problem on Linux 7.2

    I am getting the following error while installaing the Oracle 9.0.1 on Red Hat Linux 7.2.
    "I/O error while opening or reading /tmp/OraInstall/temp8"
    The installation is being done with "oracle" user and oracle user has complete read/write rights on /tmp and it's sub-folders.
    Any suggestion in this regard will be highly appreciated.
    Regards,
    Asif Ijaz

    well u need to run a patch which is u can download from oracle site itself before starting ur installation
    and patch name is 'binutils-2.10.0.18-1.i386.rpm'
    mostprobable this will sort out ur problem

  • Siebel 8.1 SWSE installation problem on Linux

    Hi All,
    I'm trying to install Siebel 8.1 [21039] on Linux (Redhat 4 with update 5) . I have done my gateway server, enterprise server and siebel server successfully. Then I installed the OHS 10.1.3 and Siebel Web Server Extension as the web server, but at the end of SWSE install, it always give me error message during execute configuration step. The error message is:
    (May 6, 2008 10:43:50 AM), Setup.product.install, Utility, err, unable to launch: "ksh export LD_LIBRARY_PATH=/slot/ems1220/appmgr/siebel/sweapp/bin;PATH=${PATH}:.;/slot/ems1220/appmgr/istemp20862126171143/_bundledJRE_/bin/java -Dtemp.dir=/slot/ems1220/appmgr -cp /slot/ems1220/appmgr/siebel/sweapp/bin/setup.jar run -args LANG=ENU MODE=LIVE REPEAT=FALSE MODEL_FILE=/slot/ems1220/appmgr/siebel/sweapp/admin/swse_server.scm" error code: "255"(SBL-STJ-00152)
    (May 6, 2008 10:43:50 AM), Setup.product.install, Utility, msg1, Launching: ksh -c /slot/ems1220/appmgr/siebel/sweapp/install_script/install/CreateCfgEnvScript /slot/ems1220/appmgr/siebel/sweapp
    I also checked the sw_cfg_util.log under $sweapp/log directory, it shows some errors as below.
    GenericLog GenericError 1 0000000348203f65:0 2008-05-06 11:38:16 Executing step: RestartConfWebServer^M
    GenericLog GenericError 1 0000000348203f65:0 2008-05-06 11:40:16 (ossystem.cpp (96) err=851969 sys=0) SBL-OSD-00001: Internal: Function call timed out (0)^MGenericLog GenericError 1 0000000348203f65:0 2008-05-06 11:40:16 Step RestartConfWebServer: failed to run program %%SiebelRoot%%%%OSDirSeparator%%install_script%%OSDirSeparator%%install%%OSDirSeparator%%BounceWebServer with cmdline %%WebServerInstance%%^M
    GenericLog GenericError 1 0000000348203f65:0 2008-05-06 11:40:16 Failed during Execution, err: 851969^M
    It seems complaining about bouncing the web server, but I have no problem manually stop/start web server using opmnctl command
    -bash-3.00$ ./opmnctl stopall
    opmnctl: stopping opmn and all managed processes...
    -bash-3.00$ ./opmnctl startall
    opmnctl: starting opmn and all managed processes...
    -bash-3.00$ ps -ef|grep -i http
    app1220 18392 9286 0 13:42 pts/0 00:00:00 grep -i http
    app1220 28451 28431 7 13:42 ? 00:00:00 /slot/ems1220/appmgr/OHS10_1_3/ohs/bin/httpd.worker -d /slot/ems1220/appmgr/OHS10_1_3/ohs -DSSL
    app1220 28452 28451 0 13:42 ? 00:00:00 /slot/ems1220/appmgr/OHS10_1_3/ohs/bin/httpd.worker -d /slot/ems1220/appmgr/OHS10_1_3/ohs -DSSL
    app1220 28454 28451 0 13:42 ? 00:00:00 /slot/ems1220/appmgr/OHS10_1_3/ohs/bin/httpd.worker -d /slot/ems1220/appmgr/OHS10_1_3/ohs -DSSL
    app1220 28455 28451 2 13:42 ? 00:00:00 /slot/ems1220/appmgr/OHS10_1_3/ohs/bin/httpd.worker -d /slot/ems1220/appmgr/OHS10_1_3/ohs -DSSL
    app1220 28456 28451 2 13:42 ? 00:00:00 /slot/ems1220/appmgr/OHS10_1_3/ohs/bin/httpd.worker -d /slot/ems1220/appmgr/OHS10_1_3/ohs -DSSL
    Does anyone encounter similar problems before? Any suggestions on how to solve this problem?
    Thank you very much!
    Yun

    Looks like problem in OHS. I'm unable to locate ohs directory, instead i have opmn, i checked the http status and it's running fine ..
    $ ./opmnctl status
    Processes in Instance:
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 1510 | Alive
    I think siebenv.sh/csh file is resposible for setting SIEBEL_ROOT veriable and this file is located under siebel server root directory, file cfgenv.sh is only setting library path.
    I can see couple of script in ../install_script/install which is being used for setting root and other env variables.
    Do we need to execute any of these scripts manually in order to set SIEBEL_ROOT and other env variables or i just need to export it manually with new path?
    What you did in your case?

  • ORACLE 8.1.7 INSTALLATION PROBLEM  ON LINUX (URGENT)

    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

    Try setting the LD_ASSUME_KERNEL=2.2.5 environment variable before you run the installer.
    I needed to do this to get the 8.1.7 installer running on RedHat 7.1 and 7.2.
    Scott
    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

  • OIM 91 Installation Problem on Linux

    Hi,
    I had installed SOA-Oracle Application Server 10.1.3.3 and tried installing the Oracle Identity Manager in Linux machine, but at the end of installing the Oracle Identity Manager it was throwing an error like +"*Oracle Identity Manager found that Keytoolsvr.sh failed"*+_
    early response is appreciated.

    Hi,
    Try the followings
    - Use the latest JDK
    - Just set your LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    allocate your libcwait.so & set the following LD_PRELOAD (the place in which libcwait.so
    is allocated.
    If U do'not find it then
    Execute the following as oracle user
    gcc -O2 -shared -o ~/libcwait.so -fpic -xc - <<\EOF
    #include <errno.h>
    #include <sys/syscall.h>
    #include <sys/types.h>
    #include <sys/wait.h>
    pid_t
    __libc_wait (int *status)
    int res;
    asm volatile ("pushl %%ebx\n\t"
    "movl %2, %%ebx\n\t"
    "movl %1, %%eax\n\t"
    "int $0x80\n\t"
    "popl %%ebx"
    : "=a" (res)
    : "i" (__NR_wait4), "0" (WAIT_ANY), "c" (status), "d" (0),
    "S" (0));
    return res;
    EOF
    export LD_PRELOAD=~/libcwait.so
    Let me know,
    Cheers,
    Hamdy

  • Oracle installation problem on linux

    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

    Try setting the LD_ASSUME_KERNEL=2.2.5 environment variable before you run the installer.
    I needed to do this to get the 8.1.7 installer running on RedHat 7.1 and 7.2.
    Scott
    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

Maybe you are looking for

  • Can I move music from broked ipod to other ?

    I have 2 ipod.  1 is broked-crashed with muy music, and I can't slide to unlock.  Can I move that music to other one ???

  • Unallocated disk space not showing up in disk management

    I have an HP Proliant dl 380 running Windows 2008. My c:\drive was built on a 33 gig raid 1 partition. I am almost out of drive space. I have tried this method before on Windows server 2000 and it worked. However this time it did not. I took one of t

  • Custom Header for Template in Pages 5.0.1

    I am using Pages 5.0.1 and am trying to customize the "Project Proposal" template. The textbox that says "Company Name" does not carry over onto successive pages. Is it possible to have the textbox carry over onto successive pages like the borderline

  • Illegal character error on good filename

    I created a new RoboHelp project and tried to insert a graphic named Timeline.jpg. I got the following error: Unable to rename file, "Timeline.jpg". The filename contains illegal characters. I tried inserting a graphic that I had used in a previous R

  • All the anwers to your Dreamweaver questions

    ...are probably on the NNTP side. Most questions here originate from people that use the forums, while most answers come from people that use nntp . For the past two days, posts to this forum from the Adobe news servers are not being propagated. So,