Jonathon McKitrick writes:
> I just tried again, with and without trampoline, and now I'm getting this:
Sorry about this; there was a bug that was affected by the networking
limitations on dynos. I've pushed out a fix now.
-Phil
--
--
You received this message because you are subscribed to t
And that wouldn't make sense on Heroku, would it?
On Friday, January 25, 2013 12:08:46 AM UTC-5, AtKaaZ wrote:
>
> looks like you denied outgoing for java.exe in your firewall
> the java.exe that's in your path(or in JAVA_HOME if set)
>
> in my case:
> ie. cmd.exe
> C:\Users\user>java -version
> j
I wonder how the double posting happens (I've seen others do it), and I've
sent that from gmail. (I'll assume something causes the send email to
happen twice)
On Fri, Jan 25, 2013 at 6:08 AM, AtKaaZ wrote:
> looks like you denied outgoing for java.exe in your firewall
> the java.exe that's in y
looks like you denied outgoing for java.exe in your firewall
the java.exe that's in your path(or in JAVA_HOME if set)
in my case:
ie. cmd.exe
C:\Users\user>java -version
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02,
I just tried again, with and without trampoline, and now I'm getting this:
...
Retrieving net/cgrand/parsley/0.9.1/parsley-0.9.1.jar from clojars
ConnectException Connection refused
java.net.PlainSocketImpl.socketConnect (PlainSocketImpl.java:-2)
java.net.AbstractPlainSocketImpl.doConnect
(Abstr
And *this* is what I love about Clojure and the Clojure community
On Tuesday, January 22, 2013 11:07:39 PM UTC-5, Phil Hagelberg wrote:
>
>
> Jonathon McKitrick writes:
>
> > I checked out the GitHub repos for leiningen and leiningen_repl, but
> > nothing jumps out as the cause. I require l
Jonathon McKitrick writes:
> I checked out the GitHub repos for leiningen and leiningen_repl, but
> nothing jumps out as the cause. I require leiningen 2.0.0, but dropping
> this requirement allows the repl task to load and run.
This is due to the release of Leiningen 2.0.0; the buildpack cur
I've been deploying/testing/running a noir app on heroku for weeks. This
morning, I ran 'heroku run lein run', which never has an issue. I got this:
java.lang.RuntimeException: No such var: repl/profile,
compiling:(leiningen/standalone_repl.clj:9)
I checked out the GitHub repos for leiningen