5 Replies Latest reply on Apr 17, 2012 10:31 AM by gpepper

    Error deploying PostgreSQL jdbc driver

    kc7bfi

      I am unsing jboss 7.1 Final. I am trying to deploy the PostgreSQL JDBC driver. However, I am getting the following error

      11:27:21,215 INFO  [org.jboss.as.server] (host-controller-connection-threads - 9) JBAS015870: Deploy of deployment "postgresql-9.1-901.jdbc4.jar" was rolled back with failure message {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"postgresql-9.1-901.jdbc4.jar\"jboss.deployment.chainsMissing[jboss.deployment.unit.\"postgresql-9.1-901.jdbc4.jar\"jboss.deployment.chains]"]}

      11:27:21,215 INFO  [org.jboss.as.controller] (host-controller-connection-threads - 9) JBAS014774: Service status report

      JBAS014775:    New missing/unsatisfied dependencies:

            service jboss.deployment.chains (missing) dependents: [service jboss.deployment.unit."postgresql-9.1-901.jdbc4.jar"]

      This previously worked with 7.1-rc1. Any ideas what may be going wrong? David

        • 1. Re: Error deploying PostgreSQL jdbc driver
          kc7bfi

          It works fine in standalone mode but fails when deploying on a domain. David

          • 2. Re: Error deploying PostgreSQL jdbc driver
            jaikiran

            How are you deploying it in domain mode?

            • 3. Re: Error deploying PostgreSQL jdbc driver
              kc7bfi

              My mistake, my host.xml file was from RC1b and I was using it in 7.1.0.Final

              • 4. Re: Error deploying PostgreSQL jdbc driver
                diegossilveira

                Hello David / Jaikiran,

                 

                I'm facing the same problem and my host.xml is from 7.1.0.Final:

                 

                1) JBAS014900: Content added at location /opt/jboss/domain/data/content/47/15f674ec8232c548c93b587a8377882bde5c6a/content

                [Server:pd-master-vserver01] 17:33:14,732 INFO  [org.jboss.as.server] (host-controller-connection-threads - 2) JBAS015870: Deploy of deployment "pd-ear-1.0.2-SNAPSHOT.ear" was rolled back with failure message {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"pd-ear-1.0.2-SNAPSHOT.ear\"jboss.deployment.chainsMissing[jboss.deployment.unit.\"pd-ear-1.0.2-SNAPSHOT.ear\"jboss.deployment.chains]"]}

                [Server:pd-master-vserver01] 17:33:14,734 INFO  [org.jboss.as.controller] (host-controller-connection-threads - 2) JBAS014774: Service status report

                [Server:pd-master-vserver01] JBAS014775:    New missing/unsatisfied dependencies:

                [Server:pd-master-vserver01]       service jboss.deployment.chains (missing) dependents: [service jboss.deployment.unit."pd-ear-1.0.2-SNAPSHOT.ear"]

                [Server:pd-master-vserver01]

                [Server:pd-master-vserver01] 17:33:14,742 INFO  [org.jboss.as.controller] (MSC service thread 1-1) JBAS014774: Service status report

                [Server:pd-master-vserver01] JBAS014776:    Newly corrected services:

                [Server:pd-master-vserver01]       service jboss.deployment.chains (new available)

                [Server:pd-master-vserver01]

                 

                I'm deploying from the management console.

                 

                Any idea?

                 

                Thank you in advance!

                • 5. Re: Error deploying PostgreSQL jdbc driver
                  gpepper

                  I am facing the same problem. And due to this, the deployment of my apps all failed.

                   

                  Any guess?

                   

                  Thank you very much,

                  gp