Editor is not started when workspace started from some devfiles from the `registry.devfile.io`
Describe the bug
Editor is not started when workspace started from some devfiles from the registry.devfile.io:
- django
- go
- python
- java-vertex
- wildfly
Che version
next (development version)
Steps to reproduce
- Deploy Eclipse Che on OpenShift
- Configure external devfile registry
https://registry.devfile.io
oc patch checluster/eclipse-che --patch '{"spec": {"components": {"devfileRegistry": {"disableInternalRegistry": true, "externalDevfileRegistries": [{"url": "'https://registry.devfile.io'"}]}}}}' --type=merge -n eclipse-che
- Try a start a workspace from the stacks above
Expected behavior
Workspace is started successfully
Runtime
OpenShift
Screenshots
No response
Installation method
OperatorHub
Environment
Linux
Eclipse Che Logs
No response
Additional context
No response
Included in https://github.com/eclipse/che/issues/20251
Depends on https://github.com/eclipse/che/issues/21778
The pull request for the Vert.x Java Stack: https://github.com/devfile/registry/pull/295
The pull request for the WildFly Bootable Jar Stack: https://github.com/devfile/registry/pull/296
@RomanNikitenko both PRs have been merged and https://github.com/eclipse/che/issues/22814 is closed can we close this issue as well cc: @musienko-maxim
@ibuziuk
There are 5 stacks in the PR description, I tested creation of workspace for those stacks on the dogfooding instance.
A workspace starts successfully for django, go, python, it still fails for java-vertex and wildfly.
I see that new versions (with fixed devfile) for the stacks are still absent on the devfile.io:
Do you know when it's going to be updated? At the same it's OK for me to close the current issue as the PRs were merged and we are just waiting for update on the devfile.io side.
@RomanNikitenko is it still outdated or the issue can be resolved
At the moment the registry doesn't contain my changes, but I guess it should be updated tomorrow: https://github.com/devfile/registry?tab=readme-ov-file#registry
The public registry is updated weekly, by 12pm EST Wednesdays, with any updated stacks in this repository.
The devfile registry was updated,
I successfully started workspaces for WildFly Bootable Jar and Vert.x Java stacks