1751976 Members
4415 Online
108784 Solutions
New Discussion юеВ

Oracle or Java problem ?

 
Leif Halvarsson_2
Honored Contributor

Oracle or Java problem ?

Hi,

We are trying to install Oracle 10g on a rp3410. HP-UX version is 10.23. When creating the database we get a number of Java errors and the creation fails.

When we do the same installation on a rp2470, using the same HP-UX version and same patch level, we don't get any problems.

Is it a Oracle or a java problem and is it a known problem ????

The error messages is listed below:

java.lang.StackOverflowError
at java.lang.Exception.(Exception.java:41)
at java.lang.RuntimeException.(RuntimeException.java:43)
at java.lang.IllegalArgumentException.(IllegalArgumentException.java:36)
at java.lang.NumberFormatException.(NumberFormatException.java:38)
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:468)
at java.lang.Integer.parseInt(Integer.java:518)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.isInteger(OipchHPKernelReader.java:400)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.getValue(OipchHPKernelReader.java:108)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.convertToPostFix(OipchHPKernelReader.java:197)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.parseValue(OipchHPKernelReader.java:145)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.getValue(OipchHPKernelReader.java:114)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.convertToPostFix(OipchHPKernelReader.java:197)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.parseValue(OipchHPKernelReader.java:145)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.getValue(OipchHPKernelReader.java:114)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.convertToPostFix(OipchHPKernelReader.java:197)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.parseValue(OipchHPKernelReader.java:145)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.getValue(OipchHPKernelReader.java:114)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.convertToPostFix(OipchHPKernelReader.java:197)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.parseValue(OipchHPKernelReader.java:145)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.getValue(OipchHPKernelReader.java:114)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.convertToPostFix(OipchHPKernelReader.java:197)
at oracle.sysman.oip.oipc.oipch.OipchHPKernelReader.parseValue(OipchHPKernelReader.java:145)

3 REPLIES 3
Peter Godron
Honored Contributor

Re: Oracle or Java problem ?

Leif,
are you using the same version of Java ?
Also are your kernel parameters ok (especially maxssize)?
Check Oracle Installation Guide for Minimum Required.
Arunvijai_4
Honored Contributor

Re: Oracle or Java problem ?

Hi Leif,

I guess, it is HP-UX 11.23. It could be a problem with Oracle. Better contact oracle support. http://otn.oracle.com

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Leif Halvarsson_2
Honored Contributor

Re: Oracle or Java problem ?

Hi,

This was a very strange problem. The problem was the oracle user .shrc file . This file contained terminal setting commands ("stty" and "tabs"). The .shrc file is run from every new shell.

During the installation process, the Oracle installer starts shells for different tasks. Some of this shells creates output files. As the installer is run from GUI there is no terminal to set and the output from the commends is discarded into the output file. And, the file becoms corrupted.

After removing the terminal settings command from the .shrc file, the installation works.