Ошибка понижения Grails 2.0.0.RC1 - PullRequest
2 голосов
/ 15 декабря 2011

Я обновляю свое приложение до Grails 2.0.0 RC3.

Теперь я хочу понизить версию своего приложения до Grails 2.0.0 RC1, но при запуске у меня появляется эта ошибка:

Error 500: Internal Server Error

URI
    /directory/
Class
    java.lang.IllegalStateException
Message
    No thread-bound request found: Are you referring to request attributes outside of an actual web
    request, or processing a request outside of the originally receiving thread? If you are actually
    operating within a web request and still receive this message, your code is probably running
    outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or
    RequestContextFilter to expose the current request.

Trace

   Line | Method
->> 886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|   908 | run     in     ''
^   662 | run . . in java.lang.Thread

Понятия не имею, как от этого избавиться.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...