This section contains information about selected existing issues known at the time of the Eclipse Che 7.9 release that affect user experience.
Permission denied errors when installing Eclipse Che in the default namespace
When installing Eclipse Che in the default namespace, the proper security contexts and file permissions are not set appropriately, causing the installation to fail. Users should avoid installing Eclipse Che in the default namespace and instead create a new namespace, for example, che, to contain the Eclipse Che installation.
Issue description: https://github.com/eclipse/che/issues/14426
Language-support plug-ins potential malfunction
Some language-support plug-ins (in particular Java, Python, and C#) may experience issues detecting newly cloned projects. When experiencing problems with features such as code assist, try refreshing the page in the browser (press F5).
Issue description: https://github.com/eclipse/che/issues/13427
Bright fonts are not set in dark theme in Firefox
When using the Eclipse Che dark theme in Firefox, workspace content is rendered using a black-color font. This makes the content unreadable.
Issue description: https://github.com/eclipse/che/issues/13442
Problems opening workspace in newest Chrome versions on non-TLS installations on distributed clusters
When Eclipse Che is installed in a non-TLS (for example HTTP) mode and, at the same time, on a distributed cluster where the host names of Che server and workspace routes are different, latest Chrome versions may reject to open workspaces due to limitations in using SameSite and Secure policies of auth cookies set by JWTProxy.
Issue description: https://github.com/eclipse/che/issues/16384
Workspace start failures when StorageClass configured with volumeBindingMode set to WaitForFirstConsumer on OpenShift older than 4.2
When Eclipse Che is installed on OpenShift older than 4.2, and StorageClass is configured with the volumeBindingMode property set to WaitForFirstConsumer, workspaces may fail to start with a Unrecoverable event occurred: 'FailedScheduling' message.
To work around the issue, use one the following:
-
Reconfigure Eclipse Che and remove
FailedSchedulingfrom theche.infra.kubernetes.workspace_unrecoverable_eventsproperty value (in theche.propertiesfile or deployment configuration) -
Upgrade the OpenShift installation to version 4.2 or higher.
Issue description: https://github.com/eclipse/che/issues/14670
Other issues
See the full list of Che 7.9 issues on GitHub.