]
Xavier Coulon closed JBIDE-21919.
---------------------------------
Resolution: Duplicate Issue
Closing as it is a duplicate of JBIDE-21731.
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}