Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 745B717727 for ; Mon, 20 Oct 2014 06:13:34 +0000 (UTC) Received: (qmail 11375 invoked by uid 500); 20 Oct 2014 06:13:34 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 11340 invoked by uid 500); 20 Oct 2014 06:13:34 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 11330 invoked by uid 99); 20 Oct 2014 06:13:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2014 06:13:34 +0000 Date: Mon, 20 Oct 2014 06:13:34 +0000 (UTC) From: =?utf-8?Q?Christian_M=C3=BCller_=28JIRA=29?= To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-7924) java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.callsite.CallSiteArray MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-7924?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian M=C3=BCller updated CAMEL-7924: ------------------------------------ Fix Version/s: (was: 2.12.5) > java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.callsite.Ca= llSiteArray > -------------------------------------------------------------------------= ----------- > > Key: CAMEL-7924 > URL: https://issues.apache.org/jira/browse/CAMEL-7924 > Project: Camel > Issue Type: Bug > Components: camel-groovy > Affects Versions: 2.12.3, 2.13.2, 2.14.0 > Reporter: Charles Moulliard > Assignee: Charles Moulliard > Fix For: 2.13.3, 2.14.1, 2.15.0 > > > When a camelRoute using the camel-groovy component is deployed on Karaf, = we get this class not found exception. Apparently, the class is not importe= d and the package is not declared in the MANIFEST file of the component. > {code} > Caused by: java.lang.NoClassDefFoundError: org/codehaus/groovy/runtime/ca= llsite/CallSiteArray > =09at script1413531356181697720774.$createCallSiteArray(script14135313561= 81697720774.groovy) > =09at script1413531356181697720774.$getCallSiteArray(script14135313561816= 97720774.groovy) > =09at script1413531356181697720774.__$swapInit(script14135313561816977207= 74.groovy) > =09at script1413531356181697720774.(script1413531356181697720774.= groovy) > =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Metho= d)[:1.7.0_51] > =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstru= ctorAccessorImpl.java:57)[:1.7.0_51] > =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Delegatin= gConstructorAccessorImpl.java:45)[:1.7.0_51] > =09at java.lang.reflect.Constructor.newInstance(Constructor.java:526)[:1.= 7.0_51] > =09at java.lang.Class.newInstance(Class.java:374)[:1.7.0_51] > =09at org.apache.camel.language.groovy.GroovyExpression.instantiateScript= (GroovyExpression.java:71) > =09at org.apache.camel.language.groovy.GroovyExpression.evaluate(GroovyEx= pression.java:50) > =09at org.apache.camel.builder.ProcessorBuilder$4.process(ProcessorBuilde= r.java:103) > =09at org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyn= cProcessorBridge.process(AsyncProcessorConverterHelper.java:61) > =09... 89 more > Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.= callsite.CallSiteArray > =09at java.net.URLClassLoader$1.run(URLClassLoader.java:366)[:1.7.0_51] > =09at java.net.URLClassLoader$1.run(URLClassLoader.java:355)[:1.7.0_51] > =09at java.security.AccessController.doPrivileged(Native Method)[:1.7.0_5= 1] > =09at java.net.URLClassLoader.findClass(URLClassLoader.java:354)[:1.7.0_5= 1] > =09at java.lang.ClassLoader.loadClass(ClassLoader.java:425)[:1.7.0_51] > =09at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:648) > =09at groovy.lang.GroovyClassLoader$InnerLoader.loadClass(GroovyClassLoad= er.java:401) > =09at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:758) > =09at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:746) > =09... 102 more > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)