I'm sure I'm missing something simple, however, I can't find it. I started with the minimal config and I slowly am adding things as I find that I need them (I'm basically cutting-n-pasting from the default configuration's jboss-service.xml into my config and copying over the .jars that are needed). In addition to some other things, I last added the TransactionManagerService and the XidFactory. Now I'm getting an incomplete deployment with the root cause being the XidFactory. However, I can see the XidFactory MBean get created and even JBoss is telling me it is created. So, I'm not sure what this is telling me. The TransactionManagerService is also created.
Can anyone tell from the below error message what I'm actually missing? 13:38:24,998 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | MBeans waiting for other MBeans: | ObjectName: jboss:service=XidFactory | state: CREATED | I Depend On: | Depends On Me: jboss:service=TransactionManager | | ObjectName: jboss:service=TransactionManager | state: CREATED | I Depend On: jboss:service=XidFactory | | Depends On Me: jboss:service=invoker,type=jrmp | jboss:service=invoker,type=local | | ObjectName: jboss:service=invoker,type=jrmp | state: CREATED | I Depend On: jboss:service=TransactionManager | | Depends On Me: jboss.jmx:name=Invoker,protocol=jrmp,service=proxyFactory,type=adaptor | | ObjectName: jboss:service=invoker,type=local | state: CREATED | I Depend On: jboss:service=TransactionManager | | Depends On Me: | ObjectName: jboss.jmx:name=Invoker,protocol=jrmp,service=proxyFactory,type=adaptor | state: CREATED | I Depend On: jboss:service=invoker,type=jrmp | jboss.jmx:name=Invoker,type=adaptor | | Depends On Me: | | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: | ObjectName: jboss:service=XidFactory | state: CREATED | I Depend On: | Depends On Me: jboss:service=TransactionManager View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861984#3861984 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861984 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
