From: mikezzz <nu...@jb...> - 2005-05-05 08:17:01
|
Have you upgraded from M2 to HEAD? If so you will need to remove the JBoss Mail database tables. The default configuration from HEAD will use JBoss's internal HSQL database. If it is a non-production machine the simpliest way is to shutdown JBoss and delete the $JBOSS_HOME/server/default/data directory, then restart. I.e. the DB schema has changed from M2 to HEAD and the tables need to be rebuilt. That is why you are seeing the exceptions in the log file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876565#3876565 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876565 |