4 Replies Latest reply on Apr 25, 2003 11:22 PM by davidjencks

    Firebird Configuration issues

    farmboy

      I'm having trouble configuring Firebird in Jboss. using the provided example, I configured for my db but I still have this error.

      1:18:56,991 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss.jca:service=XaTxCM,name=FirebirdDS
      state: CONFIGURED
      I Depend On: jboss.jca:service=XaTxDS,name=FirebirdDS
      jboss.jca:service=XaTxPool,name=FirebirdDS
      jboss.jca:service=CachedConnectionManager
      jboss.security:service=JaasSecurityManager
      jboss.jca:service=RARDeployer

      Depends On Me: , ObjectName: jboss.jca:service=XaTxDS,name=FirebirdDS
      state: CONFIGURED
      I Depend On: jboss.jca:service=RARDeployment,name=Firebird Database Connector

      Depends On Me: jboss.jca:service=XaTxCM,name=FirebirdDS
      ]

      Any ideas?

        • 1. Re: Firebird Configuration issues
          farmboy

          In an attempt to do something. I downloaded jboss3.2. The *-ds.xml files sure seem easier to work with :)

          Even with this more simplified configuration, I get the same message. Here it is:

          22:11:51,596 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
          Cause: Incomplete Deployment listing:
          Packages waiting for a deployer:

          Incompletely deployed packages:

          MBeans waiting for classes:

          MBeans waiting for other MBeans:
          [ObjectName: jboss.jca:service=TxCM,name=FirebirdDS
          state: CONFIGURED
          I Depend On: jboss.jca:service=ManagedConnectionPool,name=FirebirdDS
          jboss.jca:service=CachedConnectionManager
          jboss:service=TransactionManager

          Depends On Me: , ObjectName: jboss.jca:service=ManagedConnectionPool,name=FirebirdDS
          state: CONFIGURED
          I Depend On: jboss.jca:service=ManagedConnectionFactory,name=FirebirdDS

          Depends On Me: jboss.jca:service=TxCM,name=FirebirdDS
          , ObjectName: jboss.jca:service=ManagedConnectionFactory,name=FirebirdDS
          state: CONFIGURED
          I Depend On: jboss.jca:service=RARDeployment,name=Firebird Database Connector

          Depends On Me: jboss.jca:service=ManagedConnectionPool,name=FirebirdDS
          ]

          • 2. Re: Firebird Configuration issues
            davidjencks

            Are you sure the firebirdsql.rar file is properly deployed without errors? Make sure it is deployed before the firebird-ds.xml file.

            • 3. Re: Firebird Configuration issues
              drcharris

              I had this problem too. If you are using the newer firebird-ds.xml (the one that uses tx-connection-factory instead of xa-datasource in the xml) then your connectin manager will have an objectname of

              jboss.jca:service=TxCM,name=FirebirdDS

              instead of

              jboss.jca:service=XaTxCM,name=FirebirdDS

              which is why your dependency isn't working.

              • 4. Re: Firebird Configuration issues
                davidjencks

                The references in his log excerpt are all to the new TxCM name. The only missing non-default mbean/object name is the one for the deployed resource adapter, which is why I asked if it was deployed correctly.