server.log文件中的错误: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]
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]
Watching new file: file:/D:/Program Files/jboss-4.0.4.GA/server/default/deploy/mysql-ds.xml 2008-03-26 20:56:13,812 ERROR [org.jboss.deployment.MainDeployer] Could not initialise deployment: file:/D:/Program Files/jboss-4.0.4.GA/server/default/deploy/mysql-ds.xml org.jboss.deployment.DeploymentException: Could not parse dd; - nested throwable: (org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.)
DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@12de015b{ url=file:/D:/Program Files/jboss-4.0.4.GA/server/default/deploy/mysql-ds.xml, deployedLastModified=0 } org.jboss.deployment.DeploymentException: Could not parse dd; - nested throwable: (org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.)
|
|