1 Reply Latest reply on Jan 19, 2006 9:14 AM by adrian.brock

    waiting for deployer

    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

        • 1. Re: waiting for deployer

          Like it says, you don't have the deployer.
          In this case, you probably deleted jbossjca-service.xml

          If that is not the case then you need to show the original error
          not this summary.