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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Universal Installer -> java.lang.OutOfMemoryError

Re: Oracle Universal Installer -> java.lang.OutOfMemoryError

From: Jeffrey Hunter <JeffreyH_at_comanage.net>
Date: Tue, 8 Apr 2003 18:23:27 -0400
Message-ID: <157A4D97A88D7143B80E43C1B000B6E83D6D4E@comail1.comanage.net>


The only thing that comes to mind is your "temp" space. What do you have /tmp sized at?

Make sure to have an amount of disk space equal to twice the amount of RAM or at least 400MB, whichever is greater.

Also, point the following environment variables before kicking off the install:

TMP=/tmp
TMPDIR=/tmp
export TMP TMPDIR


If that doesn't work, then try running the installer with a high java heap size:

% runInstaller -ms64m -mx128m

--
Jeffrey M. Hunter
Sr. Database Administrator
jhunter_at_idevelopment.info
www.idevelopment.info

"revjack" <revjack_at_revjack.net> wrote in message
news:b6s9e2$rb8$1_at_news1.radix.net...

> Hello,
>
> I can't seem to do a simple install of Oracle9i. Once the
> Universal Installer has all the information and starts
> writing files, it just hangs after a few dozen files.
>
> oraInstall.err shows:
>
> java.lang.OutOfMemoryError
> at java.util.zip.Inflater.<init>(Compiled Code)
> ...list of more components that didn't install...
> at java.lang.Thread.run(Compiled Code)
>
>
> This is being installed on a typical, clean install of
> Solaris 8, and the Oracle installation is coming off the
> CD-ROMs that came with Solaris. The box has 1GB memory.
>
> Does anyone have a clue as to how to fix this error?
>
>
> Jack
Received on Tue Apr 08 2003 - 17:23:27 CDT

Original text of this message

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