On 11/15/05, Ludovic Dubost <ludovic@pobox.com> wrote:
Hi
The actual error in the exception log is:
java.sql.BatchUpdateException: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
at com.mysql.jdbc.ServerPreparedStatement.executeBatch(
Apparently there is an illegal setup in MySQL. You should tweak your
mysql collation settings.
I've never seen such an error before.