Hello everyone,
Since the beggining of this week I'm unable to debug any java applications deployed on the Hana Cloud Platform by Eclipse Mars (I didn't test on other versions).
I'm receving the following error message on the "Error Log" view from Eclipse:
org.eclipse.core.runtime.CoreException: Debugging Service Launch Error
at com.sap.jvm.debugging.ui.launching.CloudDebuggingServiceDelegate.launch(CloudDebuggingServiceDelegate.java:182)
at com.sap.core.tools.eclipse.server.cloud.util.CloudDebugProfileUtil.launchCloudDebugConfiguration(CloudDebugProfileUtil.java:170)
at com.sap.core.tools.eclipse.server.cloud.util.CloudDebugProfileUtil.launchCloudDebuggerProfiler(CloudDebugProfileUtil.java:109)
at com.sap.core.tools.eclipse.server.cloud.util.CloudDebugProfileUtil.launchCloudDebuggerProfiler(CloudDebugProfileUtil.java:72)
at com.sap.core.tools.eclipse.server.cloud.control.CloudServerBehavior.restart(CloudServerBehavior.java:466)
at org.eclipse.wst.server.core.internal.Server.restartImpl2(Server.java:3349)
at org.eclipse.wst.server.core.internal.Server.restartImpl(Server.java:3218)
at org.eclipse.wst.server.core.internal.Server$RestartJob.run(Server.java:385)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException:
Server returned HTTP response code: 401 for URL: https://debugging.us1.hana.ondemand.com/start
Response :
Unauthorized
Detailed information :
Error reportHTTP Status 401 - Unauthorized
I didn't change my credentials and my user has the following permissions on HCP's members:
Administrator, Developer, Support User, Application User Admin |
Do you know what else can I check or what configuration should I do in order to enable the debugging?
P.S: the same behavior happens with one other colleague which tries to debug the same tenant on HCP.
P.S2: I didn't try on other HCP instances besides us1.
[Update] I'm able to start/stop my application from Eclipse IDE
Thanks!
Ígor