Resolution:

What should I do if an upload through the UI fails?

AuthorFullName__c
Paul Pan
articleNumber
000004154
ft:sourceType
Salesforce
FirstPublishedDate
2018-06-29T21:10:16Z
lastModifiedDate
2024-03-10T07:47:57Z
VersionNumber
4

      1. Check if your current user has enough permission to deploy to this repository.

      2. Check if this is failing over large files only. If this is only failing on large files, first check the file size limitation for the GUI which can be found in UI under Admin -> General -> File Upload Max Size. If tuning this option does not help, you should then check reverse proxy, try uploading through api, and temp folder for file upload. More details on these are below:

     3. Check if there is a reverse proxy in front of your server. Try visiting the server with direct ip and port to Tomcat to confirm if the issue is related to reverse proxy.

     4. Check if you can upload with REST api. If REST api upload also fails, The issue could be related to network or your binary provider and you would need to further debug this using your artifactory log or contact support.

     5. Check the permission and available disk space for the following folder. UI upload may fail if artifactory can not write to these temp folders.

         $ARTIFACTORY_HOME/data/tmp/artifactory-uploads

         $ARTIFACTORY_HOME/tomcat/temp