Hi everyone, I have installed Artifactory 2.2.3 and I am trying to deploy my project on it. My pom generates both the jar and the jar-with-dependencies files. When I use the web interface of Artifactory, I can upload my jars without any problem.
However, when I deploy with Maven using the "mvn deploy" command line, I have a 502 error sent by Apache for the jar-with-dependencies file (which weights 8.2 Mb). As explained here (https://issues.apache.org/bugzilla/show_bug.cgi?id=44592), it seems that Maven sends the header request, but as it does not send the body just afterwards, it causes Apache to send the 502 error... I have seen in the mailing list archives that this problem occurred to some users already but haven't read a solution to the problem. I have tried to extend Apache KeepAliveTimeOut value, but it doesn't seem to work. Any help on the subject is welcome :-) Kind regards, Benoit ------------------------------------------------------------------------------ _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
