This documentation is for a release that is no longer maintained
See documentation for the latest supported version.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 7. Known issues
7.1. Error when starting a workspace in Dev Spaces deployed to OpenShift Platform 4.18 Link kopierenLink in die Zwischenablage kopiert!
There is a known issue affecting workspaces in Dev Spaces deployed to OpenShift Platform 4.18. When you start the workspace, the following error message appears: "Error creating DevWorkspace deployment: Container tools has state ImagePullBackOff".
Workaround
- Restart the workspace.
Additional resources
7.2. Workspaces using JetBrains IDEs ignore idling timeouts Link kopierenLink in die Zwischenablage kopiert!
There is a known issue with the desktop versions of JetBrains IDEs. Workspaces using these IDEs ignore idling timeouts specified by CheCluster properties such as secondsOfRunBeforeIdling
, and secondsOfInactivityBeforeIdling
. There is currently no workaround available.
Additional resources
7.3. JetBrains editors cause workspace startup failure on IBM Power and IBM Z Link kopierenLink in die Zwischenablage kopiert!
There is currently a known issue affecting the use of the desktop versions of JetBrains IDEs with IBM Power, and IBM Z architectures. The downloaded JetBrains IDE binaries are not multi-arch, causing workspace startup to fail. There is currently no workaround available.
Additional resources
7.4. Workspaces created with ubi9-based samples as a tool container fail to start with JetBrains IntelliJ IDEA (desktop) Link kopierenLink in die Zwischenablage kopiert!
There’s currently a known issue with starting workspaces created with ubi9-based samples (ubi9-minimal, ubi-init, and ubi9) in the desktop version of JetBrains IntelliJ IDEA. The IDE does not load, causing the start of the workspace to fail after a period of time. Currently, there is no workaround available.
Additional resources
7.5. Error when re-opening a running workspace in JetBrains IntelliJ IDEA (desktop) Link kopierenLink in die Zwischenablage kopiert!
There is currently a known issue affecting workspaces running in the desktop version of JetBrains IntelliJ IDEA. If you close the IDE while the workspace is still running, you will receive the following error messages after re-opening the IDE: "There was an error in the connection provider", and "No connection handle was returned". There are multiple workarounds available.
Workaround
- Open the workspace locally using the JetBrains Gateway plugin for Dev Spaces.
- Restart the workspace.
- Restart the computer.
Additional resources
7.6. Non-admin users can’t fetch list of workspaces with the JetBrains Gateway plugin Link kopierenLink in die Zwischenablage kopiert!
There is currently a known issue affecting workspaces created by non-admin users and the JetBrains Gateway plugin. If you create workspaces in Dev Spaces as a non-admin user and use the same account to access Dev Spaces locally on your computer through the JetBrains Getaway plugin, the fetched list of workspaces will be empty. There is currently no workaround available.
Additional resources
7.7. Workspaces using JetBrains IntelliJ IDEA editor fail to start in air-gapped environment Link kopierenLink in die Zwischenablage kopiert!
There’s currently a known issue affecting workspaces using JetBrains Intellij IDEA in an air-gapped environment. If you choose JetBrains IntelliJ IDEA as your editor and try starting a workspace, the workspace startup will fail. A workaround is available.
Workaround
-
Whitelist JetBrains editor binary CDN host
download-cdn.jetbrains.com
.
Additional resources
7.8. Refresh token mode causes cyclic reload of the workspace start page Link kopierenLink in die Zwischenablage kopiert!
There is a known issue when experimental refresh token mode is applied using the CHE_FORCE_REFRESH_PERSONAL_ACCESS_TOKEN
property for the GitHub and Microsoft Azure DevOps OAuth providers. This causes the workspace starts to reload the dashboard cyclically, creating a new personal access token on each page restart. The refresh token mode works correctly for 'GitLab' and 'BitBucket' OAuth providers.
Additional resources
7.9. Debugger does not work in the .NET sample Link kopierenLink in die Zwischenablage kopiert!
Currently, the debugger in Microsoft Visual Studio Code - Open Source does not work in the .NET sample.
Workaround
Use a different image from the following sources:
Additional resources