-
Notifications
You must be signed in to change notification settings - Fork 463
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
Not Starting Up Properly Probably Due to Unix Domain Socket Length Limitations #3371
Comments
The related issue - eclipse-jdtls/eclipse.jdt.ls#2932 |
Noice! If this is a duplicate I'm happy to close, or if it'll be good to capture it here i'm happy it staying too. Either way i've subscribed to the above, and I will happily test if there's a possible fix! Btw: |
This problem presents again in version Log
|
The path is The code ultimately calls https://github.com/openjdk/jdk21/blob/master/src/java.base/unix/native/libnio/ch/UnixDomainSockets.c#L85-L86 ( https://github.com/openjdk/jdk21/blob/890adb6410dab4606a4f26a942aed02fb2f55387/src/java.base/unix/native/libnio/ch/nio_util.h#L54-L56 ). I believe Yes, switching to Does your system have |
There's no |
Good evening! I and a couple other people on the team can say now that after upgrading to the latest VSCode Insiders / vscode-java standard/preview versions, the extension is not starting up successfully.
The "spinning" wheel keeps spinning indefinitely, and if you go to "Show Build Status" you get an absolutely empty window with no logs/status, at any point.
There are no interesting errors in any of the typical "Output" windows, for anything java. However, a
Java: Open all Log Files
gives at least this:This makes me think like maybe something was changed where the socket lives, and when running Insiders the path just gets too big / longer than 100~ characters?
This would explain why i'm not seeing any log/error messages in "Show Build Status", since we aren't able to actually connect to the socket!
Nothing was changed between 1.23.0 and 1.24.0 over here that would make any sense, so I'm wondering if it's a VS Code Insiders issue with its temp path logic?
Environment
java.import.gradle.java.home
andjava.jdt.ls.java.home
are at:17.0.3-tem
but getting rid of these doesn't make this go away/do anything different.1.84.0-insider
(No updates at the time of posting)v1.24.0
and the preview one too!Steps To Reproduce
Current Result
Plugin does not initialize properly, with the error above, and the spinning icon continue to spin indefinitely.
Expected Result
App initalizes properly.
Additional Informations
The text was updated successfully, but these errors were encountered: