-
Apr 14th, 2011, 03:59 AM
#1
Grails Runtime Exception
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,
-
Apr 14th, 2011, 06:02 AM
#2
Solved - missing addressing
Add the file addressing-1.41.mar to the web-app/WEB-INF/lib directory.
-
Apr 14th, 2011, 07:41 AM
#3
Does this mean you have fixed the problem?
-
Apr 14th, 2011, 07:51 AM
#4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules