Skip to content
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

Can't start REPL with 2019.3 #2504

Closed
cursive-ide opened this issue Feb 13, 2021 · 3 comments
Closed

Can't start REPL with 2019.3 #2504

cursive-ide opened this issue Feb 13, 2021 · 3 comments
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@cursive-ide
Copy link
Owner

When trying to start a REPL with recently Cursive versions on IntelliJ 2019.3, the following error is produced:

Error running 'CLJ Local': class clojure.lang.PersistentVector cannot be cast to class [Lcom.intellij.openapi.actionSystem.AnAction; (clojure.lang.PersistentVector is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @7e26aea8; [Lcom.intellij.openapi.actionSystem.AnAction; is in unnamed module of loader com.intellij.util.lang.UrlClassLoader @5419f379)
@cursive-ide cursive-ide added this to the 1.10.1 milestone Feb 13, 2021
@cursive-ide cursive-ide added the bug Marks issues describing bugs label Feb 13, 2021
@cursive-ide cursive-ide modified the milestones: 1.10.1, 1.10.1-eap3 Feb 17, 2021
@isaac-siegel
Copy link

Verified fixed in 1.10.1-eap3-2019.3, huge thank you!

@lensgolda
Copy link

Got the same today 28/02/2021
2019.3.5 clojure 1.10.1
leiningen project.clj
:jvm-opts ["-Dclojure.server.repl={:address,"0.0.0.0",:port,50505,:accept,clojure.core.server/repl}"]
Run/Debug -> ClojureREPL Remote -> Socket : Connect to server: localhost port: 50505

Error running 'REPL': class clojure.lang.PersistentVector cannot be cast to class [Lcom.intellij.openapi.actionSystem.AnAction; (clojure.lang.PersistentVector is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @179f5098; [Lcom.intellij.openapi.actionSystem.AnAction; is in unnamed module of loader com.intellij.util.lang.UrlClassLoader @192c3f1e)

@cursive-ide
Copy link
Owner Author

@lensgolda This is fixed in the EAP build detailed above. Instructions for using EAP builds are here. Alternatively, you could wait a bit - I should have a stable release out with this fix soon.

@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

3 participants