I'm seeing this too. I'm just trying to upload a jar to one of my Maven local
repositories. I tailed all the logs just now while I did it, but there are
no log entries at all (in the access logs, artifactory.log, or anything else
in /var/opt/jfrog/artifactory/logs) while this happens.

I'm using Artifactory 4.10.0 rev 40236.

Upon further digging, the request is getting rejected by nginx. I'm using
the docker version of Artifactory. I tailed all the nginx logs, and I see
the following as soon as I drop a file onto the deploy frame:

==> error.log <==
2016/07/31 08:44:53 [error] 33#33: *2700 client intended to send too large
body: 2482497 bytes, client: 10.128.20.21, server: _, request: "POST
/artifactory/ui/artifact/upload HTTP/1.1", host:
"artifactory.scs.skybox.com", referrer:
"https://artifactory.scs.skybox.com/artifactory/webapp/";

==> access.log <==
10.128.20.21 - - [31/Jul/2016:08:44:55 +0000] "POST
/artifactory/ui/artifact/upload HTTP/1.1" 413 601
"https://artifactory.scs.skybox.com/artifactory/webapp/"; "Mozilla/5.0
(Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/51.0.2704.103 Safari/537.36" "-"

This implies that we're hitting the default server that is mapped to 443 and
80 on the box, and I noticed that you did not set the property
client_max_body_size 0; and chunked_transfer_encoding on; for that one, like
you did on all of the others. I added this to mine, and it resolved the
problem. You should fix this in your docker containers for the future
though.



--
View this message in context: 
http://forums.jfrog.org/Undefined-error-when-deploying-from-Web-UI-tp7580598p7581140.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Artifactory-users mailing list
Artifactory-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to