Hi,

On the first run you can see that Gradle first tries to deploy using
anonymous, Artifactory sends back a 401 challenge and then the admin user
is used.
On the second run both deployments are done by anonymous and obviously
fail. Either Artifactory doesn't send back the chalenge or for some reason
Gradle doesn't used the privileged user.
To help us track down the issue can you please attach your build.gradle,
the build log and the artifactory.log matching the build, if you like you
can send them directly to [email protected].
What version of Gradle and Artifactory are you using?

Having said all that you should really give a try to the Artifactory Gradle
plugin<http://wiki.jfrog.org/confluence/display/RTF/Gradle+Artifactory+Plugin>,
it is has extremely powerful integration with Artifactory and has a highly
configured HTTP client which should manage uploading big files such as
yours.
Here is a link to the plugin
wiki<http://wiki.jfrog.org/confluence/display/RTF/Gradle+Artifactory+Plugin>;
there is also a good screencast at the bottom which can be very helpful.

Eli


On Sun, Jan 1, 2012 at 3:25 PM, Eli Givoni <[email protected]> wrote:

> Hi,
> It looks like a permission issue not relevant to the uploaded file size,
> Artifactory sent back HTTP 401 Unauthorized response.
> Try looking in the UI Admin->Advanced->System Logs->request.log to see
> which user is actually being used for the upload and make sure he has the
> proper permissions.
>
> HTH,
>
> Eli
>
> On Sun, Jan 1, 2012 at 11:11 AM, vinodn <[email protected]> wrote:
>
>>  [01/Jan/2012:09:00:15 +0000] "PUT
>>
>> /artifactory/libs-test-local/in/company/EventService/3.0/EventService-3.0.zip
>> HTTP/1.1" 401 0
>>
>> Getting 401 when using Gradle to publish artifacts of size greater than
>> about 100 MB.
>>
>> Currently I have 500MB for 'File Upload Max Size'
>>
>>
>> --
>> View this message in context:
>> http://forums.jfrog.org/Artifactory-not-allowing-files-of-size-more-than-100MB-tp7141696p7141696.html
>> Sent from the Artifactory - Users mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
>> infrastructure or vast IT resources to deliver seamless, secure access to
>> virtual desktops. With this all-in-one solution, easily deploy virtual
>> desktops for less than the cost of PCs and save 60% on VDI infrastructure
>> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
>> _______________________________________________
>> Artifactory-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>>
>
>
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to