[leiningen] Re: Issue with connecting to maven

  • From: Prakash Neelakantan <prakashn@xxxxxxxxx>
  • To: leiningen@xxxxxxxxxxxxx
  • Date: Mon, 22 Aug 2016 16:23:43 -0400

leiningen 2.6.1 on Java 1.8.0_45 Java HotSpot(TM) 64-Bit Server VM

I am connected on my home network. No proxy



On Monday, August 22, 2016, Daniel Compton <daniel.compton.lists@xxxxxxxxx>
wrote:

This looks like an SSL problem. What version of Java do you have
installed? Are you on a corporate network, or a home PC? This might
possibly be helpful, though I suspect it’s not really the issue:
https://confluence.atlassian.com/crowdkb/unrecognized
-ssl-message-plaintext-connection-582877397.html

On Tue, Aug 23, 2016 at 5:38 AM Prakash Neelakantan <prakashn@xxxxxxxxx>
wrote:

I am running leiningen on a Windows 7 machine.
After installing lein.bat and running self-install i tried
lein repl to install the rest of the components

 I get the following error. I am not behind a proxy.

apprciate any suggestions to resolve this


Prakash

_______

D:\Users\400205202>lein repl
Could not transfer artifact org.clojure:tools.nrepl:pom:0.2.12 from/to
central (https://repo1.maven.org/maven2/): Unrecognized SSL message,
plaintext connection?
Could not transfer artifact clojure-complete:clojure-complete:pom:0.2.4
from/to central (https://repo1.maven.org/maven2/): Unrecognized SSL
message, plaintext connection?
Could not transfer artifact org.clojure:clojure:pom:1.8.0 from/to central
(https://repo1.maven.org/maven2/): Unrecognized SSL message, plaintext
connection?
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.
Exception in thread "Thread-3" clojure.lang.ExceptionInfo: Could not
resolve dependencies {:suppress-msg true, :exit-code 1}
        at clojure.core$ex_info.invokeStatic(core.clj:4617)
        at clojure.core$ex_info.invoke(core.clj:4617)
        at leiningen.core.classpath$fn__6613.invokeStatic(classpath.clj
:295)
        at leiningen.core.classpath$fn__6613.invoke(classpath.clj:253)
        at clojure.lang.AFn.applyToHelper(AFn.java:160)
        at clojure.lang.AFn.applyTo(AFn.java:144)
        at clojure.core$apply.invokeStatic(core.clj:646)
        at clojure.core$memoize$fn__5708.doInvoke(core.clj:6107)
        at clojure.lang.RestFn.invoke(RestFn.java:436)
        at leiningen.core.classpath$get_dependencies.invokeStatic(class
path.clj:416)
        at leiningen.core.classpath$get_dependencies.doInvoke(classpath
.clj:410)
        at clojure.lang.RestFn.invoke(RestFn.java:425)
        at clojure.lang.AFn.applyToHelper(AFn.java:156)
        at clojure.lang.RestFn.applyTo(RestFn.java:132)
        at clojure.core$apply.invokeStatic(core.clj:650)
        at clojure.core$apply.invoke(core.clj:641)
        at leiningen.core.classpath$resolve_dependencies.invokeStatic(
classpath.clj:498)
        at leiningen.core.classpath$resolve_dependencies.doInvoke(class
path.clj:489)
        at clojure.lang.RestFn.invoke(RestFn.java:425)
        at leiningen.core.eval$prep.invokeStatic(eval.clj:84)
        at leiningen.core.eval$prep.invoke(eval.clj:72)
        at leiningen.core.eval$eval_in_project.invokeStatic(eval.clj:369)
        at leiningen.core.eval$eval_in_project.invoke(eval.clj:363)
        at leiningen.repl$server$fn__11767.invoke(repl.clj:243)
        at clojure.lang.AFn.applyToHelper(AFn.java:152)


--

Daniel

Other related posts: