]
Aurélien Pupier commented on JBIDE-25616:
-----------------------------------------
Which FIS image are you using?
If using the same than in the screencast it is not working. The Fuse Tech preview 3 FIS
image need to be used (which is not yet publicly available)
To have the project correctly configured you need to use Fuse Tooling 10.2.0 and set Camel
version to 2.20.1 in the wizard.
You can see this comment for steps:
Server Adapter: Cannot start remote debugger for Fuse app deployed on
open.paas.redhat.com
------------------------------------------------------------------------------------------
Key: JBIDE-25616
URL:
https://issues.jboss.org/browse/JBIDE-25616
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.Final
Environment: F27 +
open.paas.redhat.com + Red Hat JBoss Developer Studio Build
id: GA-v20180122-2025-B1884
Reporter: Josef Kopriva
Assignee: Jeff MAURY
Fix For: 4.5.3.AM2
Attachments: java
Starting of server ends with error:
{code:java}
eclipse.buildId=11.2.0.GA-v20180122-2025-B1884
java.version=1.8.0_151
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: -data file:/home/jkopriva/devstudio_B1884_jiras/workspace/ -os
linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
org.jboss.tools.openshift.core
Error
Wed Jan 24 11:21:45 CET 2018
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 45933 on localhost
at
org.jboss.tools.openshift.core.server.OpenShiftServerUtils.toCoreException(OpenShiftServerUtils.java:670)
at
org.jboss.tools.openshift.core.server.OpenShiftServerUtils.toCoreException(OpenShiftServerUtils.java:674)
at
org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.attachRemoteDebugger(OpenShiftLaunchController.java:404)
at
org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.access$1(OpenShiftLaunchController.java:387)
at
org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController$2.onDebugChange(OpenShiftLaunchController.java:272)
at
org.jboss.tools.openshift.internal.core.server.debug.OpenShiftDebugMode.toggleDebugger(OpenShiftDebugMode.java:238)
at
org.jboss.tools.openshift.internal.core.server.debug.OpenShiftDebugMode.execute(OpenShiftDebugMode.java:174)
at
org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.launch(OpenShiftLaunchController.java:100)
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)
{code}