We are seeing a couple of groovy related exceptions when switching to equinox
with 3.0.2 Karaf. Any known issues to expect or why is this happening?
Everything is fine when using same bundles/features with felix and 3.0.2
Karaf.
list | grep -i groovy
228 | Active | 80 | 2.3.4 | Groovy Runtime
system:framework
Current OSGi framework is equinox
1) Caused by: java.lang.NoClassDefFoundError: Could not initialize class
groovy.lang.GroovySystem
2) Caused by: groovy.lang.GroovyRuntimeException: Conflicting module
versions. Module [groovy-all is loaded in version 2.3.4 and you are trying
to load version 2.3.6
at
org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl$DefaultModuleListener.onModule(MetaClassRegistryImpl.java:509)
at
org.codehaus.groovy.runtime.m12n.ExtensionModuleScanner.scanExtensionModuleFromProperties(ExtensionModuleScanner.java:77)
at
org.codehaus.groovy.runtime.m12n.ExtensionModuleScanner.scanExtensionModuleFromMetaInf(ExtensionModuleScanner.java:71)
at
org.codehaus.groovy.runtime.m12n.ExtensionModuleScanner.scanClasspathModules(ExtensionModuleScanner.java:53)
at
org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.<init>(MetaClassRegistryImpl.java:110)
at
org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.<init>(MetaClassRegistryImpl.java:71)
at groovy.lang.GroovySystem.<clinit>(GroovySystem.java:33)
... 83 more
--
View this message in context:
http://karaf.922171.n3.nabble.com/Groovy-related-exceptions-when-switching-to-Equinox-tp4037006.html
Sent from the Karaf - User mailing list archive at Nabble.com.