The error log says : proxy: pass request body failed to host:port from myIP
Le 14 mai 2010 à 16:31, Brian Fox a écrit : > 502 means a timeout between the reverse proxy and the repo manager behind it. > > On Fri, May 14, 2010 at 3:33 AM, Benoît Thiébault <[email protected]> > wrote: >> Hi everyone, >> >> I have installed a Maven repository 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 the maven repository (its Artifactory in fact), 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... >> >> Does any of you have already encountered the problem ? >> I have tried to extend Apache KeepAliveTimeOut value, but it doesn't seem to >> work. >> As a workaround, I was thinking about not deploying the >> jar-with-dependencies file automatically, but it does not seem possible as >> Maven deploys all the articfacts it created... >> >> Any help on the subject is welcome :-) >> >> Kind regards, >> >> Benoit >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ---- Benoît Thiébault Artenum - Science & Groupware http://www.artenum.com 24, rue Louis-Blanc, 75010 Paris tel/fax : +33 (0)1 46 94 67 54 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
