1 Reply Latest reply on Aug 26, 2004 5:43 PM by adrian.brock

    what does NOTYETINSTALLED mean when i config jca?

    jackleeok

      I got such exception when i tried to config my jca examples on jboss4.0 RC1.

      16:41:03,359 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      MBeans waiting for other MBeans:
      ObjectName: jboss.jca:service=NoTxCM,name=NoTransFS
      state: CONFIGURED
      I Depend On: jboss.jca:service=ManagedConnectionPool,name=NoTransFS
      jboss.jca:service=CachedConnectionManager

      Depends On Me: jboss.jca:service=ConnectionFactoryBinding,name=NoTransFS

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

      Depends On Me: jboss.jca:service=NoTxCM,name=NoTransFS

      ObjectName: jboss.jca:service=ManagedConnectionFactory,name=NoTransFS
      state: CONFIGURED
      I Depend On: jboss.jca:service=RARDeployment,name='FSA'

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

      ObjectName: jboss.jca:service=ConnectionFactoryBinding,name=NoTransFS
      state: CONFIGURED
      I Depend On: jboss.jca:service=NoTxCM,name=NoTransFS

      Depends On Me:

      MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
      ObjectName: jboss.jca:service=RARDeployment,name='FSA'
      state: NOTYETINSTALLED
      I Depend On:
      Depends On Me: jboss.jca:service=ManagedConnectionFactory,name=NoTransFS

      I have no idea why it says not yet installed. what am i supposed to install.
      I have already put my FSA.rar and fsa.xml under the deploy directory.

      Can anybody shed some light on this?

      Thanks in advance.