[jboss-user] [JBoss Getting Started Documentation] - [URLDeploymentScanner] Incomplete Deployment listing INIT_WA

bpavankumar do-not-reply at jboss.com
Thu Dec 21 15:51:27 EST 2006


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 at 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 at 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

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995715#3995715

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995715



More information about the jboss-user mailing list