2 Replies Latest reply on Apr 15, 2007 8:56 PM by gus888

    Need help on deploying seam-mail example!

    gus888

      Hi there,

      I tried to deploy the mail example of Seam-CVS20070414 into JBoss4.0.5GA, but I always got the following exceptions. Any guidance will be very appreciative. Thank you very much in advance.

      org.jboss.deployment.DeploymentException: url file:/D:/Servers/jboss-4.0.5.GA/server/default/deploy/jbossws.sar/activation.jar could not be opened, does it exist?
       at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:214)
       at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137)
       at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884)
      ....
      
      org.jboss.deployment.DeploymentException: url file:/D:/Servers/jboss-4.0.5.GA/server/default/deploy/jbossws.sar/jsr173_1.0_api.jar could not be opened, does it exist?
       at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:214)
       at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137)
      ....
      
      org.jboss.deployment.DeploymentException: url file:/D:/Servers/jboss-4.0.5.GA/server/default/deploy/jbossws.sar/jaxb1-impl.jar could not be opened, does it exist?
       at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:214)
       at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137)
      ....
      
      2007-04-15 18:38:41,203 DEBUG [org.jboss.cache.TreeCache] failed looking up TransactionManager, will not use transactions
      javax.naming.NameNotFoundException: TransactionManager not bound
       at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
       at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
       at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
      ....
      
      2007-04-15 18:38:55,406 DEBUG [org.jboss.system.ServiceController] starting service meldware.mail:type=MailServices,name=UserEditor
      2007-04-15 18:38:55,484 WARN [org.buni.meldware.mail.usereditor.db.DBUserEditorImpl] could not create user or role table
      2007-04-15 18:38:55,484 ERROR [STDERR] java.lang.RuntimeException: java.sql.SQLException: Table already exists: MAIL_USERS in statement [CREATE TABLE MAIL_USERS]
      2007-04-15 18:38:55,484 ERROR [STDERR] at org.buni.meldware.mail.usereditor.db.DBUserEditorImpl.executeStatement(DBUserEditorImpl.java:189)
      2007-04-15 18:38:55,484 ERROR [STDERR] at org.buni.meldware.mail.usereditor.db.DBUserEditorImpl.start(DBUserEditorImpl.java:156)
      2007-04-15 18:38:55,484 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      ....
      
      2007-04-15 18:38:55,593 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)
       at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:251)
       at org.jboss.mq.pm.jdbc2.PersistenceManager.createSchema(PersistenceManager.java:277)
       at org.jboss.mq.pm.jdbc2.PersistenceManager.startService(PersistenceManager.java:1796)
      ....
      
      2007-04-15 18:38:55,593 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)
       at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:251)
       at org.jboss.mq.pm.jdbc2.PersistenceManager.createSchema(PersistenceManager.java:352)
       at org.jboss.mq.pm.jdbc2.PersistenceManager.startService(PersistenceManager.java:1796)
      ...