События Grails не смогли инициализировать структуру атмосферы
Развертывание Grails
проект, который использует Events Push Plugin
, Я продолжаю получать эту ошибку.
Производственная среда: Tomcat 7,39
Сервер: CentOS, Java Версия: среда выполнения OpenJDK (IcedTea6 1.10.8) (rhel-1.27.1.10.8.el5_8-x86_64) 64-битная виртуальная машина OpenJDK (сборка 20.0-b11, смешанный режим)
Версия плагина: events-push:1.0.M7
Проект отлично работает в режиме разработки.
2013-05-02 14:35:57,388 [localhost-startStop-1] ERROR cpr.AtmosphereFramework - Failed to initialize Atmosphere Framework
java.lang.NoClassDefFoundError: org/grails/plugin/platform/events/push/EventsPushHandler$1
at org.grails.plugin.platform.events.push.EventsPushHandler.init(EventsPushHandler.java:111)
at org.atmosphere.util.AtmosphereFilterChain.init(AtmosphereFilterChain.java:125)
at org.atmosphere.handler.ReflectorServletProcessor$FilterChainServletWrapper.init(ReflectorServletProcessor.java:318)
at org.atmosphere.handler.ReflectorServletProcessor.init(ReflectorServletProcessor.java:210)
at org.atmosphere.cpr.AtmosphereFramework.initAtmosphereHandler(AtmosphereFramework.java:1003)
at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:570)
at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:498)
at org.atmosphere.cpr.AtmosphereServlet.init(AtmosphereServlet.java:197)
at org.atmosphere.cpr.MeteorServlet.init(MeteorServlet.java:115)
at org.grails.plugin.platform.events.push.GrailsMeteorServlet.init(GrailsMeteorServlet.java:37)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.ClassNotFoundException: org.grails.plugin.platform.events.push.EventsPushHandler$1
... 16 more
Любая помощь будет оценена!