JRE not found during 9i installation

Hello guys,
I know this is not the right section to post installation errors. However, this is more of a cofiguration error during the time of setting up Oracle 9i on RHEL 4 enviroment.
I am trying to install Oracle 9i R2 on RHEL 4.. on HP ProLiant DL380 G5
All the rpms and packages seem to be in place, and i dont think that there are any failed dependencies.
I have also downloaded JRE 6 and installed it, it was a .bin file and it got extracted on the desktop itself... However I also installed SDK 6.
But while i want to install oracle 9i after issuing the command ./runInstaller
I recieve this error.
[oracle@ssdcl308 Disk1]$ The Java RunTime Environment was not found at F/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.
: No such file or directory
I fail to understand what F/bin/java stands for.. meaning "F".
There is no partition or drive or any folder with the name F.
However i do see java installed at /usr/local/
This is my .bash_profile
unset USERNAME
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/9.2.0; export ORACLE_HOME
ORACLE_TERM=xterm; export ORACLE_TERM
export NLS_LANG=AMERICAN
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
export PATH=$PATH:$ORACLE_HOME/bin
ORACLE_OWNER=oracle; export ORACLE_OWNER
ORACLE_SID=ssdcl308; export ORACLE_SID
LD_ASSUME_KERNEL=2.4.19; export LD_ASSUME_KERNEL
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
I am unable to resolve this issue, I will provide more relevant info once asked.
Regards
null

Well i just added
export PATH=$PATH:$ORACLE_HOME/bin:/usr/local:/usr/local/bin:/usr/bin
export JAVA_HOME=/usr/local/java
yet i get the same error.
Am i missing something here??
Is it something to do with the "F" thing at F/usr/local
Message was edited by:
user631485
Message was edited by:
user631485
Message was edited by:
user631485

