wsagent doesn't exist (Che 7.0.0-beta-2.0)
See original GitHub issueDescription
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:
- Created 4 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
No results found
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
@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
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!
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?