-
Notifications
You must be signed in to change notification settings - Fork 99
REPL server launch timed out #243
Comments
Thanks for the report, and the feedback! I'm not 100% sure how to reproduce this as a repl on my side seems to come up OK, but I think this came up again, so any help in listing reproduction steps would be good to have. |
Hi @Em-AK Could you check the following?
|
I have the same problem. I am on Java version 1.8.0_211-b12 and lein version 2.9.1, I don't have a file called I used to be able to quit the terminal and try again and it would work, but then I would get the error:
When typing |
The REPL does take a very long time to load for me as well. Also on OS X Mojave. Using Java 12.0.2-open. How long it takes can be witnessed in a video I recorded and posted on ClojureVerse: https://clojureverse.org/t/unable-to-resolve-symbol-go-in-this-context/4777/4 |
Starting a REPL on a new project times out (issue plexus#243). This increases the timeout for starting the REPL to 5 minutes.
Starting a REPL on a new project times out (issue #243). This increases the timeout for starting the REPL to 5 minutes.
I generated an app from the template to try it for the first time.
lein new chestnut demochest +garden +re-frame +http-kit
With the default timeout the REPL is not able to start.
First attempt:
Any following attempts:
It only started properly after I modified the timeout to something bigger
This is the only painpoint I have to report form my first use of the template. This one appart I am very happy about how these fine technologies are assembled in the template 👏
The text was updated successfully, but these errors were encountered: