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


Reply With Quote