-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't start client ERDiagram Language Server #67
Comments
I was having the same issue. I was on VS code August 2024 (version 1.93). I reverted to VS code June 2024 (version 1.91) |
Any solution for this problem with new VS Code versions? |
I have the same issue - trying to use for a Pharma Client |
I cannot reproduce this with the current version of VS Code and Java 21 on Mac. |
I can also confirm the issue is occurring on Windows, with a fresh install from the extensions tab in vscode. Reproduced using lastest headI managed to run the extension locally using the lastest head, after building the extension the following events can be seen in extension host output: 2024-11-20 15:20:14.899 [info] Extension host with pid 12820 started
2024-11-20 15:20:14.899 [info] Skipping acquiring lock for c:\Users\Adam_\AppData\Roaming\Code\User\workspaceStorage\a49d96fb834005eb16f5b5e4cd85c3be.
2024-11-20 15:20:14.933 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2024-11-20 15:20:14.977 [info] ExtensionService#_doActivateExtension BIGModelingTools.erdiagram, startup: false, activationEvent: 'onLanguage:erdiagram'
2024-11-20 15:20:15.138 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2024-11-20 15:20:15.187 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2024-11-20 15:20:15.349 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2024-11-20 15:20:15.552 [warning] [vscode.git] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for 'git.openRepositoryInParentFolders', provide the URI of a resource or 'null' for any resource.
2024-11-20 15:20:15.552 [warning] [vscode.git] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for 'git.showProgress', provide the URI of a resource or 'null' for any resource.
2024-11-20 15:20:15.580 [info] Eager extensions activated
2024-11-20 15:20:15.612 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2024-11-20 15:20:15.620 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2024-11-20 15:20:16.143 [error] Error: spawn EINVAL
at ChildProcess.spawn (node:internal/child_process:421:11)
at Object.spawn (node:child_process:796:9)
at c:\git projects\bigER\extension\pack\main.js:13639:40 Expected BehaviorDialog saying that it has been correctly loaded. Steps to ReproduceOn opening an .erd file EnvironmentOS: Windows 11 Pro 10.0.26100 Possible IssueI think the issue is likely connected to a recent CVE which then triggered a breaking change for nodejs, which vscode has since moved to from v1.92.
The previous issue outlines the changes required to adjust and resolve the issue in the immediate future (gitkraken/vscode-gitlens#3387) as outlined below:
I have not tested the suggested changes, but do have some time if you would like me to test the possible resolution with a PR. |
@AdamBanham , Hi Adam, I just met this kind of issue , and is there any workaround to solve it ? thanks ~ |
Description
can't use the tool due to this error
output:
Current Behavior
No response
Expected Behavior
No response
Steps to Reproduce
Environment
-OS: Windows
-JAVA: openjdk 11.0.16.1 2022-08-12 LTS
-VSCode: 1.92.2
Additional Information
No response
The text was updated successfully, but these errors were encountered: