1 Reply Latest reply on Jan 10, 2005 4:55 PM by dtauzell

    ManagedConnectionFactory is null

    hamtan

      Hi

      I am using jboss-3.2.3 on unix and have some problems in production with datasources. Everytime a database is restarted or i change something in a datasource, i have to restart also my JBoss nodes too.

      I get following error:

      Caused by: javax.resource.ResourceException: You are trying to use a connection
      factory that has been shut down: ManagedConnectionFactory is null.

      I tried to stop, destroy, create and start new ManagedConnectionFactories by JMX console, but it didn't work. Any Ideas?

      Thanks,
      Hamid

        • 1. Re: ManagedConnectionFactory is null

          I see this occasionally under 3.2.6. Looking in my server.log I see:

          ERROR [org.jboss.resource.connectionmanager.TxConnectionManager] Starting failed
          jboss.jca:service=LocalTxCM,name=DefaultDS
          java.lang.ClassCastException: org.jboss.resource.connectionmanager.CachedConnectionManager


          I'm considering disabling the CachedConnectionManager.