Is clojars down?

284 views
Skip to first unread message

Yves Parès

unread,
Jul 29, 2014, 8:42:24 AM7/29/14
to clo...@googlegroups.com
Hi, it seems than clojars is down. Lein refuses to start, and apparently it won't download jars from maven central either...
Am I the only one with this problem?

Di Xu

unread,
Jul 29, 2014, 8:45:13 AM7/29/14
to clo...@googlegroups.com
I can open cljars.org as normal, and can also download jars from there.

2014-07-29 20:42 GMT+08:00 Yves Parès <limes...@gmail.com>:
Hi, it seems than clojars is down. Lein refuses to start, and apparently it won't download jars from maven central either...
Am I the only one with this problem?

--
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
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
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Marc Limotte

unread,
Jul 29, 2014, 8:47:25 AM7/29/14
to clo...@googlegroups.com
lein is working for me, and is downloading jars from clojars.  Assuming it's a network issue on your side, and if you don't need any new jars right now (b/c it's just looking for updates), you can try the -o (for offline) option.



On Tue, Jul 29, 2014 at 8:42 AM, Yves Parès <limes...@gmail.com> wrote:
Hi, it seems than clojars is down. Lein refuses to start, and apparently it won't download jars from maven central either...
Am I the only one with this problem?

--

Josh Kamau

unread,
Jul 29, 2014, 8:48:05 AM7/29/14
to clo...@googlegroups.com
I cannot.
"

Oops! Google Chrome could not find cljars.org

"

Josh

Josh Kamau

unread,
Jul 29, 2014, 8:49:25 AM7/29/14
to clo...@googlegroups.com
Sorry... the url is clojars.org and its working perfectly.

josh

Nicola Mometto

unread,
Jul 29, 2014, 8:55:00 AM7/29/14
to clo...@googlegroups.com

There seem to be problems with clojars.org, early this morning and for
the past few days clojars.org has been responding with a black page for
me and it was confirmed in #clojure by a number of different people.
I opened a ticket https://github.com/ato/clojars-web/issues/235 and
found out that a similar issue was opened over 10 days ago.

Now clojars.org works on my machine, I don't know if the problem is
being worked out or if the issue appears randomly.

I've never had issues fetching dependencies though, only accessing the
front page of the website.

Nicola

Di Xu

unread,
Jul 29, 2014, 8:57:16 AM7/29/14
to clo...@googlegroups.com
sorry for that..

Yves Parès

unread,
Jul 29, 2014, 10:24:06 AM7/29/14
to clo...@googlegroups.com
It's a network problem. It might come from the network of my lab or university (Paris 6, France) as at home it works.
But lein always worked well at my university, and clojars is the only site I can't access. That's odd...


You received this message because you are subscribed to a topic in the Google Groups "Clojure" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojure/ytlRoegKZUY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojure+u...@googlegroups.com.

Reid McKenzie

unread,
Jul 29, 2014, 10:28:44 AM7/29/14
to clo...@googlegroups.com
AFAIK clojars.org's / has been on the blink since at least about eight hours ago. Other pages are reported to work, but / was returning a 500 internal server error with a blank body.

Reid

Alan Thompson

unread,
Aug 5, 2014, 3:21:04 PM8/5/14
to clo...@googlegroups.com
I'm getting flakey problems from clojars right now.  I can access any other websites, from multiple computers.  I can access the homepage, and download any files from clojars, delete ~/.m2 and restore via 'lein deps', but I cannot upload any changes via "lein deploy clojars'.  I keep getting failures like:

~/cooljure > lein deploy clojars
No credentials found for clojars
See `lein help deploying` for how to configure credentials to avoid prompts.
Username: cloojure
Password: 
Wrote /home/alan/cooljure/pom.xml
Created /home/alan/cooljure/target/cooljure-0.1.1-SNAPSHOT.jar
Could not find metadata cooljure:cooljure:0.1.1-SNAPSHOT/maven-metadata.xml in clojars (https://clojars.org/repo/)
Sending cooljure/cooljure/0.1.1-SNAPSHOT/cooljure-0.1.1-20140805.191432-1.pom (4k)
Sending cooljure/cooljure/0.1.1-SNAPSHOT/cooljure-0.1.1-20140805.191432-1.jar (14k)
Aug 05, 2014 12:16:43 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.SocketException) caught when connecting to the target host: Network is unreachable
Aug 05, 2014 12:16:43 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect
Retrieving cooljure/cooljure/maven-metadata.xml (1k)
Checksum validation failed, expected e49f5951c9826de6336c445ef574c5e8d6f1fa41 but is b837480c258368367f675bbccb8ebfbb0790be2c
Retrieving cooljure/cooljure/maven-metadata.xml (1k)
Could not transfer metadata cooljure:cooljure/maven-metadata.xml from/to clojars (https://clojars.org/repo/): Checksum validation failed, expected e49f5951c9826de6336c445ef574c5e8d6f1fa41 but is b837480c258368367f675bbccb8ebfbb0790be2c
Failed to retrieve remote metadata cooljure:cooljure/maven-metadata.xml: Could not transfer metadata cooljure:cooljure/maven-metadata.xml from/to clojars (https://clojars.org/repo/): Checksum validation failed, expected e49f5951c9826de6336c445ef574c5e8d6f1fa41 but is b837480c258368367f675bbccb8ebfbb0790be2c
~/cooljure > 
Reply all
Reply to author
Forward
0 new messages