2 Replies Latest reply on Feb 19, 2016 4:35 AM by mchoma

    Getting an error with deployment of spring project on wildfly 8

    bikash9in

      Hi,

       

      I am getting an error with deployment of spring project on wildfly 8. Below is the console.log output which i am not ablt to understand how i can fix it. On the same wildfly two more instances are running well with same war deployment.  Any friend can help to fix this.

       

      [Server:server-four] 06:20:42,464 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "SampleSpring.war" (runtime-name: "SampleSpring.war")

      [Server:server-four] 06:20:44,702 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 69) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "SampleSpring.war")]) - failure description: {"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {

      [Server:server-four]     "Services that were unable to start:" => ["jboss.deployment.unit.\"SampleSpring.war\".INSTALL"],

      [Server:server-four]     "Services that may be the cause:" => [

      [Server:server-four]         "jboss.http-upgrade-registry.default",

      [Server:server-four]         "jboss.remoting.remotingConnectorInfoService.http-remoting-connector"

      [Server:server-four]     ]

      [Server:server-four] }}

      [Server:server-four] 06:20:44,706 ERROR [org.jboss.as.server] (ServerService Thread Pool -- 69) JBAS015870: Deploy of deployment "SampleSpring.war" was rolled back with the following failure message:

      [Server:server-four] {"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {

      [Server:server-four]     "Services that were unable to start:" => ["jboss.deployment.unit.\"SampleSpring.war\".INSTALL"],

      [Server:server-four]     "Services that may be the cause:" => [

      [Server:server-four]         "jboss.http-upgrade-registry.default",

      [Server:server-four]         "jboss.remoting.remotingConnectorInfoService.http-remoting-connector"

      [Server:server-four]     ]

      [Server:server-four] }}

      [Server:server-four] 06:20:44,765 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.1.0.Final

      [Server:server-four] 06:20:44,910 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment SampleSpring.war (runtime-name: SampleSpring.war) in 203ms

      [Server:server-four] 06:20:44,911 INFO  [org.jboss.as.controller] (ServerService Thread Pool -- 69) JBAS014774: Service status report

      [Server:server-four] JBAS014775:    New missing/unsatisfied dependencies:

      [Server:server-four]       service jboss.naming.context.java.app.SampleSpring (missing) dependents: [service jboss.deployment.unit."SampleSpring.war".INSTALL]

      [Server:server-four]       service jboss.naming.context.java.module.SampleSpring.SampleSpring (missing) dependents: [service jboss.deployment.unit."SampleSpring.war".INSTALL]

      [Server:server-four] JBAS014777:   Services which failed to start:      service jboss.jacorb.poa-service.rootpoa: org.jboss.msc.service.StartException in service jboss.jacorb.poa-service.rootpoa: JBAS016490: Failed to resolve initial reference RootPOA

      [Server:server-four]       service jboss.undertow.listener.https: org.jboss.msc.service.StartException in service jboss.undertow.listener.https: Could not start http listener

      [Server:server-four]       service jboss.undertow.listener.default: org.jboss.msc.service.StartException in service jboss.undertow.listener.default: Could not start http listener

      [Server:server-four]