Friday, March 19, 2010

Problems installing Oracle IDM on a 64bit Linux

I need to install an Oracle IDM on a 64bit Linux.
In order to get this running I need a 64bit WebLogic Server. As this is not delivered with an included JDK I downloaded the Sun 1.6 JDK for 64bit Linux systems.

When I then tried to install the WLS I always received an "out of disk" error.

The magic option to pass to the self-extracting WLS is the following:

java -Djava.io.tmpdir=/apps/tmp -jar ./wls1032_generic.jar

1 comment:

S. said...

Thanks for the magic option.

I think it might also be good to include -d64 on the command line to make sure that the 64 bit JVM is installed.