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

Eclipse freezes when doing a Load File #874

Open
didibus opened this issue Aug 10, 2016 · 1 comment
Open

Eclipse freezes when doing a Load File #874

didibus opened this issue Aug 10, 2016 · 1 comment
Milestone

Comments

@didibus
Copy link

didibus commented Aug 10, 2016

When I am not connected to a REPL and I do a Load File Into Clojure, then my entire Eclipse freezes. I see the Console showing that it started an nRepl server, and it shows the IP and port for it, but then it just hangs, and I have to force quite Eclipse.

Here's what's in the logs:

lib/ccw.server-jar/ccw/debug/serverrepl.clj -e "(alter-var-root #'clojure.core/print-object (fn [old-print-object] (fn [o, ^java.io.Writer w] (when (instance? clojure.lang.IMeta o)      (#'clojure.core/print-meta o w))         (.write w \"#<\")         (let [name (.getSimpleName (class o))]           (when (seq name)             (.write w name)             (.write w \" \")))         (.write w (str o))         (.write w \">\"))))" -e "(do (require 'clojure.pprint) (@(find-var 'clojure.pprint/use-method) @(find-var 'clojure.pprint/simple-dispatch) clojure.lang.Var @(find-var 'clojure.pprint/pprint-simple-default)))" -e "(require 'clojure.tools.nrepl.server)(require 'cider.nrepl)(let [server (clojure.tools.nrepl.server/start-server :handler cider.nrepl/cider-nrepl-handler)] (println (str \"nREPL server started on port \" (:port server) \" on host 127.0.0.1 - nrepl://127.0.0.1:\" (:port server))))"

!ENTRY ccw.core 1 0 2016-08-10 02:12:51.736
!MESSAGE reading in launchNameREPLURLPromiseAndWithREPLView the key: SanctionsScreeningService REPL #1

!ENTRY ccw.core 1 0 2016-08-10 02:13:02.017
!MESSAGE reading in launchNameREPLURLPromiseAndWithREPLView the key: SanctionsScreeningService REPL #1 for getting the promise to set the port to nrepl://127.0.0.1:34131

It seems to just hang there. Any help?

@didibus
Copy link
Author

didibus commented Aug 27, 2016

It seems this happens if my project has a declared dependency on nRepl.

@laurentpetit laurentpetit added this to the 0.36.0 milestone Sep 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants