Fork me on GitHub
#clojars
<
2017-12-21
>
martinklepsch18:12:53

Getting this error while deploying to Clojars:

Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: . Return code is: 413, ReasonPhrase: Request Entity Too Large.
I’ve been told that Leiningen has some limits on pushing large files but the return code seems to indicate that it is actually Clojars which is refusing service here? 🙂 I tried finding relevant pieces in the clojars-web repo but there was nothing that stood out really.

martinklepsch18:12:59

Anyone suggestions? 🙂

tcrawley18:12:00

That may be something that is set on the nginx config. How big is that file?

tcrawley18:12:50

why is that artifact so large?

martinklepsch18:12:47

yeah, I’ll need to look into that

martinklepsch18:12:01

Seems it’s the aether-standalone.jar generated from this project.clj https://github.com/boot-clj/boot/blob/master/boot/aether/project.clj

martinklepsch18:12:50

Think it might be just something weird with this setup

danielcompton19:12:31

Sorry @martinklepsch I didn't realise 🙊