Hi All,
I'm trying to upgrade my Linux/jboss Livecycle instance to SP3. Download was fine, and MD5s check out, started to run the patch, and it says its looking for a JRE, and then kicks back the prompt. I turned on logging and got this:
Log file created by MultiPlatform installer @Mon Aug 3 14:37:58 EDT 2009
INSTALLER_PATH=/home/ecline/sp3/./x86_linux_adobe_livecycle_8_2_patch.bin
Checking the environment variables specifed in the JVM files to find the JVM...
Verifying... /usr/java/jdk1.5.0_19/bin/java -cp /tmp/istemp12249215143758/Verify.jar Verify java.version
$JDK_HOME is not defined in the shell environment specifed in the JVM FILE sunjdk15.jvm
$JAVAHOME is not defined in the shell environment specifed in the JVM FILE sunjdk15.jvm
A jvm found at /usr/java/jdk1.5.0_19/bin/java
Verifying... /usr/java/jdk1.5.0_19/bin/java -cp /tmp/istemp12249215143758/Verify.jar Verify java.version
Verification failed for /usr/java/jdk1.5.0_19/bin/java using the JVM file /tmp/istemp12249215143758/sunjdk15.jvm.
Verifying... /usr/java/jdk1.5.0_19/bin/java -cp /tmp/istemp12249215143758/Verify.jar Verify java.vendor java.version
$JDK_HOME is not defined in the shell environment specifed in the JVM FILE sunjre15.jvm
$JAVAHOME is not defined in the shell environment specifed in the JVM FILE sunjre15.jvm
A jvm found at /usr/java/jdk1.5.0_19/bin/java
Verifying... /usr/java/jdk1.5.0_19/bin/java -cp /tmp/istemp12249215143758/Verify.jar Verify java.vendor java.version
Verification failed for /usr/java/jdk1.5.0_19/bin/java using the JVM file /tmp/istemp12249215143758/sunjre15.jvm.
Verifying... /usr/java/jdk1.5.0_19/bin/java -cp /tmp/istemp12249215143758/Verify.jar Verify java.vendor java.version
A jvm found at /usr/java/jdk1.5.0_19/bin/java
Verifying... /usr/java/jdk1.5.0_19/bin/java -cp /tmp/istemp12249215143758/Verify.jar Verify java.vendor java.version
Verification failed for /usr/java/jdk1.5.0_19/bin/java using the JVM file /tmp/istemp12249215143758/ibmjre15X.jvm.
$JAVAHOME is not defined in the shell environment specifed in the JVM FILE ibmjre15X.jvm
$JDKHOME is not defined in the shell environment specifed in the JVM FILE ibmjre15X.jvm
No JVM can be found using the shell environment variable. Searching JVM will continue with Path Hints specified in the JVM Files...
--------------------------------------------------------------------------------------------
Searching a JVM using /tmp/istemp12249215143758/sunjdk15.jvm
Verifying... /usr/java/jdk1.5.0_19/bin/java -cp /tmp/istemp12249215143758/Verify.jar Verify java.version
Verification failed for /usr/java/jdk1.5.0_19/bin/java using the JVM file /tmp/istemp12249215143758/sunjdk15.jvm.
--------------------------------------------------------------------------------------------
Searching a JVM using /tmp/istemp12249215143758/sunjre15.jvm
Verifying... /usr/java/jdk1.5.0_19/bin/java -cp /tmp/istemp12249215143758/Verify.jar Verify java.vendor java.version
Verification failed for /usr/java/jdk1.5.0_19/bin/java using the JVM file /tmp/istemp12249215143758/sunjre15.jvm.
--------------------------------------------------------------------------------------------
Searching a JVM using /tmp/istemp12249215143758/ibmjre15X.jvm
Views
Replies
Total Likes
What output do you get for the following commands:
java -version
which java
Views
Replies
Total Likes
Here you go
root@cyclotron sp3# which java
/usr/java/jdk1.5.0_19/bin/java
root@cyclotron sp3# java -version
java version "1.5.0_19"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02)
Java HotSpot(TM) Client VM (build 1.5.0_19-b02, mixed mode, sharing)
-e
Views
Replies
Total Likes
Did you ever solve this problem? I'm using the same jvm on Linux 64 bit.
Whenever I launch ./x86_linux_adobe_livecycle_8_2_patch.bin, I'm getting "Initializing Wizard........" and it kicks back to the prompt. I can't find any log files.
Views
Replies
Total Likes
Yes, two things. Firstly, make sure your DISPLAY variable is set. See if you can run an app like xclock or something, and make sure it pops up on whatever the DISPLAY variable is set to. Secondly, and this is really strange, you have to specify the full path to the executable. If it is in say, /root/sp3 you have to run the command like this:
/root/sp3/x86_linux_adobe_livecycle_8_2_patch.bin
That did the trick for me.
Views
Replies
Total Likes
Thanks, but using the full path didn't matter. The installer still crashes. I'm using Redhat 5 64 bit, so that might make a difference. Let's see what support says.
Views
Replies
Total Likes
Is this RHEL 5 with SELinux?
Views
Replies
Total Likes
I don't think so. I'm able to launch the installer for the quick fix that's included with the service pack.
When I initially launch the script, I'm getting a "/bin/sh^M: bad interpreter" error. When I use dos2unix to fix that problem, the installer crashes with the message from the OP.
Views
Replies
Total Likes
The .bin file might be corrupted.
Try bypassing the .bin script and run directly:
java -jar livecycle.jar
Views
Replies
Total Likes
Yes, that worked. Thanks.
Views
Replies
Total Likes