Language server fails to startup #3865
KevinLinebackMGM
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am getting an access denied error when the language server tries to initialize a named pipe upon startup. I tried starting VS code as admin and I ensured the workspace folder has full access for admins/users. Here is a log of the error.
!ENTRY org.eclipse.jdt.ls.core 4 0 2024-11-20 14:00:21.150
!MESSAGE \.\pipe\lsp-207b6778eb8c00673ea5b3dda4b89917-sock
!STACK 0
java.nio.file.AccessDeniedException: \.\pipe\lsp-207b6778eb8c00673ea5b3dda4b89917-sock
at java.base/sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.WindowsChannelFactory.newAsynchronousFileChannel(Unknown Source)
at java.base/sun.nio.fs.WindowsFileSystemProvider.newAsynchronousFileChannel(Unknown Source)
at java.base/java.nio.channels.AsynchronousFileChannel.open(Unknown Source)
at java.base/java.nio.channels.AsynchronousFileChannel.open(Unknown Source)
at org.eclipse.jdt.ls.core.internal.ConnectionStreamFactory$PipeStreamProvider.initializeNamedPipe(ConnectionStreamFactory.java:107)
at org.eclipse.jdt.ls.core.internal.ConnectionStreamFactory$PipeStreamProvider.(ConnectionStreamFactory.java:89)
at org.eclipse.jdt.ls.core.internal.ConnectionStreamFactory.createProvider(ConnectionStreamFactory.java:269)
at org.eclipse.jdt.ls.core.internal.ConnectionStreamFactory.getSelectedStream(ConnectionStreamFactory.java:257)
at org.eclipse.jdt.ls.core.internal.ConnectionStreamFactory.getInputStream(ConnectionStreamFactory.java:275)
at org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin.startConnection(JavaLanguageServerPlugin.java:373)
at org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin.startLanguageServer(JavaLanguageServerPlugin.java:471)
at org.eclipse.jdt.ls.core.internal.LanguageServerApplication.start(LanguageServerApplication.java:47)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
Beta Was this translation helpful? Give feedback.
All reactions