Re: Error 502 using mvn deploy

2010-05-16 Thread Benoît Thiébault
I got this answer on artifactory mailing list it solved my problem with this maven repository ! I now have the choice between artifactory and nexus Thanks Eli Hello Benoit, I have created an issue addressing your problem http://issues.jfrog.org/jira/browse/RTFACT-3190 please try modifying

Re: Error 502 using mvn deploy

2010-05-15 Thread Benoît Thiébault
Yes. It's too bad because I preferred Artifactory (looks very nice and seems simpler to use). Le 15 mai 2010 à 16:45, Yoav Landman a écrit : > Do you still run an Apache frontend? > > 2010/5/15 Benoît Thiébault > >> Yes I did. >> Maybe I just got something wrong with the settings of Apache...

Re: Error 502 using mvn deploy

2010-05-15 Thread Yoav Landman
Do you still run an Apache frontend? 2010/5/15 Benoît Thiébault > Yes I did. > Maybe I just got something wrong with the settings of Apache... I'm not an > expert in the field and had quite some difficulties with this part > > Le 15 mai 2010 à 10:14, Frederic Simon a écrit : > > > Out of curiosi

Re: Error 502 using mvn deploy

2010-05-15 Thread Benoît Thiébault
Yes I did. Maybe I just got something wrong with the settings of Apache... I'm not an expert in the field and had quite some difficulties with this part Le 15 mai 2010 à 10:14, Frederic Simon a écrit : > Out of curiosity: Did you use the embedded jetty with mod_proxy? > > 2010/5/14 Benoît Thiéb

Re: Error 502 using mvn deploy

2010-05-15 Thread Frederic Simon
Out of curiosity: Did you use the embedded jetty with mod_proxy? 2010/5/14 Benoît Thiébault > I switched from Artifactory to Nexus and it solved the problem... > Thanks for your help > > Le 14 mai 2010 à 16:47, Benoît Thiébault a écrit : > > > The error log says : > > proxy: pass request body fa

Re: Error 502 using mvn deploy

2010-05-14 Thread Wayne Fay
> I switched from Artifactory to Nexus and it solved the problem... I'm sure Jason will be glad to hear that... Yoav, not so much. ;-) Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

Re: Error 502 using mvn deploy

2010-05-14 Thread Benoît Thiébault
I switched from Artifactory to Nexus and it solved the problem... Thanks for your help Le 14 mai 2010 à 16:47, Benoît Thiébault a écrit : > 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 betw

Re: Error 502 using mvn deploy

2010-05-14 Thread Benoît Thiébault
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 > wrote: >> Hi everyone, >> >> I have i

Re: Error 502 using mvn deploy

2010-05-14 Thread Brian Fox
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 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

Error 502 using mvn deploy

2010-05-14 Thread Benoît Thiébault
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, whe