Java Error while launching Rapidwiz
./buildStage.sh: line 142: /u01/software/ebs/1220/startCD/Disk1/rapidwiz/bin/../jre/Linux_x64/1.6.0/bin/java: No such file or directory
eror unzipping shiphome ...
Rapidwiz is expecting a 32-bit version of the JDK, and the error occurs because the only version available is 64-bit.
The issue is discussed in the following unpublished defect:
Bug 24386615 – STARTCD SHOULD BE UPDATED TO USE 64 BIT VERSION OF THE JDK/JRE .
Solution:
Copy a 64 bit version of the JDK from any 12c Oracle Home or download it from internet.
1. Backup the existing JDK located in startCD/Disk1/rapidwiz/jre/Linux_x64/
mv 1.6.0 1.6.0_old
mkdir 1.6.0
2. Copy the contents of jre directory unded the 1.6.0 directory
3. Retest Rapidwiz and confirm the error is resolved.
No comments:
Post a Comment