Hello,

I got the following exceptions :

  | DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could not create table 
with SQL: CREATE CACHED TABLE JMS_MESSAGES ( MESSAGEID INTEGER NOT NULL, 
DESTINATION VARCHAR(255) NOT NULL, TXID INTEGER, TXOP CHAR(1), MESSAGEBLOB 
OBJECT, PRIMARY KEY (MESSAGEID, DESTINATION) )
  | java.sql.SQLException: Table already exists: JMS_MESSAGES in statement 
[CREATE CACHED TABLE JMS_MESSAGES]
  |     at org.hsqldb.jdbc.Util.throwError(Unknown Source)
  |     at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)

and

DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could not create table with 
SQL: CREATE CACHED TABLE JMS_TRANSACTIONS ( TXID INTEGER, PRIMARY KEY (TXID) )
  | java.sql.SQLException: Table already exists: JMS_TRANSACTIONS in statement 
[CREATE CACHED TABLE JMS_TRANSACTIONS]
  |     at org.hsqldb.jdbc.Util.throwError(Unknown Source)
  |     at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)

I have not specified any database so could you explain me where this database 
is created  and how I can solve those exceptions please ?

It seems JBoss use an Hypersonic database by default but how can I avoid these 
exceptions.

Thanks in advance
Christophe

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to