DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: The Java RunTime Environment was not found at bin/jre

  1. #1
    Join Date
    Mar 2001
    Location
    Ireland/Dublin
    Posts
    688

    Angry The Java RunTime Environment was not found at bin/jre

    Hi, all
    I am trying to install Oralce 8.1.6 on AIX 4.3 and I am getting following error:

    "The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.ibm.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory"

    I have installed Java Runtime Environment version 1.1.8.

    Thank you for any advice.
    Best wishes!
    Dmitri

  2. #2
    Join Date
    Mar 2001
    Location
    Ireland/Dublin
    Posts
    688
    Does anybody know how to fix it?
    I have installed JRE & JDK.
    Please.
    Best wishes!
    Dmitri

  3. #3
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Is Oracle home set?

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    also try putting a soft link into /bin/jre from where you actually did install java

  5. #5
    Join Date
    Mar 2001
    Location
    Ireland/Dublin
    Posts
    688
    I do not have ORALCE_HOME set yet.
    You are right, I have created link and now I got other error, that is better already, at least I know what the reason. And I will try to resolve next error.
    In the same time module /usr/jdk_base/lib/aix/native_threads/libjava.a
    exists.
    Thank you!

    Initializing Java Virtual Machine from bin/jre. Please wait...
    exec(): 0509-036 Cannot load program /p9c/distr/ora/install/aix/bin/aix/native_threads/jre because of the following errors:
    0509-150 Dependent module libjava.a could not be loaded.
    0509-022 Cannot load module libjava.a.
    0509-026 System error: A file or directory in the path name does not exist.

    Originally posted by davey23uk
    also try putting a soft link into /bin/jre from where you actually did install java
    Last edited by kgb; 11-05-2002 at 11:41 AM.
    Best wishes!
    Dmitri

  6. #6
    Join Date
    Oct 2000
    Location
    Germany
    Posts
    1,185
    Have you set the $PATH and $LD_LIBRARY_PATH ?

    I had the same problem with postcfg and loadjava on the OID installation and saw this the first time on a 9iAS install with loadjava. It could not find the libX11.so.4 libraries.

    The loadjava program sets the $LD_LIBRARY_PATH. If you have already set this environment variable to recognize the proper directories, you need to identify the programs where it overrides your environment variables and edit them to include the proper directories.

    Good luck.
    David Knight
    OCP DBA 8i, 9i, 10g

  7. #7
    Join Date
    Mar 2001
    Location
    Ireland/Dublin
    Posts
    688
    Finally it was fixed by making soft links in install/aix/ directory, pointing to 'bin' and 'lib' of java directory. And changing 'Initial Programm' for user oracle from /usr/bin/ksh to /bin/ksh

    Thank you everybody.
    Last edited by kgb; 11-06-2002 at 12:46 PM.
    Best wishes!
    Dmitri

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width