[jboss-dev] What is supposed to configure the JBM_ID_CACHE in the all config?
Scott Stark
sstark at redhat.com
Tue Jun 3 12:52:31 EDT 2008
The messaging layer is reporting errors during startup of the jbossas
trunk all config. I don't see a config file that defines the
JBM_ID_CACHE table in any of the all config files. What is supposed to
do this?
[578][valkyrie: bin]$ grep -r JBM_ID_CACHE ../server/all/
../server/all/log/server.log:2008-06-03 09:47:26,876 DEBUG
[org.jboss.messaging.core.impl.JDBCSupport] (main) Failed to execute:
CREATE TABLE JBM_ID_CACHE (NODE_ID INTEGER, CNTR INTEGER, JBM_ID
VARCHAR(255), PRIMARY KEY(NODEID, CNTR))
../server/all/log/server.log: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)]
../server/all/log/server.log:java.sql.SQLException: Table not found in
statement [SELECT CNTR, ID FROM JBM_ID_CACHE WHERE NODE_ID = ?]
../server/all/log/server.log:java.sql.SQLException: Table not found in
statement [SELECT CNTR, ID FROM JBM_ID_CACHE WHERE NODE_ID = ?]
../server/all/log/server.log:java.sql.SQLException: Table not found in
statement [SELECT CNTR, ID FROM JBM_ID_CACHE WHERE NODE_ID = ?]
../server/all/log/server.log:jboss.messaging:service=ServerPeer ->
**ERROR** | java.sql.SQLException: Table not found in statement [SELECT
CNTR, ID FROM JBM_ID_CACHE WHERE NODE_ID = ?]
More information about the jboss-development
mailing list