-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
"The Clojure Language Client server crashed 5 times in the last 3 minutes. The server will not be restarted." #1080
Comments
Hello. Thanks for the report. Those logs are from the Clojure Language Client output? If not, which output channel are they from? |
Could you also post the output of your latest |
I think this could be that VS Code is started w/o the necessary PATHs in its environment. Seems to happen on often on Mac when VS Code is started from the GUI. See if starting VS Code from a terminal prompt makes a difference (the |
Ah, and now read the issue properly. Never mind me. 😄 |
I uninstalled and reinstalled everything related to jdk and it worked again, but now I have another problem which is that I cannot start the REPL. With projects with deps.edn the terminal returns the following: java -jar ".calva\deps.clj.jar" -Sdeps "{:deps {nrepl/nrepl {:mvn/version,""0.8.3""},cider/cider-nrepl {:mvn/version,""0.25.8""}}}" -m nrepl.cmdline --middleware "[cider.nrepl/cider-middleware]" And with leiningen projects this other: cmd.exe /d /c lein update-in :dependencies conj [nrepl,"0.8.3"] -- update-in :plugins conj [cider/cider-nrepl,"0.25.8"] -- update-in [:repl-options,:nrepl-middleware] conj '["cider.nrepl/cider-middleware"]' -- repl :headless |
That's bad... I really don't understand why quoting on windows should be so hard to get right, or rather why it works so differently for different users. Can you test what happens if you put those commands into |
mm i'm not sure if i did it right, but i pasted
And the same for a leiningen proyect: And i got this: C:\Users\Usuario\Desktop\clojure\reag5>cmd.exe /d /c lein up |
Thanks for testing that. I'll have to make some tests as well and will get back to you with more things to test. Meanwhile, can you file an issue using vscode's issues reporter (Help menu)? If it allows you to just copy the system info, you can just paste it as a comment here, but otherwise a separate issue works as well. |
Closing this since #1106 was created and the original issue is no longer occurring. A different username created that issue, so either a weird coincidence or that was you @fabricioc8. 😄 |
I'm getting this warning when I open vsc, and the message "Initializing clojure language features via clojure-lsp" keeps spinning on the bar.
This happens after I woke up and found the pc restarting with a warning that the bios had been corrupted ... I have windows 7 64bits and the day before I had been installing versions of jdk and jre for 32bits because leiningen "could not find the .../programfiles86/java/jre/bin/server/jvm.dll " file, (which I had to copy manually because with the normal installation it was not created either).
The output panel shows:
"An error has occurred while processing the shared archive file.
Unable to unmap shared space.
[Info - 11:50:58] Connection to server got closed. Server will restart.
An error has occurred while processing the shared archive file.
Unable to unmap shared space.
[Info - 11:50:58] Connection to server got closed. Server will restart.
An error has occurred while processing the shared archive file.
Unable to unmap shared space.
[Info - 11:50:58] Connection to server got closed. Server will restart.
An error has occurred while processing the shared archive file.
Unable to unmap shared space.
[Info - 11:50:58] Connection to server got closed. Server will restart.
An error has occurred while processing the shared archive file.
Unable to unmap shared space.
[Error - 11:50:58] Connection to server got closed. Server will not be restarted."
I tried reinstalling but nothing changed
Any suggestion? Thanks a lot!!
The text was updated successfully, but these errors were encountered: