[
https://issues.jboss.org/browse/JBIDE-19601?page=com.atlassian.jira.plugi...
]
Andre Dietisheim updated JBIDE-19601:
-------------------------------------
Steps to Reproduce:
# ASSERT: make sure you're using the latest openshift origin code from github
(
https://github.com/openshift/origin.git)
# EXEC: create a new connection (with the credentials that you have set to the server) and
hit "Finish"
# ASSERT: the connection dialog closes
Result:
You get an error dialog popping up telling you that the connection was refused
!connection-refused.png!
In the Eclipse log one can see the following stack trace:
{code}
java.lang.RuntimeException: java.lang.RuntimeException: Version 'v1beta3' not
supported for kind 'Status'
at com.openshift.internal.restclient.ResourceFactory.create(ResourceFactory.java:111)
at com.openshift.internal.restclient.ResourceFactory.create(ResourceFactory.java:95)
at
com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:354)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:116)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:97)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:92)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:265)
at
org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:67)
at
org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:124)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.RuntimeException: Version 'v1beta3' not supported for kind
'Status'
at
com.openshift.internal.restclient.model.properties.ResourcePropertiesRegistry.get(ResourcePropertiesRegistry.java:135)
at com.openshift.internal.restclient.ResourceFactory.create(ResourceFactory.java:107)
... 9 more
{code}
was:
# ASSERT: make sure you're using the latest openshift origin code from github
(
https://github.com/openshift/origin.git)
# EXEC: create a new connection (with the credentials that you have set to the server) and
hit "Finish"
# ASSERT: the connection dialog closes
Result:
You get an error dialog popping up telling you that the connection was refused
!connection-refused.png!
Explorer: Resources cannot be listed when using latest OpenShift
origin v3 code
-------------------------------------------------------------------------------
Key: JBIDE-19601
URL:
https://issues.jboss.org/browse/JBIDE-19601
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.Alpha2
Reporter: Andre Dietisheim
Priority: Blocker
Fix For: 4.3.0.Alpha2
Attachments: connection-refused.png
When using the latest origin code from github one can connect but once the connection
wizard is closed an error dialog pops up telling you that the connection was refused
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)