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
> 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, mixed mode)
>
> C:\Users\user>where java
> C:\Program Files\Java\jdk1.7.0_09\bin\java.exe
>
> C:\Users\user>echo %JAVA_HOME%
> C:\Program Files\Java\jdk1.7.0_09
> (but I also have PATH set to it)
>
>
> On Fri, Jan 25, 2013 at 2:43 AM, Jonathon McKitrick 
> <jmcki...@gmail.com<javascript:>
> > wrote:
>
>> 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 
>> (AbstractPlainSocketImpl.java:327)
>> java.net.AbstractPlainSocketImpl.connectToAddress 
>> (AbstractPlainSocketImpl.java:193)
>>  java.net.AbstractPlainSocketImpl.connect 
>> (AbstractPlainSocketImpl.java:180)
>> java.net.SocksSocketImpl.connect (SocksSocketImpl.java:384)
>>  java.net.Socket.connect (Socket.java:546)
>> java.net.Socket.connect (Socket.java:495)
>> java.net.Socket.<init> (Socket.java:392)
>>  java.net.Socket.<init> (Socket.java:206)
>> clojure.tools.nrepl/connect (nrepl.clj:177)
>> clojure.core/apply (core.clj:601)
>>  clojure.tools.nrepl/add-socket-connect-method!/fn--332 (nrepl.clj:219)
>> Bye for now!
>>
>>
>> On Tuesday, January 22, 2013 11:07:39 PM UTC-5, Phil Hagelberg wrote:
>>>
>>>> This is due to the release of Leiningen 2.0.0; the buildpack currently 
>>>> back-ports a bugfix to the repl via an alias in a way that only works 
>>>> in 
>>>> the preview. For the time being you can use `lein trampoline repl` 
>>>> explicitly; I'll push a fix for the alias tomorrow. Thanks for bringing 
>>>> this to my attention. 
>>>>
>>>> -Phil 
>>>>
>>>  -- 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com<javascript:>
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>>  
>>  
>>
>
>
>
> -- 
> I may be wrong or incomplete.
> Please express any corrections / additions,
> they are encouraged and appreciated.
> At least one entity is bound to be transformed if you do ;)
>  

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Reply via email to