-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution:
Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 8.0.0
-
Component/s: Camel Debugger
-
Labels:None
-
Affects:Release Notes
-
Release Notes Text:
Run as is working but ntio the debug as
I tried with CBR sample in Spring and blueprint
I have this stack (I enabled -X):
[mel.test.blueprint.Main.main()] MainSupport INFO Apache Camel 2.15.1.redhat-621084 starting
|
[mel.test.blueprint.Main.main()] Activator INFO Camel activator starting
|
[mel.test.blueprint.Main.main()] Activator INFO Camel activator started
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN Test bundle headers: Bundle-ManifestVersion=2, Bundle-Name=System Bundle, Bundle-SymbolicName=org.apache.felix.connect, Bundle-Vendor=Apache Software Foundation, Bundle-Version=0.0.0
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.osgi.service.cm.ConfigurationAdmin], bundle: org.apache.felix.configadmin [29], symbolicName: org.apache.felix.configadmin
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.apache.camel.spi.ComponentResolver], bundle: org.apache.camel.camel-core [3], symbolicName: org.apache.camel.camel-core
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: org.apache.felix.connect [0], symbolicName: org.apache.felix.connect
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle: org.apache.camel.camel-core [3], symbolicName: org.apache.camel.camel-core
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.osgi.service.cm.ManagedServiceFactory], bundle: org.apache.felix.fileinstall [30], symbolicName: org.apache.felix.fileinstall
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.osgi.service.startlevel.StartLevel], bundle: org.apache.felix.connect [0], symbolicName: org.apache.felix.connect
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.osgi.service.cm.ConfigurationListener, org.apache.felix.fileinstall.ArtifactListener, org.apache.felix.fileinstall.ArtifactInstaller], bundle: org.apache.felix.fileinstall [30], symbolicName: org.apache.felix.fileinstall
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.osgi.service.packageadmin.PackageAdmin], bundle: org.apache.felix.connect [0], symbolicName: org.apache.felix.connect
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.apache.felix.cm.PersistenceManager], bundle: org.apache.felix.configadmin [29], symbolicName: org.apache.felix.configadmin
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle: org.apache.camel.camel-core [3], symbolicName: org.apache.camel.camel-core
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.osgi.service.url.URLStreamHandlerService], bundle: org.apache.felix.fileinstall [30], symbolicName: org.apache.felix.fileinstall
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: org.apache.camel.camel-core [3], symbolicName: org.apache.camel.camel-core
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper WARN ServiceReference: [org.apache.aries.proxy.ProxyManager], bundle: org.apache.aries.proxy.impl [16], symbolicName: org.apache.aries.proxy.impl
|
[mel.test.blueprint.Main.main()] Activator INFO Camel activator stopping
|
[mel.test.blueprint.Main.main()] Activator INFO Camel activator stopped
|
[mel.test.blueprint.Main.main()] CamelBlueprintHelper INFO Deleting work directory target/bundles/1468914998864
|
[ERROR] *************************************
|
[ERROR] Error occurred while running main from: org.apache.camel.test.blueprint.Main
|
[ERROR]
|
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.apache.camel.maven.RunMojo$1.run(RunMojo.java:488)
|
at java.lang.Thread.run(Thread.java:745)
|
Caused by: java.lang.RuntimeException: Gave up waiting for service (objectClass=org.apache.camel.CamelContext)
|
at org.apache.camel.test.blueprint.CamelBlueprintHelper.getOsgiService(CamelBlueprintHelper.java:265)
|
at org.apache.camel.test.blueprint.CamelBlueprintHelper.getOsgiService(CamelBlueprintHelper.java:226)
|
at org.apache.camel.test.blueprint.Main.doStart(Main.java:110)
|
at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
|
at org.apache.camel.main.MainSupport.run(MainSupport.java:150)
|
at org.apache.camel.main.MainSupport.run(MainSupport.java:354)
|
at org.apache.camel.test.blueprint.Main.main(Main.java:84)
|
... 6 more
|
[ERROR] *************************************
|
[INFO] ------------------------------------------------------------------------
|
[INFO] BUILD FAILURE
|
[INFO] ------------------------------------------------------------------------
|
[INFO] Total time: 01:10 min
|
[INFO] Finished at: 2016-07-19T09:57:39+02:00
|
[INFO] Final Memory: 31M/482M
|
[INFO] ------------------------------------------------------------------------
|
[ERROR] Failed to execute goal org.apache.camel:camel-maven-plugin:2.15.1.redhat-621084:run (default-cli) on project camel-blueprint-cbr: null: MojoExecutionException: InvocationTargetException: Gave up waiting for service (objectClass=org.apache.camel.CamelContext) -> [Help 1]
|
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.camel:camel-maven-plugin:2.15.1.redhat-621084:run (default-cli) on project camel-blueprint-cbr: null
|
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
|
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
|
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
|
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
|
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
|
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
|
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
|
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
|
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
|
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
|
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
|
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
|
at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
|
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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
|
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
|
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
|
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
|
Caused by: org.apache.maven.plugin.MojoExecutionException
|
at org.apache.camel.maven.RunMojo.execute(RunMojo.java:533)
|
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
|
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
|
... 20 more
|
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.apache.camel.maven.RunMojo$1.run(RunMojo.java:488)
|
at java.lang.Thread.run(Thread.java:745)
|
Caused by: java.lang.RuntimeException: Gave up waiting for service (objectClass=org.apache.camel.CamelContext)
|
at org.apache.camel.test.blueprint.CamelBlueprintHelper.getOsgiService(CamelBlueprintHelper.java:265)
|
at org.apache.camel.test.blueprint.CamelBlueprintHelper.getOsgiService(CamelBlueprintHelper.java:226)
|
at org.apache.camel.test.blueprint.Main.doStart(Main.java:110)
|
at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
|
at org.apache.camel.main.MainSupport.run(MainSupport.java:150)
|
at org.apache.camel.main.MainSupport.run(MainSupport.java:354)
|
at org.apache.camel.test.blueprint.Main.main(Main.java:84)
|
... 6 more
|
[ERROR]
|
[ERROR]
|
[ERROR] For more information about the errors and possible solutions, please read the following articles:
|
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
|