[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Noise at undeployment

adrian@jboss.org do-not-reply at jboss.com
Wed Apr 16 05:58:28 EDT 2008


I can't even get JBoss trunk to boot


  | 11:45:19,882 ERROR [ExceptionUtil] ServerPeer[0] startService
  | java.sql.SQLException: Table not found in statement [SELECT CNTR, ID FROM JBM_ID_CACHE WHERE NODE_ID = ?]
  |         at org.hsqldb.jdbc.Util.throwError(Unknown Source)
  |         at org.hsqldb.jdbc.jdbcPreparedStatement.<init>(Unknown Source)
  |         at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)
  |         at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.doPrepareStatement(BaseWrapperManagedConnection.java:454)
  | 

with original cause being


  | 2008-04-16 11:45:19,816 DEBUG [org.jboss.messaging.core.impl.JDBCSupport] (main) Failed to execute: CREATE TABLE JBM_ID_CACHE (NODE_ID INTEGER, CNTR INTEGER, JBM_ID VA
  | RCHAR(255), PRIMARY KEY(NODEID, CNTR))
  | java.sql.SQLException: Column not found: NODEID in statement [CREATE TABLE JBM_ID_CACHE (NODE_ID INTEGER, CNTR INTEGER, JBM_ID VARCHAR(255), PRIMARY KEY(NODEID, CNTR)]
  |         at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
  | 
  |   | 
  |   | NODEID != NODE_ID :-)

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

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



More information about the jboss-dev-forums mailing list