PDA

View Full Version : Grails Runtime Exception



neoplanet
Apr 14th, 2011, 03:59 AM
Dear all,

I have created a Grails project with web services and it works very well when I type grails run from the STS Grail command line.
When I type run-war and try access to the web service (web interface is OK and working as expected) i receive the following error:

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:

Plugins:
mysql-connector
axis2-0.7.0 with the fix of _EVENT.groovy from 0.6.1 to 0.7.0.
tomcat
hibernate

Can someone help me?

Best regards,

neoplanet
Apr 14th, 2011, 06:02 AM
Add the file addressing-1.41.mar to the web-app/WEB-INF/lib directory.

pledbrook
Apr 14th, 2011, 07:41 AM
Does this mean you have fixed the problem?

neoplanet
Apr 14th, 2011, 07:51 AM
Yes.

Best regards,