Re: Can't start repl with Leiningen

2014-03-02 Thread Matej Fröbe
now it doesn't. The call to nrepl.ack/wait-for-ack in repl.clj ( https://github.com/technomancy/leiningen/blob/master/src/leiningen/repl.clj) wasn't succesfull with the stricter rules. Am Mittwoch, 26. Februar 2014 22:10:57 UTC+1 schrieb Matej Fröbe: > > > > > >

Re: Can't start repl with Leiningen

2014-02-26 Thread Matej Fröbe
gt; running Ubuntu x64. > > On Wednesday, February 26, 2014 3:05:53 PM UTC-5, Matej Fröbe wrote: >> >> I only have 2GB. I tried adding -Xms1024M (and some lower and higher >> values) to the java command in lein script, but it didn't help. >> >> >> Am Mittwoch,

Re: Can't start repl with Leiningen

2014-02-26 Thread Matej Fröbe
esday, February 26, 2014 9:28:42 AM UTC-8, Matej Fröbe wrote: >> >> Debian jessie 32-bit >> >> Am Mittwoch, 26. Februar 2014 15:50:19 UTC+1 schrieb John Gabriele: >>> >>> On Wednesday, February 26, 2014 3:19:43 AM UTC-5, Matej Fröbe wrote:

Re: Can't start repl with Leiningen

2014-02-26 Thread Matej Fröbe
Debian jessie 32-bit Am Mittwoch, 26. Februar 2014 15:50:19 UTC+1 schrieb John Gabriele: > > On Wednesday, February 26, 2014 3:19:43 AM UTC-5, Matej Fröbe wrote: >> >> It seems that this is independent of where I run the project. >> >>> >>>> >

Re: Can't start repl with Leiningen

2014-02-26 Thread Matej Fröbe
know for a fact that if you have ":eval-in :trampoline" in it, the repl > will fail with that error. > > On Tuesday, February 25, 2014 2:56:04 PM UTC-5, Matej Fröbe wrote: >> >> Hi John, >> >> Thank you for your answer. I have tried this already, but it

Re: Can't start repl with Leiningen

2014-02-25 Thread Matej Fröbe
Hi John, Thank you for your answer. I have tried this already, but it doesn't help. Any other suggestions, how to find the cause of the problem? Matej Am Dienstag, 25. Februar 2014 19:51:51 UTC+1 schrieb John Gabriele: > > On Sunday, February 23, 2014 4:32:54 PM UTC-5, Matej

Can't start repl with Leiningen

2014-02-23 Thread Matej Fröbe
Hello Clojure users! I have a problem with running *$lein repl* After some time I get: *REPL server launch timed out.* *$lein run myproject* works fine Leiningen and Java versions are: *$lein versionLeiningen 2.3.4 on Java 1.7.0_21 OpenJDK Client VM* I tried deleting stuff in ~/.lein but it do