[jboss-user] [JBoss Messaging] - Re: Error: Did not load correct number of messages

timfox do-not-reply at jboss.com
Thu Jul 5 17:28:23 EDT 2007


Are you sure you are using InnoDB storage?

I believe this program occurs when using non transactional MyISAM storage with MySQL, although I am not 100%

Basically two rows are written into different tables in a transaction, and the server fails mid way and ends up with one row being written but not the other.

This is a good link I found for checking the config is setup correctly: http://www.brennan.id.au/17-MySQL_Server.html - I believe that unless you have updated the default, it will be using MyISAM.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061047#4061047

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061047



More information about the jboss-user mailing list