Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing Loading All Resources #16483

Closed
twolastnames opened this issue Mar 28, 2020 · 10 comments
Closed

Failing Loading All Resources #16483

twolastnames opened this issue Mar 28, 2020 · 10 comments
Labels
area/install Issues related to installation, including offline/air gap and initial setup kind/question Questions that haven't been identified as being feature requests or bugs. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. status/info-needed More information is needed before the issue can move into the “analyzing” state for engineering.

Comments

@twolastnames
Copy link

twolastnames commented Mar 28, 2020

After a fresh install with chectl, it looks like I have an empty program running.

When I first launch the application, on the getting started tab, a "Failed to load devfiles meta list" error is shown.

When attempting to open a workspace, I get the errors "Failed to load plugins" and "Failed to load editors".

It's on minikube on Ubuntu 18.04.1.

Summary

Relevant information

@twolastnames twolastnames added the kind/question Questions that haven't been identified as being feature requests or bugs. label Mar 28, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Mar 28, 2020
@twolastnames
Copy link
Author

When I try to start a workspace...

Pulling image "quay.io/eclipse/che-plugin-metadata-broker:v3.1.1"

Successfully pulled image "quay.io/eclipse/che-plugin-metadata-broker:v3.1.1"

Created container che-plugin-metadata-broker-v3-1-1

Started container che-plugin-metadata-broker-v3-1-1

Starting plugin metadata broker

Failed to download plugin meta: failed to fetch plugin meta.yaml from URL 'https://plugin-registry-che.192.168.99.100.nip.io/v3/plugins/eclipse/che-machine-exec-plugin/7.10.0/meta.yaml': failed to get data from https://plugin-registry-che.192.168.99.100.nip.io/v3/plugins/eclipse/che-machine-exec-plugin/7.10.0/meta.yaml: Get https://plugin-registry-che.192.168.99.100.nip.io/v3/plugins/eclipse/che-machine-exec-plugin/7.10.0/meta.yaml: dial tcp: lookup plugin-registry-che.192.168.99.100.nip.io on 10.96.0.10:53: no such host

Error: Failed to run the workspace: "Plugins installation process failed. Error: Plugin brokering process for workspace workspacebhatun5iy6053soc failed with error: Failed to download plugin meta: failed to fetch plugin meta.yaml from URL 'https://plugin-registry-che.192.168.99.100.nip.io/v3/plugins/eclipse/che-machine-exec-plugin/7.10.0/meta.yaml': failed to get data from https://plugin-registry-che.192.168.99.100.nip.io/v3/plugins/eclipse/che-machine-exec-plugin/7.10.0/meta.yaml: Get https://plugin-registry-che.192.168.99.100.nip.io/v3/plugins/eclipse/che-machine-exec-plugin/7.10.0/meta.yaml: dial tcp: lookup plugin-registry-che.192.168.99.100.nip.io on 10.96.0.10:53: no such host"

@twolastnames
Copy link
Author

I'd guess that Ingress not running would do this?

When I enabled it with minikube, it didn't give an error. But, I couldn't find it in the list of pods running.

I installed Ingress through helm, but it doesn't help.

@sleshchenko sleshchenko added the area/install Issues related to installation, including offline/air gap and initial setup label Mar 30, 2020
@ibuziuk
Copy link
Member

ibuziuk commented Mar 30, 2020

@twolastnames could you update the issue description based on a template? What is the version of che are you using? What was the installation method / chectl command etc.

@ibuziuk ibuziuk added status/info-needed More information is needed before the issue can move into the “analyzing” state for engineering. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Mar 30, 2020
@twolastnames
Copy link
Author

Sorry I haven't answered. The distribution install stopped booting. The only thing I had installed on there was this, so I wiped it clean.

@adriendelsalle
Copy link

@ibuziuk @twolastnames

I think I encounter a similar issue:

When I first launch the application, on the getting started tab, a "Failed to load devfiles meta list" error is shown.

Fixed by adding the certificate in my browser as asked during Che start. Only working with Firefox, Chrome throws me the following error (translated from french):

Certificate error
The private key of this certificate is missing or incorrect

image

Then launching a new Get Started workspace fails.
image
image

Is there anything also related with cert?
I'm a k8s beginner so don't hesitate to ask me more info.


My configuration:
O/S:

  • Host : Windows 10 Enterprise 2016 LTSB, Version 1607
  • Guest: Ubuntu 19.10 in VirtualBox, with 2CPU, 4GB RAM, 20GB SSD disk

Install:

  • Chectl: 7.10.0 linux-x64 node-v10.19.0
  • minikube: v1.9.0
  • helm: v3.1.2
  • goVersion 1.13.8
  • kubectl (client/server): v1.18.0

Important: because I'm not able to run a VM inside a VM, I launch minikube with the following command:

sudo minikube start --vm-driver=none --apiserver-ips 127.0.0.1 --apiserver-name localhost

Do you also need any other information?
Thanks!

@tolusha
Copy link
Contributor

tolusha commented Apr 1, 2020

Chrome throws me the following error (translated from french):
Certificate error
The private key of this certificate is missing or incorrect

It is probably this issue. We are working on it right now
#16366

@adriendelsalle
Copy link

Chrome throws me the following error (translated from french):
Certificate error
The private key of this certificate is missing or incorrect

It is probably this issue. We are working on it right now
#16366

Thanks @tolusha !
Any hint for the second part of this issue (che-plugin-broker failing to start)?

@adriendelsalle
Copy link

Starting the server with the following command worked:

chectl server:start --platform=minikube --self-signed-cert

@twolastnames could you please try ?
Thanks!

@adriendelsalle
Copy link

It is probably this issue. We are working on it right now
#16366

It works by adding the certificate in the Authorities tab, not in the Your certificates one.
Sorry for that, thanks!

@che-bot
Copy link
Contributor

che-bot commented Oct 1, 2020

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 1, 2020
@che-bot che-bot closed this as completed Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/install Issues related to installation, including offline/air gap and initial setup kind/question Questions that haven't been identified as being feature requests or bugs. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. status/info-needed More information is needed before the issue can move into the “analyzing” state for engineering.
Projects
None yet
Development

No branches or pull requests

6 participants