[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1056) JBM_MSG_REF table must be created after JBM_MSG

Gabriele Garuglieri (JIRA) jira-events at lists.jboss.org
Fri Aug 24 03:25:20 EDT 2007


JBM_MSG_REF table must be created after JBM_MSG
-----------------------------------------------

                 Key: JBMESSAGING-1056
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1056
             Project: JBoss Messaging
          Issue Type: Bug
          Components: Messaging Core Persistence
    Affects Versions: 1.4.0.CR1
         Environment: Java 1.6.0_02-b06
JBoss 4.2.1.GA
Jbmessaging 1.4.0.CR1
PostgreSQL 8.2.4
            Reporter: Gabriele Garuglieri
         Assigned To: Tim Fox


At the first startup on a clean db the creation of JBM_MSG_REF table fails with error:
org.postgresql.util.PSQLException: ERROR: relation "jbm_msg" does not exist
because it now has a relation with JBM_MSG table that is not yet created.
The situation gets cleaned up after a restart because on the second run it finds JBM_MSG table and is able to proceed with JBM_MSG_REF table creation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list