Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Universal Installer -> java.lang.OutOfMemoryError
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...Received on Tue Apr 08 2003 - 17:23:27 CDT
> 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
![]() |
![]() |