dmvolod opened a new issue #57: kamel run runtime/examples/Sample.java fails 
with java.lang.NoClassDefFoundError
URL: https://github.com/apache/camel-k/issues/57
 
 
   Exception in thread "main" org.joor.ReflectException: 
java.lang.reflect.InvocationTargetException
   --
     | at org.joor.Reflect.on(Reflect.java:781)
     | at org.joor.Reflect.call(Reflect.java:463)
     | at org.joor.Compile.compile(Compile.java:73)
     | at org.joor.Reflect.compile(Reflect.java:77)
     | at org.apache.camel.k.jvm.RoutesLoaders$2.load(RoutesLoaders.java:90)
     | at org.apache.camel.k.jvm.Application.main(Application.java:34)
     | Caused by: java.lang.reflect.InvocationTargetException
     | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     | at java.lang.reflect.Method.invoke(Method.java:498)
     | at org.joor.Reflect.on(Reflect.java:777)
     | ... 5 more
     | Caused by: java.lang.NoClassDefFoundError: etc/camel/Sample (wrong name: 
Sample)
     | at java.lang.ClassLoader.defineClass1(Native Method)
     | at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
     | at java.lang.ClassLoader.defineClass(ClassLoader.java:642)
     | ... 10 more
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to