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

"Connection refused" with Java 1.8 #4

Closed
eigenhombre opened this issue Aug 20, 2015 · 6 comments
Closed

"Connection refused" with Java 1.8 #4

eigenhombre opened this issue Aug 20, 2015 · 6 comments

Comments

@eigenhombre
Copy link

Hi! I've been getting failures to connect to my S3 repo since I upgraded Java to 1.8:

(defproject s3bug "0.1.0-SNAPSHOT"
  :dependencies [[myorganization/mylibrary "0.4.19"]
                 [org.clojure/clojure "1.7.0"]]
  :repositories [["heimat" {:url "s3://mybucket/mydirectory/
                            :username :env/my_aws_keyid
                            :password :env/my_aws_secret}]]
  :plugins [[lein-maven-s3-wagon "0.2.4"]])

s3bug (master)  lein deps
[WARN] s3://mybucket/mydirectory/ - Connection refused
[INFO] Logged off - mybucket
Could not transfer artifact myorganization:mylibrary:pom:0.4.19 from/to heimat (s3://mybucket/mydirectory/): Could not connect to repository
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.

If I switch back to Java 1.7, it works fine.

@wgb
Copy link

wgb commented Aug 31, 2015

Also getting this same issue. I believe it's the latest Java 1.8 release as I was running 8 previously with no problem.

@blischalk
Copy link

I am encountering this issue as well.

@savagematt
Copy link

+1

@cch1
Copy link

cch1 commented Sep 29, 2015

Same here.

@pjstadig
Copy link
Owner

I believe this is fixed by #6 and has been released as 0.2.5. Can you try using that and verify that it fixes the issue?

@cch1
Copy link

cch1 commented Oct 19, 2015

I can confirm that the issue is resolved with release 0.2.5. Thanks @pjstadig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants