]
Xavier Coulon updated JBIDE-21919:
----------------------------------
Fix Version/s: 4.3.1.CR1
Cannot create server adapter
----------------------------
Key: JBIDE-21919
URL:
https://issues.jboss.org/browse/JBIDE-21919
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Xavier Coulon
Priority: Critical
Fix For: 4.3.1.CR1
When selecting a service in the OpenShift Explorer view and running the "Server
Adapter.." command, I get the following error:
{code}
An internal error occurred during: "Loading projects and services...".
Could not get resource nodejs-mongodb-example:latest in namespace test: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "imageStreamTag \"nodejs-mongodb-example:latest\"
not found",
"reason": "NotFound",
"details": {
"name": "nodejs-mongodb-example:latest",
"kind": "imageStreamTag"
},
"code": 404
}
{code}