2 Replies Latest reply on Dec 22, 2006 2:02 AM by bpavankumar

    [URLDeploymentScanner] Incomplete Deployment listing INIT_WA

    bpavankumar

      I have a datasource.xml will following:

      <?xml version="1.0" encoding="UTF-8"?>

      <local-tx-datasource>
      <jndi-name>jdbc/DataSource</jndi-name>
      <connection-url>jdbc:oracle:thin:@ipaddress:port:databsename</connection-url>
      <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
      <user-name>user-name</user-name>
      password
      <min-pool-size>1</min-pool-size>
      <max-pool-size>5</max-pool-size>
      <idle-timeout-minutes>0</idle-timeout-minutes>
      <track-statements/>
      </local-tx-datasource>


      And i copied this file under \jboss-4.0.5.GA\server\default\deploy

      Then am getting following error:
      ERROR [URLDeploymentScanner] Incomplete Deployment listing:

      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@b6a2db44 { url=file:/D:/jboss-4.0.5.GA/server/default/deploy/datasource.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/jboss-4.0.5.GA/server/default/deploy/datasource.xml
      altDD: null
      lastDeployed: 1166729153577
      lastModified: 1166729153577
      mbeans:

      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@b6a2db44 { url=file:/D:/jboss-4.0.5.GA/server/default/deploy/datasource.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/jboss-4.0.5.GA/server/default/deploy/datasource.xml
      altDD: null
      lastDeployed: 1166729153577
      lastModified: 1166729153577
      mbeans:

      Any help ASAP will be appreciated.

      Thanks