]
Fred Bricon updated JBIDE-21431:
--------------------------------
Workaround Description: Refresh the openshift connection
Workaround: Workaround Exists
[OpenShift Explorer] Occasionally, ConnectionNotFoundExceptions are
thrown
--------------------------------------------------------------------------
Key: JBIDE-21431
URL:
https://issues.jboss.org/browse/JBIDE-21431
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Fred Bricon
Priority: Critical
Fix For: 4.3.1.Beta2
Occasionally, I haven't found a pattern yet, an exception is thrown when trying to
access some of the resources in the openshift explorer. Simply click on a resource and
boom :
{noformat}
org.jboss.tools.openshift.core.connection.ConnectionNotFoundException: Unable to find the
connection for a Project named tac
at
org.jboss.tools.openshift.core.connection.ConnectionsRegistryUtil.getConnectionFor(ConnectionsRegistryUtil.java:41)
at
org.jboss.tools.openshift.internal.core.WatchManager.startWatch(WatchManager.java:71)
at
org.jboss.tools.openshift.internal.core.WatchManager.startWatch(WatchManager.java:66)
at
org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:187)
at
org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
{noformat}