Monday Oct 01, 2007

Self note for installing glassfish:

java -Xmx256m -jar filename.jar

ANT_HOME=/glassfish/lib/ant

ANT_LIB=/glassfish/lib/ant/lib

JAVA_HOME=/usr/jdk/jdk1.5

CLASSPATH=/glassfish/lib:/glassfish/jbi/lib

PATH=/glassfish/lib/ant/bin:$PATH

JAVA_CLASSPATH=/glassfish/lib 

ant -f setup.xml 


 

Friday Sep 14, 2007

Every time I install MySQL on Solaris, I get some post-install script execution failure.  I notice some script failure in 5.0.37, 5.0.41 and now 5.0.45!

 Here  is the error on my x64 install:

 ## Executing postinstall script.
scripts/mysql_install_db: ./bin/my_print_defaults: cannot execute
scripts/mysql_install_db: /opt/mysql/mysql/bin/mysqld: cannot execute
Installation of system tables failed!

Examine the logs in /var/lib/mysql for more information.

On the SPARC platform:

 ERROR: 1004  Can't create file '/var/tmp//installOIaabe/#sql857_1_0.frm'
(errno: 13)

070831  5:14:26 [ERROR] Aborting



070831  5:14:26 [Note] /opt/mysql/mysql/bin/mysqld: Shutdown complete



Installation of system tables failed! 

Any clues?

This blog copyright 2009 by maddy