• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Techgoeasy

Techgoeasy

Learn Oracle, PHP, HTML,CSS,Perl,UNIX shell scripts

  • Home
  • Oracle
    • Oracle database
    • Oracle Ebusiness Suite
    • Oracle weblogic
    • Oracle Performance Tuning
    • Oracle Hyperion
    • Oracle Cloud Tutorials
  • SQL
  • interview questions
  • Linux
  • PHP and HTML
  • Downloads
  • General
Home » Oracle » Oracle Ebuisness Suite » JRE not found message while running runInstaller

JRE not found message while running runInstaller

December 18, 2015 by techgoeasy Leave a Comment

We often  need to run runInstaller to attach Oracle home to the inventory.Recently while attaching a oracle home to central inventory i get  JRE not found message while running runInstaller

Issue

Run runInstaller from $ORACLE_HOME/oui/bin, it fails with the following error:

Starting Oracle Universal Installer…
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-11-27_06-19-04AM. Please wait …The Java RunTime Environment was not found at /tmp/OraInstall2015-11-27_06-19-04AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run.
Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.

Reason for the error

On investigation,I found the following solution to the problem

The oraparam.ini file is incorrect in $ORACLE_HOME/oui directory.

The line in the oraparm.ini file that was incorrect was:
JRE_LOCATION=../..///u000/orac/TEST/apps/tech_st/10.1.2/jdk/jre

How to resolve the error

To implement the solution, please execute the following steps:

1. Back up the oraparm.ini file in $ORACLE_HOME/oui
2. Modify the oraparam.ini file:
Change : JRE_LOCATION=../..///u000/orac/TEST/apps/tech_st/10.1.2/jdk/jre

To: JRE_LOCATION=/u000/orac/TEST/apps/tech_st/10.1.2/jdk/jre

3. Run the universal installer from $ORACLE_HOME/oui/bin/runInstaller
Or

we can use

$ORACLE_HOME/oui/bin/runInstaller -ignoreSysPrereqs -jreLoc <the_entire_path_to_OS_JRE>

Then Oracle Home should attach to the inventory successfully and your error should resolve.

Hope you like this article on error   JRE not found.  Please do provide feedback to us

Filed Under: Oracle, Oracle Ebuisness Suite Tagged With: JRE not found message while running runInstaller

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar



Subscribe to our mailing list

Enter your email address to subscribe to this blog and receive notifications of new posts by email

Recent Posts

  • How to use sed replace string in file
  • Password Version in oracle
  • How to login as user without changing the password in Oracle database(alter user identified by values)
  • How to check encrypted tablespace in the Database
  • How To Export -Import TDE Master Encryption Key

Copyright © 2023 : TechGoEasy

  • Hire me
  • Privacy Policy
  • Contact Us
  • New? Start Here
  • About Us