Results 1 to 4 of 4

Thread: Grails Runtime Exception

  1. #1
    Join Date
    Apr 2011
    Posts
    11

    Default 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,

  2. #2
    Join Date
    Apr 2011
    Posts
    11

    Default Solved - missing addressing

    Add the file addressing-1.41.mar to the web-app/WEB-INF/lib directory.

  3. #3
    Join Date
    Jun 2010
    Location
    London
    Posts
    304

    Default

    Does this mean you have fixed the problem?

  4. #4
    Join Date
    Apr 2011
    Posts
    11

    Default

    Yes.

    Best regards,

Posting Permissions

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