You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2006/03/30 21:21:30 UTC

[jira] Resolved: (AXIS2-294) Can't add user defined phases before the PostDispatch phase

     [ http://issues.apache.org/jira/browse/AXIS2-294?page=all ]
     
Davanum Srinivas resolved AXIS2-294:
------------------------------------

    Resolution: Won't Fix

Won't fix as per Eran.

> Can't add user defined phases before the PostDispatch phase
> -----------------------------------------------------------
>
>          Key: AXIS2-294
>          URL: http://issues.apache.org/jira/browse/AXIS2-294
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Reporter: Chamikara Jayalath

>
> I changed the phase order of axis2.xml as following. 
>  <phase name="TransportIn"/>
>  <phase name="PreDispatch"/>
>  <phase name="Dispatch"/>
>  <phase name="userphase1"/>
>  <phase name="PostDispatch"/>
> and started tomcat. 
> Axis2 admin page, Available phases link gives following error.
> javax.servlet.ServletException: Invalid Phase : {0} for the handler {1} does not exit in axis2.xml or refering to phase in diffrent flow; nested exception is: 
> 	org.apache.axis2.deployment.DeploymentException: Invalid Phase : {0} for the handler {1} does not exit in axis2.xml or refering to phase in diffrent flow; nested exception is: 
> 	org.apache.axis2.deployment.DeploymentException: Invalid Phase : {0} for the handler {1} does not exit in axis2.xml or refering to phase in diffrent flow; nested exception is: 
> 	org.apache.axis2.deployment.DeploymentException: Invalid Phase : {0} for the handler {1} does not exit in axis2.xml or refering to phase in diffrent flow
> 	org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:70)
> 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164)
> 	org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:211)
> 	org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:805)
> 	org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:696)
> 	org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
> 	org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
> 	java.lang.Thread.run(Thread.java:534)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira