0 Replies Latest reply on Jan 10, 2006 10:18 PM by manojkar

    waiting for a deployer error in jboss 403

    manojkar

      hi,
      im getting the foll error when deeploying a jdbc datasource. im using a daffodils database. i hv put the jar file in the lib. also, im attaching the contents of the datasource xml file..

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


      <local-tx-datasource>
      <jndi-name>ContactDB</jndi-name>
      <connection-url>jdbc:daffodilDB_embedded:DAFFODIL</connection-url>
      <driver-class>in.co.daffodil.db.jdbc.DaffodilDBDriver</driver-class>
      <user-name>contact</user-name>
      DAFFODIL
      </local-tx-datasource>




      error while deploying is :

      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@2845d111 { url=file:/C:/Program Files/jboss-
      4.0.3SP1/server/default/deploy/contact-ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/contact-ds.
      xml
      altDD: null
      lastDeployed: 1136947595383
      lastModified: 1136947595383
      mbeans:

      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@2845d111 { url=file:/C:/Program Files/jboss-
      4.0.3SP1/server/default/deploy/contact-ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/contact-ds.
      xml
      altDD: null
      lastDeployed: 1136947595383
      lastModified: 1136947595383
      mbeans:

      can any one pls tell me the reason of this problem and the solution for the same

      -Manoj