Hi,
I just installed alfresco-tomcat 1.2 on a fresh Ubuntu installation. I had to change in db_setup localhost to localhost.localdomain to make connection to mysql 4.1
Tomcat is starting but alfresco is not.
I get the message
22:59:17,008 ERROR [org.hibernate.util.JDBCExceptionReporter] Incorrect arguments to mysql_stmt_execute
further down I found
22:59:17,111 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction] Transaction didn't commit
org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: Could not execute JDBC batch update; uncategorized SQLException for SQL [insert into node_status (change_txn_id, deleted, protocol, ident$
java.sql.BatchUpdateException: Incorrect arguments to mysql_stmt_execute
It badly copied but the values to be inserted are (?,?,?,?,?)
I think one off those values has to be a zero because the column deleted is a tinyint.
Kind regards
Luc