0 Replies Latest reply on Sep 18, 2012 11:39 AM by avneesh

    Services which failed to start: service jboss.naming.context.java.jboss.datasources/datasource

    avneesh

      guys,

       

      Can anyone help to solve this problem.

      I have an application(spring+jbpm+hibernate) to deploy on JBoss AS 7.0 final. but there is an error while deploying.

       

      20:47:17,838 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployment of "jbpm-spring-quickstart.war" was rolled back with failure message 
      {"Failed services" => {"jboss.naming.context.java.jboss.datasources/RI.jboss.deployment.unit.\"jbpm-spring-quickstart.war\".module.jbpm-spring-quickstart.jbpm-spring-quickstart.0" =>
       "org.jboss.msc.service.StartException in service jboss.naming.context.java.jboss.datasources/RI.jboss.deployment.unit.\"jbpm-spring-quickstart.war\".module.jbpm-spring-quickstart.jbpm-spring-quickstart.0: 
      Failed to start service"}}
      20:47:17,839 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) Service status report
        Services which failed to start:
            service jboss.naming.context.java.jboss.datasources/RI.jboss.deployment.unit."jbpm-spring-quickstart.war".module.jbpm-spring-quickstart.jbpm-spring-quickstart.0: org.jboss.msc.service.
      StartException in service jboss.naming.context.java.jboss.datasources/RI.jboss.deployment.unit."jbpm-spring-quickstart.war".module.jbpm-spring-quickstart.jbpm-spring-quickstart.0: Failed to start service
      

       

      My JBoss is bounding datasource

       

      20:46:54,633 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) Bound data source [java:jboss/datasources/RI]
      

       

      But Application doesn't.

      I don't know why this is happening.

       

      Full server logs file is attached.