Incorrect path - https://che-plugin-registry.openshift.io/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml
See original GitHub issueWhile deploying Nodejs app in workspace, but getting below error:
The requested URL /v3/plugins/eclipse/che-theia/7.0.0/meta.yaml was not found on this server.
Full Workspace Start Logs
Cleaning /plugins dir
Starting Init Plugin Broker
Failed to download plugin meta: failed to fetch plugin meta.yaml from URL 'https://che-plugin-registry.openshift.io/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml': Downloading https://che-plugin-registry.openshift.io/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml failed. Status code 404. Response body:
Not Found
The requested URL /v3/plugins/eclipse/che-theia/7.0.0/meta.yaml was not found on this server.
Error: Failed to run the workspace: "Plugins installation process failed. Error: Plugin broking process for workspace workspacewm7o9ae2ceq9bnwg failed with error: Failed to download plugin meta: failed to fetch plugin meta.yaml from URL 'https://che-plugin-registry.openshift.io/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml': Downloading https://che-plugin-registry.openshift.io/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml failed. Status code 404. Response body:
Not Found
The requested URL /v3/plugins/eclipse/che-theia/7.0.0/meta.yaml was not found on this server.
Observed that it should be as per below
Incorrect path - https://che-plugin-registry.openshift.io/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml Correct path - https://che-plugin-registry.openshift.io/v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml
Kindly fix it.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
UPI missing instructions to update apiVIP and ingressVIP ...
Description of problem: The OpenStack UPI explains how to update the ... path = "install-config.yaml" data = yaml.safe_load(open(path)) if ...
Read more >Defining metadata (meta.yaml) - Conda
Specifies where the source code of the package is coming from. The source may come from a tarball file, git, hg, or svn....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FWIW, I’m seeing this issue too with
eclipse/che-theia:7.0.0
on OpenShift 3.11. I deployed Che with./deploy-che.sh
and no plugin/devfile registry was deployed by default, so the OpenShift.io plugin registry was used instead, whereeclipse/che-theia:7.0.0
doesn’t exist, so workspace creation failed.Closing