EM 13.4 : Input of Different Temp Location fails with 'Cannot find component oracle.jdk.'
While performing EM 13.4 Fresh Installation
Input of a different Temp Directory Location fails with 'Cannot find component oracle.jdk.'
$ ./em13400_linux64.bin
ERROR: Temporary directory /tmp does not have enough free space. At least 12289 MB of free space are required.
Please input another directory or [Exit]: /data
ERROR: Cannot find component oracle.jdk.
ERROR: Cannot find components specified in JRE_COMPONENT=oracle.jdk,oracle.jre.
ERROR: Installer execution failed (1).
SOLUTION
~~~~~~~~~~~~~
it is bug and forllow workaround provided below
Bug 30232302 : 13.4 stack uptake EM installer fails to load OUI while providing alternate tmp space
refer (Doc ID 2637530.1) for reference
Provide -J-Djava.io.tmpdir option for the new tmp directory location.
Example:
~~~~~~~~~~~~~
$ ./em13400_linux64.bin -J-Djava.io.tmpdir=/data
No comments:
Post a Comment