1 Reply Latest reply on Dec 9, 2004 8:31 AM by liooil

    MBeanException deploying a data source

    liooil

      Hello world,

      I'm trying to deploy a data source with jboss3.2.2, in the following
      fashion ( droping this file in this dirctory : [$JBOSS_HOME]\jboss-3.2.2/server/default/deploy/ ).

      <!-- ===================================================================== -->
      <!-- -->
      <!-- JBoss Server Configuration -->
      <!-- -->
      <!-- ===================================================================== -->


      <local-tx-datasource>
      <jndi-name>refce_ds</jndi-name>
      <connection-url>
      jdbc:oracle:thin:@10.238.22.64:1529:PEPIN
      </connection-url>
      <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
      <user-name>REFCE_MNGR</user-name>
      REFCE_MNGR
      <blocking-timeout-millis>30000</blocking-timeout-millis>
      <idle-timeout-minutes>2</idle-timeout-minutes>
      <min-pool-size>1</min-pool-size>
      <max-pool-size>5</max-pool-size>
      </local-tx-datasource>



      And this what jboss says :

      10:45:49,843 INFO [MainDeployer] Starting deployment of package: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      10:45:49,875 INFO [MainDeployer] deployment waiting for deployer: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      10:45:49,875 INFO [MainDeployer] Deployment of package: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml is waiting for an appropriate deployer.
      10:45:49,875 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:
      [org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      lastDeployed: 1102584775875
      lastModified: 1102584775859
      mbeans:
      , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      lastDeployed: 1102585099703
      lastModified: 1102585099703
      mbeans:
      , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      lastDeployed: 1102585114812
      lastModified: 1102585114796
      mbeans:
      , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      lastDeployed: 1102585377843
      lastModified: 1102585377828
      mbeans:
      , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      lastDeployed: 1102585549875
      lastModified: 1102585549875
      mbeans:
      ]Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      lastDeployed: 1102584775875
      lastModified: 1102584775859
      mbeans:
      , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      lastDeployed: 1102585099703
      lastModified: 1102585099703
      mbeans:
      , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      lastDeployed: 1102585114812
      lastModified: 1102585114796
      mbeans:
      , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      lastDeployed: 1102585377843
      lastModified: 1102585377828
      mbeans:
      , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
      lastDeployed: 1102585549875
      lastModified: 1102585549875
      mbeans:
      ]MBeans waiting for classes:

      MBeans waiting for other MBeans:


      ???

      Any expert here for a little help ?

      thx,


      liooil

        • 1. MBeanException deploying a data source
          liooil

          Hello world,

          I'm trying to deploy a data source with jboss3.2.2, in the following
          fashion ( droping this file in this dirctory : [$JBOSS_HOME]\jboss-3.2.2/server/default/deploy/ ).

          <!-- ===================================================================== -->
          <!-- -->
          <!-- JBoss Server Configuration -->
          <!-- -->
          <!-- ===================================================================== -->


          <local-tx-datasource>
          <jndi-name>refce_ds</jndi-name>
          <connection-url>
          jdbc:oracle:thin:@10.238.22.64:1529:PEPIN
          </connection-url>
          <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
          <user-name>REFCE_MNGR</user-name>
          REFCE_MNGR
          <blocking-timeout-millis>30000</blocking-timeout-millis>
          <idle-timeout-minutes>2</idle-timeout-minutes>
          <min-pool-size>1</min-pool-size>
          <max-pool-size>5</max-pool-size>
          </local-tx-datasource>



          And this what jboss says :

          10:45:49,843 INFO [MainDeployer] Starting deployment of package: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          10:45:49,875 INFO [MainDeployer] deployment waiting for deployer: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          10:45:49,875 INFO [MainDeployer] Deployment of package: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml is waiting for an appropriate deployer.
          10:45:49,875 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
          Cause: Incomplete Deployment listing:
          Packages waiting for a deployer:
          [org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
          deployer: null
          status: null
          state: INIT_WAITING_DEPLOYER
          watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          lastDeployed: 1102584775875
          lastModified: 1102584775859
          mbeans:
          , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
          deployer: null
          status: null
          state: INIT_WAITING_DEPLOYER
          watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          lastDeployed: 1102585099703
          lastModified: 1102585099703
          mbeans:
          , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
          deployer: null
          status: null
          state: INIT_WAITING_DEPLOYER
          watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          lastDeployed: 1102585114812
          lastModified: 1102585114796
          mbeans:
          , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
          deployer: null
          status: null
          state: INIT_WAITING_DEPLOYER
          watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          lastDeployed: 1102585377843
          lastModified: 1102585377828
          mbeans:
          , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
          deployer: null
          status: null
          state: INIT_WAITING_DEPLOYER
          watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          lastDeployed: 1102585549875
          lastModified: 1102585549875
          mbeans:
          ]Incompletely deployed packages:
          [org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
          deployer: null
          status: null
          state: INIT_WAITING_DEPLOYER
          watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          lastDeployed: 1102584775875
          lastModified: 1102584775859
          mbeans:
          , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
          deployer: null
          status: null
          state: INIT_WAITING_DEPLOYER
          watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          lastDeployed: 1102585099703
          lastModified: 1102585099703
          mbeans:
          , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
          deployer: null
          status: null
          state: INIT_WAITING_DEPLOYER
          watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          lastDeployed: 1102585114812
          lastModified: 1102585114796
          mbeans:
          , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
          deployer: null
          status: null
          state: INIT_WAITING_DEPLOYER
          watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          lastDeployed: 1102585377843
          lastModified: 1102585377828
          mbeans:
          , org.jboss.deployment.DeploymentInfo@c5dae629 { url=file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml }
          deployer: null
          status: null
          state: INIT_WAITING_DEPLOYER
          watch: file:/D:/lionel/sw/jboss-3.2.2/server/default/deploy/refce_oracle_ds.xml
          lastDeployed: 1102585549875
          lastModified: 1102585549875
          mbeans:
          ]MBeans waiting for classes:

          MBeans waiting for other MBeans:


          ???

          Any expert here for a little help ?

          thx,


          liooil