I just found out MySQL 4.1.12 is a PITA version. Just removed it and installed 4.1.11, and everything worked fine. tail -f /var/log/mysqld/mysql.log detailed mysql was crashing with signal 11, and restarting. I will edit the install guide and include a SJSAS 7 install guide. thanks, Michael Reinsch escreveu, Em 21-11-2005 12:42:
Hi!
On 21.11.2005, 12:21 -0200 Claudio Miranda wrote:
Hi folks, I am trying to install xwiki 0.9.84 on SJSAS 7 ( Sun Java System Application Server 7), and MySQL 4.1.12 (linux, mandriva 2006)
java.io.EOFException STACKTRACE: java.io.EOFException at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1903) at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2349)
Try to add useServerPrepStmts=false to your data source (something like <property name="connection.url">jdbc:mysql://localhost/xwiki?useServerPrepStmts=false</property>)
MySQL on my system didn't get along with the server side prepared statement xwiki / hybernate is using. The EOFException was the result of MySQL crashing... --
Claudio Miranda ___________________________________________________________________ http://www.claudius.com.br/blog claudio|em|claudius.com.br http://www.summa-tech.com Summa Technologies do Brasil http://www.soujava.org.br