Results 1 to 3 of 3

Thread: Service using Axis2 plugin error, requires 'Addressing module'

  1. #1

    Default Service using Axis2 plugin error, requires 'Addressing module'

    Hi,

    I have an Axis2 plugin based Grails service that works locally but once deployed as a Cloud Foundry instance I get the error shown below. I thought I would not need to spupply addtional jars; but should I be adding some as shared jars during CF deployment?

    Versions used:

    Java v1.6
    Groovy v1.5.7
    Grails v1.1.1
    Grails Plugin: Axis2 v0.6.1


    All the best
    Wayne




    Error 500:
    Servlet: axis2
    URI: /services
    Exception Message: The system is attempting to engage a module that is not available: addressing
    Caused by: javax.servlet.ServletException: org.apache.axis2.deployment.DeploymentException: The system is attempting to engage a module that is not available: addressing
    Class: Unknown
    At Line: [-1]
    Code Snippet:


    javax.servlet.ServletException: javax.servlet.ServletException: org.apache.axis2.deployment.DeploymentException: The system is attempting to engage a module that is not available: addressing
    at org.apache.axis2.transport.http.AxisServlet.init(A xisServlet.java:454)
    at org.grails.axis2.GrailsAxis2Servlet.init(Unknown Source)
    at org.apache.catalina.core.StandardWrapper.loadServl et(StandardWrapper.java:1173)
    at org.apache.catalina.core.StandardWrapper.allocate( StandardWrapper.java:809)
    at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:129)
    at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:293)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyo teHandler.java:190)
    at org.apache.jk.common.HandlerRequest.invoke(Handler Request.java:291)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelS ocket.java:769)
    at org.apache.jk.common.ChannelSocket.processConnecti on(ChannelSocket.java:698)
    at org.apache.jk.common.ChannelSocket$SocketConnectio n.runIt(ChannelSocket.java:891)
    at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:690)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.servlet.ServletException: org.apache.axis2.deployment.DeploymentException: The system is attempting to engage a module that is not available: addressing
    at org.grails.axis2.GrailsAxis2Servlet.initConfigCont ext(Unknown Source)
    at org.apache.axis2.transport.http.AxisServlet.init(A xisServlet.java:436)
    ... 16 more
    Caused by: org.apache.axis2.deployment.DeploymentException: The system is attempting to engage a module that is not available: addressing
    at org.apache.axis2.deployment.DeploymentEngine.loadF romClassPath(DeploymentEngine.java:173)
    at org.wso2.spring.ws.axis2.SpringBeanSystemConfigura tor.getAxisConfiguration(SpringBeanSystemConfigura tor.java:93)
    at org.apache.axis2.context.ConfigurationContextFacto ry.createConfigurationContext(ConfigurationContext Factory.java:68)
    ... 18 more
    Caused by: org.apache.axis2.AxisFault: The system is attempting to engage a module that is not available: addressing
    at org.apache.axis2.engine.AxisConfiguration.engageMo dule(AxisConfiguration.java:464)
    at org.apache.axis2.engine.AxisConfiguration.engageGl obalModules(AxisConfiguration.java:591)
    at org.apache.axis2.deployment.DeploymentEngine.engag eModules(DeploymentEngine.java:615)
    at org.apache.axis2.deployment.DeploymentEngine.loadF romClassPath(DeploymentEngine.java:169)
    ... 20 more

  2. #2
    Join Date
    Feb 2010
    Posts
    3

    Default Solved?

    Were you ever able to solve this?
    I have the same problem on JBoss 4.2.

    /Eva Troels

  3. #3
    Join Date
    Apr 2011
    Posts
    11

    Default Exception Message: The system is attempting to engage a module that is not available:

    I have the same problem.
    Can someone tell me if have already fix the problem?

    Grails Runtime Exception
    Error Details
    Error 500:
    Servlet: axis2
    URI: /web/services/web
    Exception Message: The system is attempting to engage a module that is not available: addressing
    Caused by: javax.servlet.ServletException: org.apache.axis2.deployment.DeploymentException: The system is attempting to engage a module that is not available: addressing
    Class: Unknown
    At Line: [-1]
    Code Snippet:

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •