Hello Benoit,

I have created an issue addressing your problem
http://issues.jfrog.org/jira/browse/RTFACT-3190
please try modifying your jetty connector in the jetty.xml file  to be as
follow:

<Call name="addConnector">
        <Arg>
            <New
class="org.eclipse.jetty.server.nio.SelectChannelConnector">
                <Set name="host"><SystemProperty name="jetty.host" /></Set>
                <Set name="port"><SystemProperty name="jetty.port"
default="8081"/></Set>
                <Set name="forwarded">true</Set>
                <Set name="maxIdleTime">30000</Set>
                <Set name="Acceptors">1</Set>
                <Set name="lowResourceMaxIdleTime">3000</Set>
            </New>
        </Arg>
    </Call>

HTH

Eli
The artifactory team

2010/5/14 Benoît Thiébault <[email protected]>

> 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
>
------------------------------------------------------------------------------

_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to