我下了jivejdon3 RC版,run起来了,但是无法注册新用户,jboss抛出如下信息:
17:00:10,171 WARN [loggerI18N] [com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.disallow] [com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.disallow] Adding multiple last resources is disallowed. Current resource is org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource@3db223
17:00:10,187 ERROR [AccountSSOSql] java.lang.Exception: SQLException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: -53ef7d9d:ae1:46779aa1:3e status: ActionStatus.ABORT_ONLY >); - nested throwable: (org.jboss.resource.JBossResourceException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: -53ef7d9d:ae1:46779aa1:3e status: ActionStatus.ABORT_ONLY >))
17:00:10,187 ERROR [AccountDaoSql] java.lang.Exception: java.lang.Exception: SQLException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: -53ef7d9d:ae1:46779aa1:3e status: ActionStatus.ABORT_ONLY >); - nested throwable: (org.jboss.resource.JBossResourceException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: -53ef7d9d:ae1:46779aa1:3e status: ActionStatus.ABORT_ONLY >))
17:00:10,187 ERROR [AccountServiceImp] createAccount error : java.lang.Exception: java.lang.Exception: java.lang.Exception: SQLException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: -53ef7d9d:ae1:46779aa1:3e status: ActionStatus.ABORT_ONLY >); - nested throwable: (org.jboss.resource.JBossResourceException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: -53ef7d9d:ae1:46779aa1:3e status: ActionStatus.ABORT_ONLY >))
17:00:10,437 ERROR [ModelSaveAction] [JdonFramework] save error!! system.error
从ERROR信息看应该是说注册信息无法添加到数据库中,不能打开多个数据库连接。
请问要如何解决呢?
ps: jivejdon3 RC版的安装文档也有不少bug.