Grails Events Push Failed to Initialize Atmosphere Framework -
deploying grails
project uses events push plugin
. keep getting error.
production environment: tomcat 7.39
server: centos, java version: openjdk runtime environment (icedtea6 1.10.8) (rhel-1.27.1.10.8.el5_8-x86_64) openjdk 64-bit server vm (build 20.0-b11, mixed mode)
plugin version: events-push:1.0.m7
the project works fine in development mode.
2013-05-02 14:35:57,388 [localhost-startstop-1] error cpr.atmosphereframework - failed initialize atmosphere framework java.lang.noclassdeffounderror: org/grails/plugin/platform/events/push/eventspushhandler$1 @ org.grails.plugin.platform.events.push.eventspushhandler.init(eventspushhandler.java:111) @ org.atmosphere.util.atmospherefilterchain.init(atmospherefilterchain.java:125) @ org.atmosphere.handler.reflectorservletprocessor$filterchainservletwrapper.init(reflectorservletprocessor.java:318) @ org.atmosphere.handler.reflectorservletprocessor.init(reflectorservletprocessor.java:210) @ org.atmosphere.cpr.atmosphereframework.initatmospherehandler(atmosphereframework.java:1003) @ org.atmosphere.cpr.atmosphereframework.init(atmosphereframework.java:570) @ org.atmosphere.cpr.atmosphereframework.init(atmosphereframework.java:498) @ org.atmosphere.cpr.atmosphereservlet.init(atmosphereservlet.java:197) @ org.atmosphere.cpr.meteorservlet.init(meteorservlet.java:115) @ org.grails.plugin.platform.events.push.grailsmeteorservlet.init(grailsmeteorservlet.java:37) @ java.util.concurrent.executors$runnableadapter.call(executors.java:471) @ java.util.concurrent.futuretask$sync.innerrun(futuretask.java:334) @ java.util.concurrent.futuretask.run(futuretask.java:166) @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1110) @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:603) @ java.lang.thread.run(thread.java:679) caused by: java.lang.classnotfoundexception: org.grails.plugin.platform.events.push.eventspushhandler$1 ... 16 more
any appreciated!
Comments
Post a Comment