You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.intellij.execution.WorkingDirectoryNotFoundException: Cannot start process, the working directory '' does not exist
in Intellij on Mac it's configured manually with
biome binary set to /opt/homebrew/Cellar/biome/1.7.3/bin/biome (brew installed binary)
and json path explicit set to the existing biome.json, which is working in another project.
CLI works fine, just Intellij has this forever crash.
also the lsp starts without complains from the shell (not a good test, but...).
Probably a config setting somewhere, but i found nowhere i can set this.
And perhaps don't restart forever on failure?
Complete stack trace from idea.log:
WARN - #c.i.p.l.i.LspServerImpl - BiomeLspServerDescriptor@****(Initializing;0): Failed to start LSP server
com.intellij.execution.WorkingDirectoryNotFoundException: Cannot start process, the working directory '' does not exist
at com.intellij.execution.configurations.GeneralCommandLine.validateAndPrepareCommandLineForLocalRun(GeneralCommandLine.java:400)
at com.intellij.execution.configurations.GeneralCommandLine.createProcess(GeneralCommandLine.java:350)
at com.intellij.execution.process.OSProcessHandler.startProcess(OSProcessHandler.java:86)
at com.intellij.execution.process.OSProcessHandler.<init>(OSProcessHandler.java:46)
at com.intellij.platform.lsp.api.LspServerDescriptor$startServerProcess$1.<init>(LspServerDescriptor.kt:98)
at com.intellij.platform.lsp.api.LspServerDescriptor.startServerProcess(LspServerDescriptor.kt:98)
at com.intellij.platform.lsp.impl.connector.Lsp4jServerConnectorStdio.<init>(Lsp4jServerConnectorStdio.kt:17)
at com.intellij.platform.lsp.impl.LspServerImpl.j(LspServerImpl.kt:318)
at com.intellij.platform.lsp.impl.LspServerImpl.j(LspServerImpl.kt:298)
at com.intellij.openapi.application.impl.RwLockHolder$executeOnPooledThread$1.run(RwLockHolder.kt:154)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:840)
The text was updated successfully, but these errors were encountered:
ar4hc
changed the title
Plugin crashes in forver loop with WorkingDirectoryNotFoundException
Plugin crashes in forever loop with WorkingDirectoryNotFoundExceptionMay 21, 2024
i got one error stating
in Intellij on Mac it's configured manually with
biome binary set to
/opt/homebrew/Cellar/biome/1.7.3/bin/biome
(brew installed binary)and json path explicit set to the existing biome.json, which is working in another project.
CLI works fine, just Intellij has this forever crash.
also the lsp starts without complains from the shell (not a good test, but...).
Probably a config setting somewhere, but i found nowhere i can set this.
And perhaps don't restart forever on failure?
Complete stack trace from idea.log:
biome rage:
The text was updated successfully, but these errors were encountered: