-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
9.1.0
-
None
-
- create CBR project
- define a breakpoint
- debug as local Camel context
- terminate the run via Terminate button in Console View
If I interrupt Debug as Local Camel Context, the following stack is logged in Error Log view (see attached video)
eclipse.buildId=10.2.0.GA-v20161125-1418-B55 java.version=1.8.0_111 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -product com.jboss.devstudio.core.product -pluginCustomization /home/tsedmik/devel/git/jbds-installer/devstudio-is-10.1.0.GA/resources/pluginCustomization.ini Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product -pluginCustomization /home/tsedmik/devel/git/jbds-installer/devstudio-is-10.1.0.GA/resources/pluginCustomization.ini org.fusesource.ide.launcher Error Wed Mar 01 11:42:48 CET 2017 Unable to connect to Camel VM org.eclipse.debug.core.DebugException: Unable to connect to Camel VM at org.fusesource.ide.launcher.debug.model.CamelDebugElement.abort(CamelDebugElement.java:69) at org.fusesource.ide.launcher.debug.model.CamelDebugTarget$JMXConnectJob.run(CamelDebugTarget.java:715) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: java.lang.Exception: Unable to connect to Camel Debugger ... 2 more
- relates to
-
FUSETOOLS-2287 Stack in log when stopping a camel route when some breakpoints are defined on it
- Closed