Skip to content

Instantly share code, notes, and snippets.

@davsclaus
Created April 24, 2012 12:32
Show Gist options
  • Save davsclaus/2479269 to your computer and use it in GitHub Desktop.
Save davsclaus/2479269 to your computer and use it in GitHub Desktop.
[mel.test.blueprint.Main.main()] MainSupport INFO Apache Camel 2.8.x-fuse-SNAPSHOT starting
*************************************
Error occurred while running main from: org.apache.camel.test.blueprint.Main
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.camel.maven.RunMojo$1.run(RunMojo.java:440)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.NoClassDefFoundError: org.osgi.vendor.framework property not set
at org.osgi.framework.FrameworkUtil$ImplHolder.run(FrameworkUtil.java:69)
at java.security.AccessController.doPrivileged(Native Method)
at org.osgi.framework.FrameworkUtil$ImplHolder.<clinit>(FrameworkUtil.java:59)
at org.osgi.framework.FrameworkUtil.createFilter(FrameworkUtil.java:127)
at de.kalpatec.pojosr.framework.launch.ClasspathScanner.scanForBundles(ClasspathScanner.java:44)
at org.apache.camel.test.blueprint.CamelBlueprintHelper.getBundleDescriptors(CamelBlueprintHelper.java:206)
at org.apache.camel.test.blueprint.CamelBlueprintHelper.createBundleContext(CamelBlueprintHelper.java:82)
at org.apache.camel.test.blueprint.Main.createBundleContext(Main.java:114)
at org.apache.camel.test.blueprint.Main.doStart(Main.java:84)
at org.apache.camel.impl.ServiceSupport.start(ServiceSupport.java:67)
at org.apache.camel.impl.ServiceSupport.start(ServiceSupport.java:54)
at org.apache.camel.impl.MainSupport.run(MainSupport.java:136)
at org.apache.camel.impl.MainSupport.run(MainSupport.java:322)
at org.apache.camel.test.blueprint.Main.main(Main.java:63)
... 6 more
*************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment