[
https://issues.jboss.org/browse/JBIDE-25169?page=com.atlassian.jira.plugi...
]
Josef Kopriva updated JBIDE-25169:
----------------------------------
Steps to Reproduce:
(from [~jeffmaury])
1) make sure you have no OSIO account configured (Prefs -> JBoss Tools ->
OpenShift.io -> Remove if there is an account
2) make sure you have the Fabric8 analytics plugin installed
3) open a pom.xml file from your workspace
The fabrics8 analytics plugin should start the LSP which will request a token -> a
browser should be launched but a there is a contention on the display you shoud face a
timeout instead of a deadlock
was:
1) make sure you have no OSIO account configured (Prefs -> JBoss Tools ->
OpenShift.io -> Remove if there is an account
2) make sure you have the Fabric8 analytics plugin installed
3) open a pom.xml file from your workspace
The fabrics8 analytics plugin should start the LSP which will request a token -> a
browser should be launched but a there is a contention on the display you shoud face a
timeout instead of a deadlock
Deadlock when tokenProvider is invoked during start
---------------------------------------------------
Key: JBIDE-25169
URL:
https://issues.jboss.org/browse/JBIDE-25169
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.1.AM3
Reporter: Jeff MAURY
Assignee: Jeff MAURY
Labels: Openshift.io, openshift
Fix For: 4.5.1.Final
If a service call the tokenProvider during start, this may lead to a deadlock because the
browser is displayed using syncExec. Replace by a UIJob which does call asyncExec
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)