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...
--
Michael Reinsch <mr(a)uue.org>
http://mr.uue.org/
------------------------------------------------------------------------