Getting this error while deploying to Clojars:
Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: <https://clojars.org/repo/boot/base/2.8.0-SNAPSHOT/base-2.8.0-20171221.182205-1.jar>. 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.Anyone suggestions? 🙂
That may be something that is set on the nginx config. How big is that file?
36M
I think the limit is 20M if this is what controls that: https://github.com/clojars/clojars-server-config/blob/master/roles/clojars/templates/nginx.conf.j2#L18
why is that artifact so large?
yeah, I’ll need to look into that
Seems it’s the aether-standalone.jar
generated from this project.clj https://github.com/boot-clj/boot/blob/master/boot/aether/project.clj
Think it might be just something weird with this setup
Sorry @martinklepsch I didn't realise 🙊
@danielcompton no worries 🙂