Similar Messages

  • Dispacher and server0 is not started during NW2004s installation

    Hi,
    Dispacher and server0 is not started during NW2004s installation. SAPInst is stopped on the step of the 'Start java instance'. SDM is 'running' but dispacher and server0 is 'Starting framwork'. So I configured the some parameters via configtool but I can't solve this probelm. I found the some error logs as the followings.
    (22503) Starting local Command:
    Command:  en.sapMPP_SCS33 pf=/usr/sap/MPP/SYS/profile/MPP_SCS33_spdeai01
    listen failed on port/service sapdp33
    initialize_global: another instance of the enque server seems to be running. EXIT
    ***LOG Q01=> MsSInit, MSStart (Msg Server 1 22502) [msxxserv_mt. 1818]
    [Thr  1] SigISetDefaultAction : default handling for signal 18
    [Thr  1] load acl file = /usr/sap/MPP/SYS/global/ms_acl_info
    [Thr  1] MsGetOwnIpAddr: my host addresses are :
    [Thr  1]   1 : [10.223.50.15] spdeai01 (HOSTNAME)
    [Thr  1]   2 : [127.0.0.1] localhost (LOCALHOST)
    [Thr  1]   3 : [10.223.50.215] 10.223.50.215 (NILIST)
    [Thr  1]   4 : [10.223.50.115] 10.223.50.115 (NILIST)
    [Thr  1] MsHttpInit: full qualified hostname = spdeai01
    [Thr  1] HTTP logging is switch off
    [Thr  1] set HTTP state to LISTEN
    [Thr  1] ms/icf_info_server : deleted
    [Thr  1] *** I listen to internal port 3933 (3933) ***
    [Thr  1] *** HTTP port 8133 state LISTEN ***
    [Thr  1] CUSTOMER KEY: >Q0820898445<
    [Thr  1] Wed Oct 24 18:28:11 2007
    [Thr  1] MsJ2EE_AddLoggedInNode: add node [305110500] into logged in list
    [Thr  1] Wed Oct 24 18:28:21 2007
    [Thr  1] MsJ2EE_AddLoggedInNode: add node [305110550] into logged in list
    Our JDK version is '1.4.2_11' and We are installing on the HA environment.
    How can I solve this problem? or What should I check about it?
    Best Regards,
    David.

    Check if the Database serivice is up and running. If this is not so.. you might have to start all over again..!!
    VJ

  • Requisite JRE not found while installing CRM mobile client

    Hi Experts,
    We have been installing SAP CRM Mobile client component and when we start installation it stops showing the message "Requisite version of
    JRE not found".
    We are having java version j2sdk1.4.2_12 in the server and as per the installation guide "SUN Java 2 Standard Development Kit, Standard Edition Version 1.4.2_02 or higher in version" is required.
    As instructed in the  note 891477 we had installed java version 1.4.2_09
    in a seperate drive and changed the value of the environment variable
    JAVA_HOME accordingly.
    But the problem still persists.
    Also in the command prompt when we give the the command "java -version"
    it shows 1.4.2_12.
    Also note that our server is Microsoft(R) Windows(R) Server 2003, Enterprise Edition and 32 bit OS.
    Kindly suggest.
    Thanks and Regards,
    Amit.
    Kindly suggest how to proceed.

    Hi,
    I am installating Mobile Repository server 2007. All the requirments mentioned in Inst_guide are completed. .net frame work 2.0, Java j2sdk 1.4.2_09, cheked on CMD, SQL 2005 sp2 installed as per Inst-Guide latin1.
    Working on Windows 2003 64bit
    Now when I start installation pop up error window come
    Error:
    at InstAssist.InstAssistMain.startProcessing (String[]args)
    at InstAssist.InstAssistMain.mai.(String[]args)
    & installation couldnot move.
    Thanks & Regards,
    Darshan..

  • Error in File name or class name not found during Automation operation: 'CreateObj​ect'

    Hello Team,
    When I am trying to execute the below code i am getting the following error. Any help would be greatly appreciated.
    Set oFSO = CreateObject("Scripting.FileSystemObject")
    If Not oFSO.FolderExists(SavePath) Then
    Set f = oFSO.CreateFolder(SavePath)
    Else
    End If
    53 4/11/2014 12:27:22 PM Error:
    Error in <NoName(4).VBS> (Line: 9, Column: 1):
    File name or class name not found during Automation operation: 'CreateObject'
    I have googled through the error and tried to re-register the scrrun.dll using regsvr32 eventhogh it is successfully registered, i am getting the following error. My PC is windows 7 32bit OS.
    any help is greatly appreciated.

    The following script class will write a log file entry. See if it will run for you.
    The script is using a class object that you might not have seen before. A little intro:  The top section is just for testing the class. Normally I just comment this out after the class is working well.  It should run right way. I would save the vbs file in the editor, That way when you are using autoactpath or currentscriptpath variables they will be able resolve the paths.
    Paul
    Attachments:
    LoggingCode_V2.VBS ‏5 KB

  • Class not found during deployment

    I'm getting "class not found during deserialization of descriptor" during deployment of an EJB. What does this mean?

    The problem is I am trying to use JavaMail in an EJB and it gives me the error if I create a javax.mail.Session. If I comment out the Session, deployment is fine. I am thinking that maybe the problem is I am using 8i version 8.1.5 and it only supports java 1.1.8.

  • HT1386 my sync stops due to iphone not found during the final copy step...how do I fix?

    my sync stops with an error message that iphone not founds during the final copy step...how to I fix?  always work before.

    The backup is located at: iTunes/Preferences/Devices. Select the backup from the window and hit the delete key. Then connect your iPhone to your computer. It'll take a new backup.

  • Class not found during deserialization of descriptor UserSession

    I am using JDeveloper 3.1.1.2 (build 767) to deploy an EJB to Oracle 8.1.6 and I get the following error message....
    Generating EJBHome and EJBObject on the server...
    Class not found during deserialization of descriptor UserSession
    *** Errors occurred while deploying the EJB to JServer ***
    *** Deployment completed ***
    I've tried
    a) to deploy all the classes in the project,
    b) create a new project step by step,
    c) use 'deployejb' and I still get the same error...
    Can anyone help? Thanks.

    Yep, JDeveloper auto generates the <>.ejb and it is a binary file.
    Seems a pretty specific error message....any help available from the JDev team??

  • Getting error : Jre not found when using Loadjava command

    Hi folks,
    I am getting an error when I run the below load java command on a 9.2.0.8 database on Sun/Solaris platform.
    Command:
    loadjava -user user/[email protected]:1529:OLS2 -thin -force -resolve -verbose filename.jar
    Error:
    /olcdbt/u01/app/oracle/product/9.2.0.8/bin/loadjava: /olcdbt/u01/app/oracle/product/9.2.0.8/jdk/jre/bin/jre: not found
    When I tried creating a new Jre soft link from $ORACLE_HOME/bin like : 'ln -s $ORACLE_HOME/jdk/jre/bin/java $ORACLE_HOME/jdk/jre/bin/jre' its giving a new error:
    jre was not found in /olcdbt/u01/app/oracle/product/9.2.0.8/jdk/jre/bin/../bin/sparc/native_threads/jre
    Strange thing here is that this was working fine in 9206 home and after upgrading to 9208 1 month back I am facing this issue. I am sure I am missing something here but not sure what.. Please help me resolve this issue.
    Regards,
    Raji.

    Dear my collegue, the best place to ask this question is JVM forum.
    Java in the Oracle Database

  • Jre not found when using Loadjava command

    Hello,
    I am getting an error when I run the below load java command on a 9.2.0.8 database on Sun/Solaris platform.
    Command:
    loadjava -user user/[email protected]:1529:OLS2 -thin -force -resolve -verbose filename.jar
    Error:
    /olcdbt/u01/app/oracle/product/9.2.0.8/bin/loadjava: /olcdbt/u01/app/oracle/product/9.2.0.8/jdk/jre/bin/jre: not found
    When I tried creating a new Jre soft link from $ORACLE_HOME/bin like : 'ln -s $ORACLE_HOME/jdk/jre/bin/java $ORACLE_HOME/jdk/jre/bin/jre' its giving a new error:
    jre was not found in /olcdbt/u01/app/oracle/product/9.2.0.8/jdk/jre/bin/../bin/sparc/native_threads/jre
    Strange thing here is that this was working fine in 9206 home and after upgrading to 9208 1 month back I am facing this issue. I am sure I am missing something here but not sure what.. Please help me resolve this issue.
    Regards,
    Raji.

    Hi,
    Even though the problem manifests when using loadjava, it has noting to do with the embedded Java VM in the database; it's rather an install /upgrade problem.
    Perhaps the followinf post can help: http://64.233.167.104/search?q=cache:h3XhGo2kZaYJ:forums.oracle.com/forums/thread.jspa%3FthreadID%3D43105+site:oracle.com+%22JRE+not+found%22&hl=en&ct=clnk&cd=9&gl=us
    Kuassi http://db360.blogspot.com

  • Bin/jre not found when I install 8.1.7

    Hi fellow,
    But the strange thing is, tried to install on two similar env, one can start the runInstaller but the other will warn me with "bin/jre not found" error and then exist. I found that the runInstaller should use the 8.1.7 built-in jre not the one of system. And I have confirmed that the "Disk1/stage/Component/oracle.swd.jre.../linux/bin/jre" was that can run-able. Did anyone here encountered this problem also?? Look forward for any advice! :-)
    JH

    I have the same problem If some one has the solution please email me.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by HM ([email protected]):
    Just tried the 8.1.7_01 instead. The same error. So many people has this problem but no one in Oracle know about this??<HR></BLOCKQUOTE>
    null

  • File not found during installation (WinXP)

    Well, I downloaded Oracle 11g for Windows (32 bit) from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html, and, basically, after having had some trouble configuring a new database, I selected the option to (simply) install a database through the wizard. I breezed through the settings, and, ran the installation wizard, however, some files seem not to be available within \win32_11gR2_database_1of2\database, or perhaps my laptop (Amilo Pro 8210) is too slow to be able to read these files.
    The errors show up during Setting up Oracle Database 11g 11.2.0.10. The errors showing up within the UI are as follows:
    File not found F:\app\Jon\product\11.2.0\dbhome_1\bin\db2gc
    File not found F:\app\Jon\product\11.2.0\dbhome_1\oc4j\OC4J_DBConsole\config\system-application.xml
    File not found F:\app\Jon\product\11.2.0\db_home_1\oc4j\j2ee\OC4j_DBConsole\config\system-jazn-data.xml
    NOTE: It is quite painful that there is no functionality to enable me to upload attachments (e.g. screenshots and log files) because it is very time consuming to copy everything manually, and, it is human nature to get bored typing after a while, so please, Oracle, pimp this profile :~) I did not take exhaustive screenshots, the error log files shows quite a few exceptions as well:
    oraInstall2012-06-17_08-09-30PM.err
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup12.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup12.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup5.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup5.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup19.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup19.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup1.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup1.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup20.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup20.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup15.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup15.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup8.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup8.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup11.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup11.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup4.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup4.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup18.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup18.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup14.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup14.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup7.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup7.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup3.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup3.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup10.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup10.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup17.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup17.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup13.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup13.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup6.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup6.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup2.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup2.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup16.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup16.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup9.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup9.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.sysman.console.db\11.2.0.1.0\1\DataFiles\filegroup3.jar (The system cannot find the path specified)
    NOTE: Due to the message limit of 30000 characters I could not post the log file, nor upload it because no such options is available within
    Database Installation I had to chop off parts of the error file as well, patiently highlighting the filenames of the jar files.
    oraInstall2012-06-17_08-09-30PM.out
    You can find the log of this install session at:
    C:\Program Files\Oracle\Inventory\logs\installActions2012-06-17_08-09-30PM.log
    Dll to load is C:\DOCUME~1\Jon\LOCALS~1\Temp\OraInstall2012-06-17_08-09-30PM\Win32RunProcesses.dll
    Loading psapi.dll from C:\DOCUME~1\Jon\LOCALS~1\Temp\OraInstall2012-06-17_08-09-30PM\psapi.dll
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    >
    Your imagination is not limited, my friend. I have already told you that I have unzipped the folders, and, it is not the scope of this forum to have myself insulted in this manner.
    Seriously, one expects forum members to be respectful rather than talk garbage about manuals, I was only asking for help, because I thought that files were missing from the installation pack.
    I might be your next client for all you know.
    >
    No offence was intended - it was merely a tongue-in-cheek observation. If you read my previous two replies in this thread, they are courteous to a fault - as are all my posts.
    The forums are a volunteer organization - people take time out from their personal and professional lives to help others. Some folks, thankfully a very small minority, use the forums as a free personal support/helpdesk tool to read all the documentation on their behalf and look up or solve things on their behalf. The forums work best when there is real dialogue and exchange of information, rather than monosyllabic answers and mudslinging.
    Good luck with your install
    HTH
    Srini

  • "ERROR disk not found" during boot cdrom installation

    We were booting a T4-4 server from a Solaris 10 boot ISO and command I used was "boot rcdrom - install as nowin" (i was mounting the ISO using the serial redirection window etc, hence the rcdrom)
    It worked great asking for the" language to be installed" and "network setting and etc."
    then it starts communicating with the jump server to pick up the jumpstart script and etc still working great. but when it start to install, it returned with "ERROR no disk found"
    I am sure there are two 600G disk on the server. not sure why it think there is no disk during the installation. googled it and some said something related to raid and i cannot get a conclusion.
    {0} ok show-disks
    a) /pci@700/pci@1/pci@0/pci@0/LSI,sas@0/disk
    b) /pci@500/pci@1/pci@0/pci@1/pci@0/pci@2/SUNW,qlc@0,1/fp@0,0/disk
    c) /pci@500/pci@1/pci@0/pci@1/pci@0/pci@2/SUNW,qlc@0/fp@0,0/disk
    d) /pci@400/pci@2/pci@0/pci@1/pci@0/pci@2/SUNW,qlc@0,1/fp@0,0/disk
    e) /pci@400/pci@2/pci@0/pci@1/pci@0/pci@2/SUNW,qlc@0/fp@0,0/disk
    {0} ok devalias
    screen /pci@400/pci@1/pci@0/pci@7/pci@0/display@0
    mouse /pci@400/pci@1/pci@0/pci@8/pci@0/usb@0,2/hub@2/device@1/mouse@1
    keyboard /pci@400/pci@1/pci@0/pci@8/pci@0/usb@0,2/hub@2/device@1/keyboard@0
    disk7 /pci@700/pci@1/pci@0/pci@0/@0/disk@p3
    disk6 /pci@700/pci@1/pci@0/pci@0/@0/disk@p2
    disk5 /pci@700/pci@1/pci@0/pci@0/@0/disk@p1
    disk4 /pci@700/pci@1/pci@0/pci@0/@0/disk@p0
    scsi1 /pci@700/pci@1/pci@0/pci@0/@0
    net3 /pci@600/pci@2/pci@0/pci@3/network@0,1
    net2 /pci@600/pci@2/pci@0/pci@3/network@0
    rcdrom /pci@400/pci@1/pci@0/pci@8/pci@0/usb@0,2/hub@2/hub@3/storage@2/disk@0
    rkeyboard /pci@400/pci@1/pci@0/pci@8/pci@0/usb@0,2/hub@2/device@4/keyboard@0
    rscreen /pci@400/pci@1/pci@0/pci@7/pci@0/display@0:r1280x1024x60
    net1 /pci@400/pci@1/pci@0/pci@2/network@0,1
    net0 /pci@400/pci@1/pci@0/pci@2/network@0
    net /pci@400/pci@1/pci@0/pci@2/network@0
    disk3 /pci@400/pci@1/pci@0/pci@0/@0/disk@p3
    disk2 /pci@400/pci@1/pci@0/pci@0/@0/disk@p2
    disk1 /pci@400/pci@1/pci@0/pci@0/@0/disk@p1
    disk0 /pci@400/pci@1/pci@0/pci@0/@0/disk@p0
    disk /pci@400/pci@1/pci@0/pci@0/@0/disk@p0
    scsi0 /pci@400/pci@1/pci@0/pci@0/@0
    scsi /pci@400/pci@1/pci@0/pci@0/@0
    virtual-console /virtual-devices@100/console@1
    name aliases
    {0} ok select scsi0
    {0} ok show-children
    FCode Version 1.00.54, MPT Version 2.00, Firmware Version 5.00.17.00
    Target 9
    Unit 0 Disk HITACHI H106060SDSUN600G A2B0 1172123568 Blocks, 600 GB
    SASDeviceName 5000cca0256f4000 SASAddress 5000cca0256f4001 PhyNum 0
    Target a
    Unit 0 Disk HITACHI H106060SDSUN600G A2B0 1172123568 Blocks, 600 GB
    SASDeviceName 5000cca025671ff4 SASAddress 5000cca025671ff5 PhyNum 1
    f) /pci@400/pci@1/pci@0/pci@8/pci@0/usb@0,2/hub@2/hub@3/storage@2/disk
    g) /pci@400/pci@1/pci@0/pci@0/LSI,sas@0/disk
    h) /iscsi-hba/disk
    q) NO SELECTION
    {0} ok probe-scsi
    This command may hang the system if a Stop-A or halt command
    has been executed. Please type reset-all to reset the system
    before executing this command.
    Do you wish to continue? (y/n) y
    FCode Version 1.00.54, MPT Version 2.00, Firmware Version 5.00.17.00
    Target 9
    Unit 0 Disk HITACHI H106060SDSUN600G A2B0 1172123568 Blocks, 600 GB
    SASDeviceName 5000cca0256f4000 SASAddress 5000cca0256f4001 PhyNum 0
    Target a
    Unit 0 Disk HITACHI H106060SDSUN600G A2B0 1172123568 Blocks, 600 GB
    SASDeviceName 5000cca025671ff4 SASAddress 5000cca025671ff5 PhyNum 1
    {0} ok show-volumes
    No volumes to show
    {0} ok

    nothing seems to come up
    {0} ok boot rcdrom -s
    Boot device: /pci@400/pci@1/pci@0/pci@8/pci@0/usb@0,2/hub@2/hub@3/storage@2/disk@0 File and args: -s
    SunOS Release 5.10 Version Generic_137137-09 64-bit
    Copyright 1983-2008 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    WARNING: consconfig: cannot find driver for screen device /pci@400/pci@1/pci@0/pci@7/pci@0/display@0
    Booting to milestone "milestone/single-user:default".
    Configuring devices.
    Using RPC Bootparams for network configuration information.
    Requesting System Maintenance Mode
    SINGLE USER MODE
    # format
    Searching for disks...done
    No disks found!

  • 1.4 plug-in installer not found during auto download

    HISTORY: My functioning Windows 1.4.1_03 applet with a Linux web page properly downloaded the plug-in installer when none was present on the client approx. 2 months ago.
    PROBLEM: The same web page now fails on a Windows client with out a plug-in previously installed, when attempting to download the installer.
    I tried this on multiple clients and with multiple servers.
    I get the same result when the 1.4.2 htmlconverter.exe is used (as it produces the same code). When I manually download and install the 1.4.2 plugin from the Sun plug-in web page, the About version is 1.4.2-b28 (the installer sought after below is 1.4.2_01-b05).
    QUESTION: Are you loading and running this installer sucessfully?
    ROOT CAUSE(?): Sun installer is unavailable due to virus attacks or more likely the installer file has been misplaced on Sun web page, OR the wrong installer name is being sent to the browser.
    WORKAROUND: Download and install the plug-in manually (unacceptable for customers).
    CODE: (company specifics removed, behaves identically)
    <html>
    <head>
    <OBJECT
    classid = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0"
    WIDTH = 0 HEIGHT = 0 >
    <PARAM NAME = code VALUE=com.dummy.anApplet >
    <PARAM NAME = "type" VALUE="application/x-java-applet;jpiversion=1.4">
    <PARAM NAME = archive VALUE=some.jar,another.jar>
    </OBJECT>
    </body>
    </html>
    OBSERVED BEHAVIOUR:
    1) The plug-in download dialog appears: "
    Security Warning
    "Java Plug-in 1.4.2_01" signed on 8/14/2003 by Sun Microsystems ...
    [Yes] [No] [More Info]
    2) Click Yes. The following dialog appears:"
    Server Problem
    The server has not found anything mathcing the requested URI (Uniform Resource Identifier). [OK]"
    3) Click OK. The following dialog appears:"
    Error - Java(TM) Installer
    Unable to download http:''java.sun.com/1.4.2/1.4.2_01-b05.xml for installation. [OK]"
    4) Returns to applet page with no plugin installed and applet is not running.

    I see some differences between your <object> definition and mine.
    codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,03">
    <param name="type" value="application/x-java-applet;jpi-version=1.4.2">Notice that you are missing the dash in "jpi-version".
    I have working fine.
    Hope this helps.
    Adolfo

  • Error message "setenv.ini not found" during installation

    I want to install the XP Pro version from cd but I get the error message "setenv.ini not found"

    Hello
    Hmmm... there must be something wrong with recovery disc. What to do now?
    You can try to contact your local dealer and see if they can help. Other way, contact nearest Toshiba authorized service provider. If they can confirm that recovery media is not OK they can order new one for you. For free I think.

  • JRE not found???

    I'm running RedHat 7.3 and attempting to install Oracle 9i 9.2.0.1.0.
    I've gotten the apparently very common error of:
    Error in invoking target install of makefile /opt/oracle/product/9.2.0/ctx/lib/ins_ctx.mk
    Once I cleared that error by modifying the $ORACLE_HOME/ctx/lib/env_ctx.mk file, the installation continued fine until the "Configuration Tools" screen and I'm getting the following error on just about every toole (except the HTTP server):
    "jre was not found in /opt/oracle/product/9.2.0.1.0/oracle.swd.jre/bin/i386/native_threads/jre"
    I've attempted linking other jre files in the oracle directory and don't seem to be making any progress. Any ideas?
    Thanks!
    Aaron O'Brien

    If someone figures this out, they are a god.Yo, Ben, turn off the bloody screensaver!
    I'd previously gotten 9iR2 to install on RH 7.3; then I upgraded the OS to 8.0. I subsequently tried an install on a "fresh" RH 8.0 system, and that's when I ran into your problem.
    JRE, as you know, is a symbolic link. Oracle evidently screws around with it during installation (this runs with 1.3.1; that runs with 1.1.8; maybe R3 will all run with 1.4.1...). The problem is the result of JRE not pointing where it should, when it should, viz.,
    [root@ThinkPad tmp]# cd /opt/oracle/OraHome1/
    [root@ThinkPad OraHome1]# ls -al JRE
    lrwxrwxrwx 1 oracle dba 21 Dec 7 22:59 JRE -> /opt/oracle/jre/1.1.8
    [root@ThinkPad OraHome1]# ls -al *.sh
    -rwxr-xr-x 1 oracle dba 5863 Dec 7 23:33 root.sh
    [root@ThinkPad OraHome1]# ./root.sh
    Running Oracle9 root.sh script...
    Please send me an email so we can arrange for your annual http://dictionary.reference.com/search?q=tithe Note that, while I prefer a full year at a time (due the second Tuesday in January- just because I like that old Rolling Stones song, "Goodbye, Ruby Tyoosday"), if you want to break it up in installments, something can be worked out.
    I should be back up and running soon... http://j2ee-consultants.com/Oranux/Oracle9i.htm

Maybe you are looking for