You did not include your actual Groovy expression, the Groovy version, Camel version, .... so it's hard to tell. There has been a thread about a seemingly similar issue at http://groovy.329449.n5.nabble.com/VirtualMachineError-OOM-in-JiT-space-at-Groovy-1-8-6-startup-td5710579.html. Maybe this helps.
cheers Christian 2012/11/19 anaCortes <anquiroe...@hotmail.com>: > Hi all, > > does anyone have this problem before? Do you know why is this happening? > > Caused by: java.lang.VerifyError: (class: > org/codehaus/groovy/runtime/ArrayUtil, method: createArray signature: > ()[Ljava/lang/Object;) Illegal type in constant pool > at > org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) > at > script1351594798068668539594.run(script1351594798068668539594.groovy:1) > at > org.apache.camel.language.groovy.GroovyExpression.evaluate(GroovyExpression.java:55) > at > org.apache.camel.processor.TransformProcessor.process(TransformProcessor.java:40) > at > org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61) > ... 89 more > > In the logs, i´ve also seen this problem: > Caused by: java.lang.VirtualMachineError: out of space in CodeCache for > adapters > > Any idea? > > Thanks, > Ana > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Groovy-problem-when-an-expression-is-evaluated-by-Camel-tp5722946.html > Sent from the Camel - Users mailing list archive at Nabble.com.