-
Bug
-
Resolution: Cannot Reproduce
-
Blocker
-
2.3.0.GA
-
None
All CRW 2.3.0 ER-07-24 workspaces failed to start because of error:
workspace startup log
Unable to find source-code formatter for language: title workspace startuplog. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yamlPulling image "quay.io/crw/pluginbroker-metadata-rhel8:latest" Successfully pulled image "quay.io/crw/pluginbroker-metadata-rhel8:latest" Created container pluginbroker-metadata-rhel8-latest Started container pluginbroker-metadata-rhel8-latest Starting plugin metadata broker Failed to download plugin meta: failed to fetch plugin meta.yaml from URL 'https://plugin-registry-crw-crwctl-with-tls-no-oauth.apps.ocp44.crw-qe.com/v3/plugins/eclipse/che-machine-exec-plugin/7.16.1/meta.yaml': Downloading https://plugin-registry-crw-crwctl-with-tls-no-oauth.apps.ocp44.crw-qe.com/v3/plugins/eclipse/che-machine-exec-plugin/7.16.1/meta.yaml failed. Status code 404. Response body: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /v3/plugins/eclipse/che-machine-exec-plugin/7.16.1/meta.yaml was not found on this server.</p> </body></html> Error: Failed to run the workspace: "Plugins installation process failed. Error: Plugin brokering process for workspace workspacegl7cj4ohf1brljfc failed with error: Failed to download plugin meta: failed to fetch plugin meta.yaml from URL 'https://plugin-registry-crw-crwctl-with-tls-no-oauth.apps.ocp44.crw-qe.com/v3/plugins/eclipse/che-machine-exec-plugin/7.16.1/meta.yaml': Downloading https://plugin-registry-crw-crwctl-with-tls-no-oauth.apps.ocp44.crw-qe.com/v3/plugins/eclipse/che-machine-exec-plugin/7.16.1/meta.yaml failed. Status code 404. Response body: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /v3/plugins/eclipse/che-machine-exec-plugin/7.16.1/meta.yaml was not found on this server.</p> </body></html>
For example:
Installation method:
- OperatorHub on OCP 4.4
- crwctl with OLM installer on OCP 4.4:
crwctl command
crwctl server:start --catalog-source-name=codeready-workspaces-latest --catalog-source-namespace=openshift-marketplace --package-manifest-name=codeready-workspaces --olm-channel=latest --listr-renderer=verbose --k8spodreadytimeout=300000 -n install-crw-using-crwctl
OperatorSource `codeready-workspaces-latest` content
apiVersion: operators.coreos.com/v1
kind: OperatorSource
metadata:
name: codeready-workspaces-latest
spec:
displayName: Custom Operators
endpoint: https://quay.io/cnr
publisher: Red Hat
registryNamespace: crw
type: appregistry
An error wasn't reproduced on CRW 2.3.0.ER-07-24 installed by operator installer on OCP 3.11.
- is related to
-
CRW-1044 Switch operator metadata to new bundle format (OCP 4.5+) and ensure that backporting to OCP 4.3+ works
- Closed