-
Bug
-
Resolution: Done
-
Critical
-
3.19.0.GA, 3.20.0.GA
-
False
-
-
False
-
Release Notes
-
-
Known Issue
-
Done
-
-
Description of problem:
Workaround
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Install Dev Spaces 3.19.0.RC-23 on OCP 4.17
- Go to User Dashboard > Create Workspace
- Select JetBrains Intellij IDEA Ultimate editor
- Create workspace using Git repo https://github.com/crw-qe/ubi9-based-sample-public/tree/ubi9-minimal
Actual results:
Workspace failed on waiting for JetBrains Intellij IDEA Ultimate desktop editor to start:
DevFile.yaml:
schemaVersion: 2.2.2 metadata: name: ubi9-minimal-demo components: - name: tools container: image: registry.access.redhat.com/ubi9-minimal args: ['tail', '-f', '/dev/null'] endpoints: - exposure: public name: nodejs protocol: http targetPort: 3000 memoryLimit: 2Gi memoryRequest: 256Mi mountSources: true attributes: controller.devfile.io/merge-contribution: true
DevWorkspace: devworkspace-ubi9-minimal-demo-1.yaml
DevWorkspaceTemplate: devworkspacetemplate-che-idea-server-ubi9-minimal-demo-1.yaml
There were no error messages in workspace container logs:
workspace2e86fb11f1474ac4-655bfc5469-9t6z8-che-gateway.log
workspace2e86fb11f1474ac4-655bfc5469-9t6z8-editor-injector.log
workspace2e86fb11f1474ac4-655bfc5469-9t6z8-project-clone.log
Expected results:
Workspace started successfully.
Reproducibility (Always/Intermittent/Only Once):
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):
- OS: Windows 10
- JetBrains Intellij IDEA Ultimate 2024.3.4
- JetBrains Gateway 2024.3.3
- OpenShift Dev Spaces plugin 0.0.7
The same error happened with next container images:
- registry.access.redhat.com/ubi9
- registry.access.redhat.com/ubi9-init
Workspace with quay.io/devfile/universal-developer-image:ubi9-latest image (git repo https://github.com/crw-qe/quarkus-api-example-public.git) started successfully in JetBrains Intellij IDEA Ultimate desktop editor.
Workspace with quay.io/devfile/universal-developer-image:ubi8-latest image (git https://github.com/crw-qe/quarkus-api-example-public/blob/ubi8-latest/devfile.yaml) started successfully in JetBrains Intellij IDEA Ultimate desktop editor.
*
- relates to
-
CRW-8880 [RN] Workspace which used ubi9-minimal, ubi9-init, ubi9 as a tool container failed to start on waiting for JetBrains desktop editor to start
-
- Resolved
-
-
CRW-8941 [RN] Workspace which used ubi9-based images failed to start on waiting for JetBrains desktop editor to start
-
- Closed
-
- links to