Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Oracle 9.2 install: java.lang.ArrayIndexOutOfBoundsException: 15

3 views
Skip to first unread message

linuxq...@yahoo.com

unread,
Jun 27, 2004, 8:06:28 PM6/27/04
to
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?

-------------
See more details here:


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

Sudsy

unread,
Jun 27, 2004, 11:18:06 PM6/27/04
to
linuxq...@yahoo.com wrote:
> 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???)

I trust that you're reading all the newsgroups you posted to?
I seem to recall that the configuration assistant is a GUI
app which utilizes X11R6/Motif. Before you became superuser,
did you give root permission to access your X server?
Try the following command:
$ xhost +local:root
(the "$ " is just the prompt, BTW)
I've run into this problem before and, depending upon the
wat the apps handles it, you could see a "hang".

linuxq...@yahoo.com

unread,
Jul 1, 2004, 1:23:01 AM7/1/04
to
Well, after a number of evenings of struggle, I finally got it
to work. About time. So, what did I do?

Uninstalled Oracle, and whacked everything from
the disks. rm -F -f /...

Set ulimit parameters in
/etc/security/limits.conf

# June 30, 2004. Added these parameters.

# - stack - max stack size (KB)
* soft stack 32768
* hard stack 32768

# - nofile - max number of open files
* soft nofile 65536
* hard nofile 65536

# - nproc - max number of processes
* soft nproc 16384
* hard nproc 16384

(Note: This by itself, did nothing.)

Set $CLASSPATH in the .bash_profile.
(it had been commmented out, according to some previous instructions
that I followed.)


CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
export CLASSPATH


When I installed, I did a custom, small database installation.
Not the EE, or standard database.

This way, I actually got the binary: lsnrctl
(in some struggles, I didn't even get that.)

Everything hung on Net Configuration Assistant once again.
Highlight it, and stop it.
Same for dbca.

The last two seemed to work.
Exit oui.


Then, create database "manually" with dbca.
Nice and small db. Nothing unnecessary or fancy.

Configure network, manually with:
netmgr
netca

But, I still needed to copy a listener.ora file from
another box and modify it. So, save any you might have.

I'm not sure what might happen if I try to install
EE, or standard edition. Surprises anyone?
Installation black holes perhaps?

------------------

linuxq...@yahoo.com wrote in message news:<672ceaed.0406...@posting.google.com>...

Tumbleweed

unread,
Jul 1, 2004, 2:15:09 AM7/1/04
to
Doesnt seem to be an issue with 10. I have it on 3.1with no install issues
took about 30 mins.

Where were the instructions for commenting out classpath, definitely not in
the 10 instructions.

--
Tumbleweed

email replies not necessary but to contact use;
tumbleweednews at hotmail dot com
<linuxq...@yahoo.com> wrote in message
news:672ceaed.04063...@posting.google.com...

0 new messages