Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle 9.2 install: java.lang.ArrayIndexOutOfBoundsException: 15
I'm trying to install Oracle 9.2 on Linux kernel:
2.4.20-18.10.1
This is the upgraded kernel for Oracle RAC.
After I finish running: root.sh
It then goes to: Net configuration assistant: and promptly Hangs forever. (a punishment perhaps???)
The errors in the details windows are:
Parsing command line arguments:
Parameter "orahome" = /oracle/oracle92/product/9.2.0 Parameter "instype" = typical Parameter "inscomp" = client,oraclenet,javavm,server,ano Parameter "insprtcl" = tcp,tcps Parameter "cfg" = local Parameter "authadp" = NO_VALUE Parameter "nodeinfo" = /responseFile java.lang.ArrayIndexOutOfBoundsException: 15 at oracle.net.ca.CmdlineArgs.parseArgs(CmdlineArgs.java) at oracle.net.ca.NetCA.<init>(NetCA.java) at oracle.net.ca.NetCA.main(NetCA.java)
Does anyone have any ideas as to how to fix this?
which java
/opt/IBMJava2-131/bin/java
rpm -qf ` which java `
IBMJava2-SDK-1.3.1-3
rpm -qa | grep -i java
gcc3-java-3.0.4-1
gcc-java-2.96-108.1 IBMJava2-SDK-1.3.1-3 IBMJava2-JRE-1.3.1-3
rpm -ql IBMJava2-SDK-1.3.1-3 | sort | more
/etc/profile.d/java_sdk.csh
/etc/profile.d/java_sdk.sh
/opt/IBMJava2-131
/opt/IBMJava2-131/bin
/opt/IBMJava2-131/bin/appletviewer
...
rpm -ql IBMJava2-JRE-1.3.1-3 | sort | more
/etc/profile.d/java_jre.csh
/etc/profile.d/java_jre.sh
/opt/IBMJava2-131
/opt/IBMJava2-131/docs
/opt/IBMJava2-131/docs/COPYRIGHT
...
cd /opt/oracle92/oraInventory/logs
cat installActions2004-06-27_06-48-36PM.log
...
Error :*** Alert: A configuration script needs to be run as root
before installation can proceed. Please leave this window up, go run
/oracle/oracle92/product/9.2.0/root.sh as root from another window,
then come back here and click OK to continue. ***
User selected: Yes/OK
Initializing installer save inventory WCCE
Unable to read /opt/oracle92/oraInventory/Contents/OracleHomesList.ser.
Some inventory information may be lost.
Unable to read /opt/oracle92/oraInventory/Contents/CompsList0.ser.
Some inventory information may be lost.
Unable to read /opt/oracle92/oraInventory/Contents/PatchesList0.ser.
Some inventory information may be lost.
Unable to read /opt/oracle92/oraInventory/Contents/LibsList.ser. Some
inventory information may be lost.
Current Inventory:
Independent Products: Java Runtime Environment 1.1.8.1.0 Java Runtime Environment 1.3.1.0.0 Oracle Universal Installer 2.2.0.12.0 Oracle Home: orahome92 Bali Share 1.1.17.0.0 SQL*Plus Required Support Files 9.2.0.1.0 DBJAVA Required Support Files 9.2.0.1.0 XDK Required Support Files 9.2.0.1.0 RDBMS Required Support Files 9.2.0.1.0 JDBC Common Files 9.2.0.1.0 Installation Common Files 9.2.0.1.0 Oracle Trace Required Support Files 9.2.0.1.0 Oracle Client Required Support Files 9.2.0.1.0...
Starting to execute optional autolaunch configuration tools
Launched configuration tool Oracle Net Configuration Assistant
Command which is being spawned is
/oracle/oracle92/product/9.2.0/JRE/bin/jre -native
-Duser.dir=/oracle/oracle92/product/9.2.0/network/jlib -classpath
/oracle/oracle92/product/9.2.0/JRE/lib/i18n.jar:/oracle/oracle92/product/9.2.0/JRE/lib/rt.jar:/oracle/oracle92/product/9.2.0/jlib/ewt3.jar:/oracle/oracle92/product/9.2.0/jlib/ewtcompat-3_3_15.jar:/oracle/oracle92/product/9.2.0/jlib/netcfg.jar:/oracle/oracle92/product/9.2.0/network/jlib/netcam.jar:/oracle/oracle92/product/9.2.0/network/jlib/netca.jar:/oracle/oracle92/product/9.2.0/jlib/help3.jar:/o
acle/oracle92/product/9.2.0/jlib/oracle_ice5.jar:/oracle/oracle92/product/9.2.0/jlib/share.jar:/oracle/oracle92/product/9.2.0/jlib/swingall-1_1_1.jar:/oracle/oracle92/product/9.2.0/jlib/srvm.jar:/oracle/oracle92/product/9.2.0/network/tools
oracle.net.ca.NetCA /orahome /oracle/oracle92/product/9.2.0 /instype
typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp,tcps
/cfg local /authadp NO_VALUE /nodeinfo /responseFile
/oracle/oracle92/product/9.2.0/network/install/netca_typ.rsp
Warning :*** Alert: Do you really want to exit? ***
User selected: Yes/OK
Received on Sun Jun 27 2004 - 19:06:28 CDT
![]() |
![]() |