Details
-
Type:
Bug
-
Status: Open
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: 3.4.2
-
Fix Version/s: None
-
Component/s: Downloader, HttpRepo
-
Labels:None
Description
Cannot download 3Mb jar artifact to cache - Getting error:
[ERROR] (o.a.r.d.DbStoringRepoMixin:263) - IO error while trying to save resource
This scenario was reproduced on Artifactory 3.4.1 and 3.4.2 (clean installation) , on 2 Linux computers and by using Mozilla and Chrome browsers. - Result is the same.
Steps to reproduce (change localvm-centos:8081 to your Artifactory server):
0. Try to download artifact directly from browser to check that artifact is available and downloaded successfully :
https://code.lds.org/nexus/content/groups/main-repo/com/oracle/ojdbc6/12.1.0.2/ojdbc6-12.1.0.2.jar
1. Add new remote repository lds-libs with url : https://code.lds.org/nexus/content/groups/main-repo
2. Add lds-libs to virtual repository remote-repos
3. Go to Simple Artifactory browser to find new added artifacts :
http://localvm-centos:8081/artifactory/simple/libs-release/com/oracle/ojdbc6/12.1.0.2/
4. click to open ojdbc6-12.1.0.2.jar artifact
You have to get 404 error and log messages in artifactory.log:
2014-12-08 15:18:30,908 [http-bio-8081-exec-2] [INFO ] (o.a.r.HttpRepo :334) - lds-libs downloading https://code.lds.org/nexus/content/groups/main-repo/com/oracle/ojdbc6/12.1.0.2/ojdbc6-12.1.0.2.jar 3.53 MB 2014-12-08 15:18:54,425 [http-bio-8081-exec-2] [ERROR] (o.a.r.d.DbStoringRepoMixin:263) - IO error while trying to save resource lds-libs:com/oracle/ojdbc6/12.1.0.2/ojdbc6-12.1.0.2.jar'': java.net.SocketException: Connection reset 2014-12-08 15:18:54,426 [http-bio-8081-exec-2] [ERROR] (o.a.r.HttpRepo :301) - lds-libs: Failed to download 'https://code.lds.org/nexus/content/groups/main-repo/com/oracle/ojdbc6/12.1.0.2/ojdbc6-12.1.0.2.jar'. Received status code 200 and caught exception: Connection reset