[
https://issues.jboss.org/browse/JBIDE-26562?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-26562 at 3/14/19 11:55 AM:
--------------------------------------------------------------------
I can reproduce this using our internal openshift server at
https://employee.openshift.com/
!image-2019-03-14-16-30-04-450.png!
OpenShift tooling is stuck at OpenShiftLaunchController#updateProject:
{code}
WorkspaceJob wj = new WorkspaceJob("Enabling \"openshift\" maven
profile") {
@Override
public IStatus runInWorkspace(IProgressMonitor monitor) throws CoreException {
new MavenProfile(MavenProfile.OPENSHIFT_MAVEN_PROFILE, project).activate(monitor);
return Status.OK_STATUS;
}
};
wj.schedule();
wj.join();
{code}
was (Author: adietish):
I can reproduce this using our internal openshift server at
https://employee.openshift.com/
!image-2019-03-14-16-30-04-450.png!
OpenShift tooling is stuck at OpenShiftLaunchController#updateProject:
{code}
WorkspaceJob wj = new WorkspaceJob("Enabling \"openshift\" maven
profile") {
@Override
public IStatus runInWorkspace(IProgressMonitor monitor) throws CoreException {
new MavenProfile(MavenProfile.OPENSHIFT_MAVEN_PROFILE, project).activate(monitor);
return Status.OK_STATUS;
}
};
wj.schedule();
wj.join();
{code}
debugging does not work for eap-cd-basic-s2i template from CRC
--------------------------------------------------------------
Key: JBIDE-26562
URL:
https://issues.jboss.org/browse/JBIDE-26562
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk, openshift, server
Affects Versions: 4.11.0.AM1
Environment: F29, devstudio AM1-v20190221-1020-B4114, CDK v3.8.0-alpha.1-1
Reporter: Josef Kopriva
Assignee: Andre Dietisheim
Priority: Critical
Fix For: 4.11.0.Final
Attachments: image-2019-02-26-10-19-19-366.png,
image-2019-03-14-16-30-04-450.png
Restarting server adapter in debug for openshift application results in not responding
job *Enabling "openshift maven profile"*:
!image-2019-02-26-10-19-19-366.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)