]
Andre Dietisheim edited comment on JBIDE-25375 at 11/24/17 5:29 AM:
--------------------------------------------------------------------
I reproduced this here:
IMHO the fuse app is **NOT** launched in debug mode, thus there's no debugger
available for Eclipse to connect to. The root cause for this is that there are no debug
key present in the docker image causing our tooling to use the defaults which have no
effect.
was (Author: adietish):
I reproduced this here:
Server adapter: Problem occured during debugging of Fuse app deployed
on
open.paas.redhat.com
---------------------------------------------------------------------------------------------
Key: JBIDE-25375
URL:
https://issues.jboss.org/browse/JBIDE-25375
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.AM1
Environment: F27 +
open.paas.redhat.com + DevStudio
11.2.0.AM1-v20171106-0622-B1520
Reporter: Josef Kopriva
Assignee: Andre Dietisheim
Labels: openshift_v3, server_adapter
Fix For: 4.5.2.AM2
{code:java}
Could not launch server camel-ose-springboot-xml (Service) at OpenShift 3
(
open.paas.redhat.com)
org.eclipse.core.runtime.CoreException: Could not start remote debugger to (forwarded)
port 46271 on localhost
at
org.jboss.tools.openshift.core.server.OpenShiftServerUtils.toCoreException(OpenShiftServerUtils.java:639)
at
org.jboss.tools.openshift.core.server.OpenShiftServerUtils.toCoreException(OpenShiftServerUtils.java:643)
at
org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.attachRemoteDebugger(OpenShiftLaunchController.java:410)
at
org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.access$1(OpenShiftLaunchController.java:395)
at
org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController$2.onDebugChange(OpenShiftLaunchController.java:276)
at
org.jboss.tools.openshift.internal.core.server.debug.OpenShiftDebugMode.toggleDebugger(OpenShiftDebugMode.java:191)
at
org.jboss.tools.openshift.internal.core.server.debug.OpenShiftDebugMode.execute(OpenShiftDebugMode.java:167)
at
org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.launch(OpenShiftLaunchController.java:98)
at
org.jboss.ide.eclipse.as.wtp.core.server.launch.ControllableServerLaunchConfiguration.launch(ControllableServerLaunchConfiguration.java:52)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:731)
at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3566)
at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3502)
at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:377)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
eclipse.buildId=11.2.0.AM1-v20171106-0622-B1520
java.version=1.8.0_144
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product
com.jboss.devstudio.core.product
{code}