Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Install Problem on 8.1.6 / Linux

Re: Install Problem on 8.1.6 / Linux

From: Lee Kyoung Rok <tunnel_at_hananet.net>
Date: Sun, 5 Nov 2000 10:37:39 +0900
Message-ID: <OT2N5.49$C33.686@news.hananet.net>

Try like below.
open $ORACLE_HOME/network/admin/listener.ora file , information may be omit host clause.
from
(ADDRESS = (PROTOCOL = TCP)(PORT = 1521)) to
(ADDRESS = (PROTOCOL = TCP)(HOST=yourhost)(PORT = 1521)) and retry dbassist!!!
Good luck to you.
If you success then mail me back.
tunnel_at_hananet.net

<rookie583_at_my-deja.com> wrote in message news:8tv8ed$v34$1_at_nnrp1.deja.com...
> Just curious if anyone might be able to point me in the right direction.
>
> All went very smoothly installing the "Typical" configuration (using the
> X-based Oracle Global Installer) - until the dbassist utility was
> launched to try and configure (install) the default database. I tried it
> repeatedly with various options, but each time it failed right away with
> the same Java VM stack trace (InstallActions log file, below). I
> haven't got any idea how to debug this - let alone what might be wrong.
>
> My platform is Redhat 6.1/Intel. Thanks very much for any suggestions
> you might have!
>
> --Jeff
>
> ***InstallActions LOG***
> Command which is being spawned is
> /home/oracle/product/8.0.5/bin/dbassist -progress_only -responseFile
> NO_VALUE -createtype seed -numusers NO_VALUE -apptype NO_VALUE
> -cartridges NO_VALUE -options NO_VALUE -demos NO_VALUE
> -seedloc /home/oracle/Orac le8iR2/starterdb -sid ora8 -orabase
> /home/oracle/product/8.0.5 -dbloc /home/ora8/m01 -clususer
> NO_VALUE -cluspswd *Protected value, not to be logged* -nodeinfo
> NO_VALUE -gdbName ora8.localdomain
> Invalid Exit Code. The following result code will be used for
> configuration tool: 1
> Configuration tool Oracle Database Configuration Assistant failed
> The datafiles will be copied from the CD to /home/ora8/m01/oradata/ora8.
> The Oracle Database
>
> Configuration Assistant will begin creating the database.
> An Oracle database will be created for you. The database name will be
> ora8. The system identifier for the database will be ora8. The
> password for the SYS account will be change_on_install and the SYSTEM
> account will be manager.
>
> java.lang.NullPointerException
> at NetConfig.getBestLocalListenerEndpoint(Compiled Code)
> at NetConfig.getLocalListenerEntry(Compiled Code)
> at CreateOracle_base.getListeners(Compiled Code)
> at CopySeed.CreateDatabase(Compiled Code)
> at CopySeed_base.run(Compiled Code)
> at java.lang.Thread.run(Compiled Code)
>
> Result code for launching of configuration tool is 1
> Error :*** Alert: One or more tools have failed. It is recommended but
> not required that these tools
> succeed for this instal
> lation. You can now select these tools, read its details to examine why
> they failed, fix those
> problems, and retry them. Or,
> you can click "Next" to continue. ***
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Sat Nov 04 2000 - 19:37:39 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US