Can you please try the following steps?:
$> tail -n +260 ./glassfish-3.1.1-unix.sh > glassfish-3.1.1.jar
$> mkdir tmp ; mv glassfish-3.1.1.jar tmp ; cd tmp ;
$> unzip glassfish-3.1.1.jar (you can also use "jar xf glassfish-3.1.1.jar
.")
$> chmod ugo+x install/bin/engine-wrapper ; chmod ugo+x
product-installer.sh (this adds execution rights to everyone)
$> mkdir tmplog
$> ./product-installer.sh -l tmplog
Since you have some issues with the extraction of the zip contained in the
self-extracting script, you can do it manually by following these steps.
The arguments available for product-installer.sh are the same as for the
self-extracting installer (you can check them with "./product-installer.sh
-h")
Thanks,
Romain
--
[Message sent by forum member 'romain_grecourt']
View Post: http://forums.java.net/node/883318