Grails IncompatibleClassChangeError

Я развернул войну, созданную "войной Грааля", на сервере причала.

Насколько я могу судить, Grails строит с помощью Sun JDK 1.6.0_17 -b04 и jetty работает на Sun JDK 1.6.0.16 (оба на linux).

2010-08-18 07:33:47.018:WARN::Nested in org.springframework.beans.factory.access.BootstrapException: Error executing bootstraps; nested exception is org.codehaus.groovy.runtime.InvokerInvocationException:     
java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for java.lang.ClassLoader do not match. Expected 3 but got 2:
java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for java.lang.ClassLoader do not match. Expected 3 but got 2
at grails.plugin.scopedproxy.AlwaysReloadableSmartClassLoader.<init>(AlwaysReloadableSmartClassLoader.groovy:28)
at grails.plugin.scopedproxy.ScopedProxyUtils.wrapInSmartClassLoader(ScopedProxyUtils.groovy:154)

Как можно решить эту проблему или отладить ее дальше?

6
задан Dennis Thrysøe 18 August 2010 в 07:38
поделиться