-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
che-incubator/jetbrains-ide-dev-server
#73Labels
area/editor/jetbrains/intellijIssues related to the IntelliJ-based IDE for Eclipse CheIssues related to the IntelliJ-based IDE for Eclipse Chekind/bugOutline of a bug - must adhere to the bug report template.Outline of a bug - must adhere to the bug report template.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.
Description
Describe the bug
If the user container has nodejs v24 the workspace times out waiting for the editor to open.
Che version
7.114@latest
Steps to reproduce
- ASSERT: use CRW 3.26
- EXEC: create a new workspace:
- choose JetBrains IDEA editor
- import from git https://github.com/TheChosenMok/gui-wizard-official.git
- EXEC: wait for the status/editor-page to open which allows you to open it in JetBrains Gateway
Result:
The creation process times out after 600s failing to open the status/editor-page
Expected behavior
The status page should open and offer a link that you can open in the local JetBrains Gateway app.
Runtime
other (please specify in additional context)
Screenshots
No response
Installation method
other (please specify in additional context)
Environment
other (please specify in additional context)
Eclipse Che Logs
sh-5.2$ cat /idea-server/std.out
Registering the current (arbitrary) user.
Volume content:
total 105384
drwxrwsr-x. 14 root user 4096 Feb 11 14:16 .
dr-xr-xr-x. 1 root root 157 Feb 11 14:17 ..
-rw-r--r--. 1 user user 1849 Jan 21 1970 Install-Linux-tar.txt
drwxr-sr-x. 2 user user 4096 Jan 21 1970 bin
-rw-r--r--. 1 user user 16 Jan 21 1970 build.txt
-rwxrwxr-x. 1 user user 7272 Feb 11 14:16 entrypoint-volume.sh
drwxr-sr-x. 3 user user 4096 Jan 21 1970 help
drwxrwsr-x. 4 user user 4096 Feb 11 13:54 ide-plugin
drwxr-sr-x. 7 user user 4096 Jan 21 1970 jbr
drwxr-sr-x. 2 user user 4096 Jan 21 1970 jdk-shared-indexes
drwxr-sr-x. 11 user user 4096 Jan 21 1970 lib
drwxr-sr-x. 3 user user 4096 Jan 21 1970 license
lrwxrwxrwx. 1 user user 47 Feb 11 13:31 machine-exec -> /idea-server/machine-exec-bin/machine-exec-ubi9
drwxrwsr-x. 3 user user 4096 Feb 11 13:54 machine-exec-bin
drwxr-sr-x. 2 user user 4096 Jan 21 1970 modules
-rwxrwxr-x. 1 user user 54293648 Feb 11 14:16 node-ubi8
-rwxrwxr-x. 1 user user 53355512 Feb 11 14:16 node-ubi9
drwxrwsr-x. 3 user user 4096 Feb 11 13:54 node-ubi9-ld_libs
drwxr-sr-x. 157 user user 4096 Jan 21 1970 plugins
-rw-r--r--. 1 user user 176549 Jan 21 1970 product-info.json
drwxrwsr-x. 5 user user 4096 Feb 11 13:30 status-app
-rw-rw-r--. 1 user user 58 Feb 11 14:17 std.out
[INFO] openssl command is available, OpenSSL version is: OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)
[INFO] The machine-exec dynamically-linked binary for UBI9 will be used
ln: failed to create symbolic link '/idea-server/machine-exec': File exists
time="2026-02-11T14:17:22Z" level=info msg="Default 'info' log level is applied"
time="2026-02-11T14:17:22Z" level=info msg="Exec containers configuration:"
time="2026-02-11T14:17:22Z" level=info msg="==> Debug level info"
time="2026-02-11T14:17:22Z" level=info msg="==> Application url 127.0.0.1:3333"
time="2026-02-11T14:17:22Z" level=info msg="==> Absolute path to folder with static resources "
time="2026-02-11T14:17:22Z" level=info msg="==> Use bearer token: false"
time="2026-02-11T14:17:22Z" level=info msg="==> Pod selector: controller.devfile.io/devworkspace_id=workspace9dcbad3caaeb4ec2"
time="2026-02-11T14:17:22Z" level=info msg="==> Idle timeout: 30m0s"
time="2026-02-11T14:17:22Z" level=info msg="==> Stop retry period: 10s"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] GET /connect --> main.main.func2 (3 handlers)
[GIN-debug] GET /attach/:id --> main.main.func3 (3 handlers)
[GIN-debug] POST /exec/config --> main.main.func4 (3 handlers)
[GIN-debug] POST /exec/init --> main.main.func5 (3 handlers)
[GIN-debug] POST /activity/tick --> main.main.func6 (3 handlers)
[GIN-debug] GET /healthz --> main.main.func7 (3 handlers)
2026/02/11 14:17:22 ⇩ Registered RPCRoutes:
2026/02/11 14:17:22 Json-rpc MachineExec Routes:
2026/02/11 14:17:22 ✓ create
2026/02/11 14:17:22 ✓ check
2026/02/11 14:17:22 ✓ resize
2026/02/11 14:17:22 ✓ listContainers
time="2026-02-11T14:17:22Z" level=info msg="Activity tracker is run and workspace will be stopped in 30m0s if there is no activity"
time="2026-02-11T14:17:22Z" level=info msg="CLI Watcher: Started"
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on 127.0.0.1:3333
time="2026-02-11T14:17:22Z" level=info msg="CLI Watcher: Config file not found, waiting for it to appear..."
> idea-status@7.113.0-next start
> node index.mjs
file:///idea-server/status-app/index.mjs:18
import ideInfo from '../product-info.json' assert { type: 'json' };
^^^^^^
SyntaxError: Unexpected identifier 'assert'
at compileSourceTextModule (node:internal/modules/esm/utils:318:16)
at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:111:18)
at #translate (node:internal/modules/esm/loader:473:20)
at afterLoad (node:internal/modules/esm/loader:529:29)
at ModuleLoader.loadAndTranslate (node:internal/modules/esm/loader:534:12)
at #getOrCreateModuleJobAfterResolve (node:internal/modules/esm/loader:571:36)
at afterResolve (node:internal/modules/esm/loader:624:52)
at ModuleLoader.getOrCreateModuleJob (node:internal/modules/esm/loader:630:12)
at onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:649:32)
at TracingChannel.tracePromise (node:diagnostics_channel:350:14)
Node.js v24.12.0
npm notice
npm notice New minor version of npm available! 11.6.2 -> 11.9.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.9.0
npm notice To update run: npm install -g npm@11.9.0
npm notice
2026-02-11 14:17:29,521 [ 5195] WARN - #c.i.s.c.i.StationSocketConnectionLoop - Discovery connection failed with NoSuchFileException (/tmp/jb.station.user.sock)
2026-02-11 14:17:34,044 [ 9718] WARN - #c.i.p.i.b.IdeStartupWizard - Timeout on waiting for initial start, proceeding the startup flow without waiting.
Join link: tcp://127.0.0.1:5990#jt=5fc07e1e-f687-40ba-bc57-7adfb2c392ec&p=IU&fp=576E9F32AC243596047EC0F8A4A736F5D42A02210D208C9A0C5E6CD093E85478&cb=252.23892.409&newUi=true&jb=21.0.7b1038.58
Current pid: 132
> Link help:
> bin/remote-dev-server.sh run <path/to/proj> --ssh-link-host <host> --ssh-link-user <user> --ssh-link-port <port>
Hostname is not provided, using: 'workspace9dcbad3caaeb4ec2-6988fc8ff9-c9k7x'. You can specify it manually with '--ssh-link-host' option
Username is not provided, using: 'user'. You can specify it manually with '--ssh-link-user' option
Ssh port is not provided, using: '22'. You can specify it manually with '--ssh-link-port' option
*********************************************************
Join link: tcp://127.0.0.1:5990#jt=5fcXXXXXXXXXXXXC0F8A4A736F5D42A02210D208C9A0C5E6CD093E85478&cb=252.23892.409&newUi=true&jb=21.0.7b1038.58
Http link: https://code-with-me.jetbrains.com/remoteDev#idePath=%2Fidea-server&projectPath=%2Fprojects%2Fgui-wizard-official&host=workspace9dcbad3caaeb4ec2-6988fc8ff9-c9k7x&port=22&user=user&type=ssh&deploy=false&newUi=true
Gateway link: jetbrains-gateway://connect#idePath=%2Fidea-server&projectPath=%2Fprojects%2Fgui-wizard-official&host=workspace9dcbad3caaeb4ec2-6988fc8ff9-c9k7x&port=22&user=user&type=ssh&deploy=false&newUi=true
*********************************************************
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
2026-02-11 14:17:38,150 [ 13824] WARN - #c.i.w.i.i.WorkspaceModelMessageDeliveryListener - Long WSM event processing. Topic=WorkspaceModelChangeListener, offender=class com.intellij.workspaceModel.ide.impl.legacyBridge.module.LegacyProjectModelListenersBridge, message=changed, time=205ms
JCEF_V(17:43:145): Found cef_server binary '/idea-server/jbr/lib/cef_server' via System.getProperty('java.home')=/idea-server/jbr
JCEF_V(17:43:146): Java is started via native launcher. Found cef_server path /idea-server/jbr/lib/cef_server (via system propety)
[GIN] 2026/02/11 - 14:18:00 | 204 | 14.193µs | 127.0.0.1 | POST "/activity/tick"
2026-02-11 14:18:08,338 [ 44012] WARN - org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint - Unsupported notification method: @/tailwindCSS/projectInitialized
2026-02-11 14:18:09,070 [ 44744] WARN - #c.i.s.c.i.StationSocketConnectionLoop - RecentProjects connection failed with NoSuchFileException (/tmp/jb.station.user.sock)
[GIN] 2026/02/11 - 14:18:12 | 204 | 9.468µs | 127.0.0.1 | POST "/activity/tick"
2026-02-11 14:18:14,457 [ 50131] WARN - #c.i.o.a.i.ActionUpdater - 1094 ms to call on BGT ExecutorRegistryImpl$ExecutorAction#presentation@NewUiRunToolbar (com.intellij.execution.ExecutorRegistryImpl$ExecutorAction(id=Run))
[GIN] 2026/02/11 - 14:18:20 | 204 | 7.189µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:18:30 | 204 | 8.473µs | 127.0.0.1 | POST "/activity/tick"
2026-02-11 14:18:35,573 [ 71247] WARN - #c.i.p.i.c.i.i.IdIndex - class com.intellij.lang.javascript.index.JSIdIndexer for [/projects/gui-wizard-official/node_modules/react/cjs/react.production.min.js] returned non-IdEntryToScopeMapImpl map (class java.util.Collections$EmptyMap).This is not incorrect, but ineffective -- it is strongly recommended to use com.intellij.psi.impl.cache.impl.id.IdDataConsumer helper class to collect IDs and occurrence masks (instead of plain Map impl) in your IdIndexer implementation
[GIN] 2026/02/11 - 14:18:40 | 204 | 14.792µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:18:50 | 204 | 9.678µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:19:00 | 204 | 8.478µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:19:10 | 204 | 9.486µs | 127.0.0.1 | POST "/activity/tick"
2026-02-11 14:19:14,925 [ 110599] WARN - #c.i.o.a.i.ActionUpdater - 1092 ms to call on BGT ExecutorRegistryImpl$ExecutorAction#presentation@NewUiRunToolbar (com.intellij.execution.ExecutorRegistryImpl$ExecutorAction(id=Debug))
2026-02-11 14:19:14,925 [ 110599] WARN - #c.i.o.a.i.ActionUpdater - 1093 ms to call on BGT ExecutorRegistryImpl$ExecutorAction#presentation@NewUiRunToolbar (com.intellij.execution.ExecutorRegistryImpl$ExecutorAction(id=Run))
[GIN] 2026/02/11 - 14:19:20 | 204 | 17.986µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:19:30 | 204 | 7.666µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:19:40 | 204 | 9.622µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:19:50 | 204 | 8.402µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:20:00 | 204 | 7.4µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:20:10 | 204 | 8.479µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:20:20 | 204 | 7.802µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:20:30 | 204 | 7.067µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:20:40 | 204 | 7.945µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:20:50 | 204 | 8.271µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:21:00 | 204 | 7.558µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:21:10 | 204 | 7.993µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:21:20 | 204 | 7.183µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:21:30 | 204 | 7.489µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:21:40 | 204 | 9.24µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:21:50 | 204 | 7.383µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:22:00 | 204 | 6.974µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:22:10 | 204 | 8.026µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:22:20 | 204 | 5.307µs | 127.0.0.1 | POST "/activity/tick"
[GIN] 2026/02/11 - 14:22:30 | 204 | 7.728µs | 127.0.0.1 | POST "/activity/tick"
2026-02-11 14:22:31,764 [ 307438] WARN - java.util.prefs - Prefs file removed in background /home/user/.java/.userPrefs/prefs.xml
[GIN] 2026/02/11 - 14:22:40 | 204 | 7.332µs | 127.0.0.1 | POST "/activity/tick"Additional context
I was using Staging where there's CRW 3.26
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/editor/jetbrains/intellijIssues related to the IntelliJ-based IDE for Eclipse CheIssues related to the IntelliJ-based IDE for Eclipse Chekind/bugOutline of a bug - must adhere to the bug report template.Outline of a bug - must adhere to the bug report template.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.
Type
Projects
Status
🚧 In Progress