java - The \"Dispatch\" phase is not found on the global \"InFlow\" phase of the axis2.xml file. Make sure the phase is within the axis2.xml file -




deploymentexception after upgrading axis2 1.7.6

error [org.jboss.msc.service.fail] (msc service thread 1-2) msc000001: failed start service jboss.undertow.deployment.default-server.default-host./em: org.jboss.msc.service.startexception in service jboss.undertow.deployment.default-server.default-host./em: javax.servlet.servletexception: javax.servlet.servletexception: org.apache.axis2.deployment.deploymentexception: "dispatch" phase not found on global "inflow" phase of axis2.xml file. make sure phase within axis2.xml file.

at org.wildfly.extension.undertow.deployment.undertowdeploymentservice.start(undertowdeploymentservice.java:74)  @ org.jboss.msc.service.servicecontrollerimpl$starttask.startservice(servicecontrollerimpl.java:1948) [jboss-msc-1.2.2.final.jar:1.2.2.final]  @ org.jboss.msc.service.servicecontrollerimpl$starttask.run(servicecontrollerimpl.java:1881) [jboss-msc-1.2.2.final.jar:1.2.2.final]  @ java.util.concurrent.threadpoolexecutor.runworker(unknown source) [rt.jar:1.8.0_66]  @ java.util.concurrent.threadpoolexecutor$worker.run(unknown source) [rt.jar:1.8.0_66]  @ java.lang.thread.run(unknown source) [rt.jar:1.8.0_66] 

caused by: javax.servlet.servletexception: javax.servlet.servletexception: org.apache.axis2.deployment.deploymentexception: "dispatch" phase not found on global "inflow" phase of axis2.xml file. make sure phase within axis2.xml file.

at org.apache.axis2.transport.http.axisservlet.init(axisservlet.java:424)  @ io.undertow.servlet.core.lifecyleinterceptorinvocation.proceed(lifecyleinterceptorinvocation.java:117)  @ org.wildfly.extension.undertow.security.runaslifecycleinterceptor.init(runaslifecycleinterceptor.java:79)  @ io.undertow.servlet.core.lifecyleinterceptorinvocation.proceed(lifecyleinterceptorinvocation.java:103)  @ io.undertow.servlet.core.managedservlet$defaultinstancestrategy.start(managedservlet.java:220)  @ io.undertow.servlet.core.managedservlet.createservlet(managedservlet.java:125)  @ io.undertow.servlet.core.deploymentmanagerimpl.start(deploymentmanagerimpl.java:508)  @ org.wildfly.extension.undertow.deployment.undertowdeploymentservice.startcontext(undertowdeploymentservice.java:88)  @ org.wildfly.extension.undertow.deployment.undertowdeploymentservice.start(undertowdeploymentservice.java:72)  ... 5 more 

caused by: javax.servlet.servletexception: org.apache.axis2.deployment.deploymentexception: "dispatch" phase not found on global "inflow" phase of axis2.xml file. make sure phase within axis2.xml file.

at org.apache.axis2.transport.http.axisservlet.initconfigcontext(axisservlet.java:492)  @ org.apache.axis2.transport.http.axisservlet.init(axisservlet.java:406)  ... 13 more 

caused by: org.apache.axis2.deployment.deploymentexception: "dispatch" phase not found on global "inflow" phase of axis2.xml file. make sure phase within axis2.xml file.

at org.apache.axis2.deployment.util.phasesinfo.getglobalinflow(phasesinfo.java:111)  @ org.apache.axis2.engine.axisconfiguration.validatesystempredefinedphases(axisconfiguration.java:1022)  @ org.apache.axis2.deployment.deploymentengine.loadfromclasspath(deploymentengine.java:150)  @ org.apache.axis2.deployment.warbasedaxisconfigurator.getaxisconfiguration(warbasedaxisconfigurator.java:225)  @ org.apache.axis2.context.configurationcontextfactory.createconfigurationcontext(configurationcontextfactory.java:60)  @ org.apache.axis2.transport.http.axisservlet.initconfigcontext(axisservlet.java:488)  ... 14 more 

12:47:35,191 error [org.jboss.as.controller.management-operation] (deploymentscanner-threads - 1) jbas014613: operation ("full-replace-deployment") failed - address: ([]) - failure description: {"jbas014671: failed services" => {"jboss.undertow.deployment.default-server.default-host./em" => "org.jboss.msc.service.startexception in service jboss.undertow.deployment.default-server.default-host./em: javax.servlet.servletexception: javax.servlet.servletexception: org.apache.axis2.deployment.deploymentexception: \"dispatch\" phase not found on global \"inflow\" phase of axis2.xml file. make sure phase within axis2.xml file. caused by: javax.servlet.servletexception: javax.servlet.servletexception: org.apache.axis2.deployment.deploymentexception: \"dispatch\" phase not found on global \"inflow\" phase of axis2.xml file. make sure phase within axis2.xml file. caused by: javax.servlet.servletexception: org.apache.axis2.deployment.deploymentexception: \"dispatch\" phase not found on global \"inflow\" phase of axis2.xml file. make sure phase within axis2.xml file. caused by: org.apache.axis2.deployment.deploymentexception: \"dispatch\" phase not found on global \"inflow\" phase of axis2.xml file. make sure phase within axis2.xml file."}}

12:47:35,534 info [org.jboss.as.server] (deploymentscanner-threads - 1) jbas018565: replaced deployment "em.war" deployment "em.war"

12:47:35,536 info [org.jboss.as.controller] (deploymentscanner-threads - 1) jbas014774: service status report

jbas014775: new missing/unsatisfied dependencies:

  service jboss.deployment.unit."em.war".component."org.apache.axis2.transport.http.axisadminservlet".start (unavailable) dependents: [service jboss.deployment.unit."em.war".deploymentcompleteservice]  

jbas014777: services failed start: service jboss.undertow.deployment.default-server.default-host./em: org.jboss.msc.service.startexception in service jboss.undertow.deployment.default-server.default-host./em: javax.servlet.servletexception: javax.servlet.servletexception: org.apache.axis2.deployment.deploymentexception: "dispatch" phase not found on global "inflow" phase of axis2.xml file. make sure phase within axis2.xml file. service jboss.undertow.deployment.default-server.default-host./em





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -