4 Replies Latest reply on Oct 18, 2002 9:36 AM by rgjawanda

    Oracle Data Source Error on 3.0.3

    kgwhit

      I have an oralce data source definition that works just fine in JBoss 3.0.0, but when I try to put it in to the JBoss 3.0.2 or 3.0.3 deployment directory, I am getting the error:

      10:45:08,712 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompl
      eteDeployments()'
      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=LocalTxCM,name=SlicDS
      state: CONFIGURED
      I Depend On: jboss.jca:service=LocalTxDS,name=SlicDS
      jboss.jca:service=LocalTxPool,name=SlicDS
      jboss.jca:service=CachedConnectionManager
      jboss.security:name=JaasSecurityManager
      jboss.jca:service=RARDeployer

      Depends On Me: ]
      10:45:08,923 INFO [URLDeploymentScanner] Started
      10:45:08,923 INFO [MainDeployer] Deployed package: file:/C:/JavaTools/jboss303/server/all/conf/jbos
      s-service.xml
      10:45:08,953 INFO [Server] JBoss (MX MicroKernel) [3.0.3 Date:200209301503] Started in 0m:28s:461ms

      Steps taken are:

      Copy Oracles jdbc drivers to the server/default/lib directory and place the oracle-service.xml in to the default/deploy directory. Following the same steps with a fresh 3.0.0 installation works just fine.

      Any ideas?