deploy maven web project on wildfly 10, got below error. have downloaded dependencies, why wildfly still tells me services missing/unavailable dependencies?
15:27:12,811 error [org.jboss.as.controller.management-operation] (controller boot thread) wflyctl0013: operation ("deploy") failed - address: ([("deployment" => "sis.war")]) - failure description: { "wflyctl0180: services missing/unavailable dependencies" => undefined, "wflyctl0288: 1 or more services unable start due 1 or more indirect dependencies not being available." => { "services unable start:" => [ "jboss.deployment.unit.\"sis.war\".cdivalidatorfactoryservice", "jboss.deployment.unit.\"sis.war\".weldstartservice", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.accordionitemtag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.accordionitemtag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.accordiontag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.accordiontag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.anchortag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.anchortag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.autocompletertag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.autocompletertag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.checkboxlisttag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.checkboxlisttag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.datepickertag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.datepickertag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.dialogtag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.dialogtag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.divtag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.divtag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.headtag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.headtag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.progressbartag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.progressbartag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.radiotag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.radiotag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.selecttag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.selecttag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.slidertag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.slidertag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.spinnertag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.spinnertag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.submittag\".start", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.submittag\".weldinstantiator", "jboss.deployment.unit.\"sis.war\".component.\"com.jgeppert.struts2.jquery.views.jsp.ui.tabtag\".start",
Comments
Post a Comment