When selecting a service in the OpenShift Explorer view and running the "Server Adapter.." command, I get the following error:
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 }
- is duplicated by
-
JBIDE-21731 Server Adapter: Error shown when image is not created/pushed yet, should be more user friendly
- Closed