Subject | JBoss 3.0.0 CVS Build |
---|---|
Author | Stephen J. Thompson |
Post date | 2002-02-07T14:51:58Z |
Hello All,
I am not sure if this error should be placed with the JBoss team or here.
Everytime I try to deploy a CMP 2.0 bean with the create table option set to
true I get the following errors.
14:46:17,006 INFO [MainDeployer] Auto deploying:
file:/opt/jboss-3.0.0DR1/deploy/CaSS-Security.jar
14:46:17,010 INFO [MainDeployer] using deployer
org.jboss.ejb.EJBDeployer@5b99f
14:46:17,196 INFO [EJBDeployer] Verifying
file:/opt/jboss-3.0.0DR1/deploy/CaSS-Security.jar
14:46:17,203 INFO [EJBDeployer] Deploying UserBean
14:46:18,130 INFO [EJBDeployer] Deploying GroupBean
14:46:18,133 INFO [EJBDeployer] Deploying SecurityManagerBean
14:46:20,096 INFO [EnterpriseContextCachePolicy] Cache policy scheduler
started
14:46:20,253 INFO [XAConnectionManager] Got a subject: Subject:
Principal: SYSDBA
Private Credential:
javax.resource.spi.security.PasswordCredential@e8000000
14:46:21,373 INFO [XAConnectionManager] Got a subject: Subject:
Principal: SYSDBA
Private Credential:
javax.resource.spi.security.PasswordCredential@e8000000
14:46:21,690 ERROR [EJBDeployer] Could not deploy
file:/opt/jboss-3.0.0DR1/deploy/CaSS-Security.jar
java.lang.IllegalStateException: No transaction.
at
org.jboss.tm.TransactionImpl.delistResource(TransactionImpl.java:101)
at
org.jboss.resource.connectionmanager.BaseConnectionManager$XAListener.connectionClosed(BaseConnectionManager.java:918)
at
org.firebirdsql.jca.FBManagedConnection.notify(FBManagedConnection.java:748)
at
org.firebirdsql.jca.FBManagedConnection.close(FBManagedConnection.java:616)
at org.firebirdsql.jdbc.FBConnection.close(FBConnection.java:416)
at org.jboss.ejb.plugins.cmp.jdbc.JDBCUtil.safeClose(JDBCUtil.java:58)
at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.createTable(JDBCStartCommand.java:165)
at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.execute(JDBCStartCommand.java:80)
at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:329)
at
org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:175)
at org.jboss.ejb.EntityContainer.start(EntityContainer.java:371)
at org.jboss.ejb.Application.start(Application.java:219)
at org.jboss.ejb.EJBDeployer.deploy(EJBDeployer.java:429)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:391)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:360)
at org.jboss.deployment.MainDeployer.scan(MainDeployer.java:258)
at org.jboss.deployment.MainDeployer.run(MainDeployer.java:242)
at java.lang.Thread.run(Thread.java:484)
14:46:21,702 INFO [XAConnectionManager] Got a subject: Subject:
Principal: SYSDBA
Private Credential:
javax.resource.spi.security.PasswordCredential@e8000000
14:46:22,072 INFO [XAConnectionManager] Got a subject: Subject:
Principal: SYSDBA
Private Credential:
javax.resource.spi.security.PasswordCredential@e8000000
14:46:22,120 ERROR [MainDeployer] Couldn't deploy URL
file:/opt/jboss-3.0.0DR1/deploy/CaSS-Security.jar
org.jboss.deployment.DeploymentException: Could not deploy
file:/opt/jboss-3.0.0DR1/deploy/CaSS-Security.jar, Cause:
java.lang.IllegalStateEx
ception: No transaction.
at org.jboss.ejb.EJBDeployer.deploy(EJBDeployer.java:445)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:391)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:360)
at org.jboss.deployment.MainDeployer.scan(MainDeployer.java:258)
at org.jboss.deployment.MainDeployer.run(MainDeployer.java:242)
at java.lang.Thread.run(Thread.java:484)
Any suggestions welcome.
Regards,
Stephen.
I am not sure if this error should be placed with the JBoss team or here.
Everytime I try to deploy a CMP 2.0 bean with the create table option set to
true I get the following errors.
14:46:17,006 INFO [MainDeployer] Auto deploying:
file:/opt/jboss-3.0.0DR1/deploy/CaSS-Security.jar
14:46:17,010 INFO [MainDeployer] using deployer
org.jboss.ejb.EJBDeployer@5b99f
14:46:17,196 INFO [EJBDeployer] Verifying
file:/opt/jboss-3.0.0DR1/deploy/CaSS-Security.jar
14:46:17,203 INFO [EJBDeployer] Deploying UserBean
14:46:18,130 INFO [EJBDeployer] Deploying GroupBean
14:46:18,133 INFO [EJBDeployer] Deploying SecurityManagerBean
14:46:20,096 INFO [EnterpriseContextCachePolicy] Cache policy scheduler
started
14:46:20,253 INFO [XAConnectionManager] Got a subject: Subject:
Principal: SYSDBA
Private Credential:
javax.resource.spi.security.PasswordCredential@e8000000
14:46:21,373 INFO [XAConnectionManager] Got a subject: Subject:
Principal: SYSDBA
Private Credential:
javax.resource.spi.security.PasswordCredential@e8000000
14:46:21,690 ERROR [EJBDeployer] Could not deploy
file:/opt/jboss-3.0.0DR1/deploy/CaSS-Security.jar
java.lang.IllegalStateException: No transaction.
at
org.jboss.tm.TransactionImpl.delistResource(TransactionImpl.java:101)
at
org.jboss.resource.connectionmanager.BaseConnectionManager$XAListener.connectionClosed(BaseConnectionManager.java:918)
at
org.firebirdsql.jca.FBManagedConnection.notify(FBManagedConnection.java:748)
at
org.firebirdsql.jca.FBManagedConnection.close(FBManagedConnection.java:616)
at org.firebirdsql.jdbc.FBConnection.close(FBConnection.java:416)
at org.jboss.ejb.plugins.cmp.jdbc.JDBCUtil.safeClose(JDBCUtil.java:58)
at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.createTable(JDBCStartCommand.java:165)
at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.execute(JDBCStartCommand.java:80)
at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:329)
at
org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:175)
at org.jboss.ejb.EntityContainer.start(EntityContainer.java:371)
at org.jboss.ejb.Application.start(Application.java:219)
at org.jboss.ejb.EJBDeployer.deploy(EJBDeployer.java:429)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:391)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:360)
at org.jboss.deployment.MainDeployer.scan(MainDeployer.java:258)
at org.jboss.deployment.MainDeployer.run(MainDeployer.java:242)
at java.lang.Thread.run(Thread.java:484)
14:46:21,702 INFO [XAConnectionManager] Got a subject: Subject:
Principal: SYSDBA
Private Credential:
javax.resource.spi.security.PasswordCredential@e8000000
14:46:22,072 INFO [XAConnectionManager] Got a subject: Subject:
Principal: SYSDBA
Private Credential:
javax.resource.spi.security.PasswordCredential@e8000000
14:46:22,120 ERROR [MainDeployer] Couldn't deploy URL
file:/opt/jboss-3.0.0DR1/deploy/CaSS-Security.jar
org.jboss.deployment.DeploymentException: Could not deploy
file:/opt/jboss-3.0.0DR1/deploy/CaSS-Security.jar, Cause:
java.lang.IllegalStateEx
ception: No transaction.
at org.jboss.ejb.EJBDeployer.deploy(EJBDeployer.java:445)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:391)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:360)
at org.jboss.deployment.MainDeployer.scan(MainDeployer.java:258)
at org.jboss.deployment.MainDeployer.run(MainDeployer.java:242)
at java.lang.Thread.run(Thread.java:484)
Any suggestions welcome.
Regards,
Stephen.