question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

wsagent doesn't exist (Che 7.0.0-beta-2.0)

See original GitHub issue

Description

Unable to open any workspaces or see any editors. Provides the issue of: com.google.web.bindery.event.shared.UmbrellaException: Exception caught: wsagent doesn't exist

Reproduction Steps

Try to create any workspace or run any existing workspaces with an editor plugin enabled

OS and version:
Ubuntu 18.04.2 Docker 18.09.2 (API 1.39) Che 7.0.0-beta-2.0

I am using Multi-user and single port

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
NealBozemancommented, Jun 22, 2019

@ivucica, here is what I’ve come to understand.

The former quickstart which previously relied on docker no longer works. The old docker commands will spin up the containers with the Che 7 images, but nothing will work, and you’ll experience the behavior you are seeing.

Per the Che 7 Quickstart, Che 7 requires either

  • a K8s environment, such as through minikube, or
  • an OpenShift environment, such as through minishift.

You must also install chectl (instructions in the quickstart), and manage Che 7 through that. Do not use the previous docker commands that allowed you to manage Che 6.

Regarding your old configurations: Workspaces no longer have installers, and instead use Plugins and Editors. If you want to use the new format, you need to remove the JSON attribute “Installers” from the workspace “config” tab. The functionality previously done through installers is now loaded as a sidecar container. This is actually pretty slick.

Not sure about your keycloak, if you can keep it or not. Good luck!

1reaction
lamgibrcomcommented, Jun 8, 2019

Hi @eivantsov I’m facing the same problem running Che 7.0.0-RC-1.0. I’m not able to start any Che7 (with Theia) workspaces provided ooo on the section “new Workspace”, they fails with the same error or a generic message “Workspace Stopped”. Could you clarify better what’s the reasons is and how to fix it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found