2 Replies Latest reply on Mar 3, 2006 3:30 AM by mathias

    jboss4.0.4 "transactionmanager not bound"

    mathias

      Hello,

      I have just run the 4.0.4RC1 installer on my Fedora server. It installs and starts, but in the startupscript i get a very strange error:

      [EJBTimerServiceImpl] Cannot obtain TransactionManager from JNDI, using TxManager.getInstance(): javax.naming.NameNotFoundException: TransactionManager not bound

      Why is this? Anybody have any input?

      Thanks in advance.


        • 1. Re: jboss4.0.4

          Unless you need to access the TransactionManager via JNDI this should be no problem. AFAIK you can safely ignore this message.

          • 2. Re: jboss4.0.4
            mathias

            Instinct, thanks for that. I did get some weird errors when trying to set up my connectionpool that worked fine in jboss3.x, but I'll continue investigating.

            Question still stands tho, i mean the warning must pop up for a reason? Sure nothing in Jboss will try and access it through there?