OK, good to know. For good measure I uninstalled java then re-installed
java as user glassfish. Still same error. Then I included some #set -x and
#set +x inside the glassfish-3.1.1-unix.sh file for the first couple hundred
lines to view what's going on. The below section indicates the first problem
area seen starting from the start of the glassfish-3.1.1-unix.sh file:
+ echo 'Extracting the installer runtime...'
Extracting the installer runtime...
+ /home/glassfish/java/jdk1.6.0_30/bin/jar xf ./Product/Packages/Engine.zip
java.io.FileNotFoundException: ./Product/Packages/Engine.zip (No such file or
directory)
For some reason, ./Product/Packages/Engine.zip is not present. However, if I
take the same glassfish-3.1.1-unix.sh file and copy it into a dummy
directory, then unzip it, all the files are there. I can enter
Product/Packages and see Engine.zip there (with a healthy file size).
--
[Message sent by forum member 'gkk_gf']
View Post: http://forums.java.net/node/883318