Results 1 to 5 of 5
Hi friends,
I'm struggling to solve this issue from long time with no results. I've installed Nexus application on my linux server which downloads .jar files from online repositories but ...
- 04-06-2009 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 2
Strange issue while downloading jar files on Linux system
Hi friends,
I'm struggling to solve this issue from long time with no results. I've installed Nexus application on my linux server which downloads .jar files from online repositories but it is not able to do so. For e.g. it can't download a jar file whose path is http://repo1.maven.org/maven2/org/fr...ker-2.3.12.jar . Actually the issue is with the server.
When I use wget command to download the above file, it is only able to download a part of it i.e. the file size is 863 kb but only 20-30 kbs can be downloaded and after that speed falls to 0 kbps/s and remains zero till I cancel the task and start it again.
Here is the command used:
wget -U NoSuchBrowser/1.0 http://repo1.maven.org/maven2/org/fr...ker-2.3.12.jar
Now the domain repo1.maven.org is not restricted in my company which I've got confirmed. I don't know what configuration need to be changed on the server to tackle this issue. The entire server team in my company don't know how to tackle the issue....
Please people give some suggestions.
- 04-06-2009 #2
can you download any files on the server? it could be failing hardware
- 04-06-2009 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 2
Thanks for ur reply. Ya I'm able to download files. Actually when file is of large size , the above stated issue arises. Only a part of file I'm able to download then speed comes down to zero. I don't think its hardware failure as there is no issue while transferring files on intranet.
- 04-07-2009 #4Just Joined!
- Join Date
- Apr 2009
- Posts
- 9
Curious as to how you know the problem was with the server, did you try to download the same file from another machine?
If you suspect it's network related (since you posted to this board), and you can do a tcpdump while doing the download (until it stops), I can probably help you take a look at the traces.
- 04-15-2009 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
If this is happening with other sites, then the problem is likely with your ISP who is limiting your downloads (perhaps you have overrun some download cap on your account). If it isn't happening with other sites, then there is likely a problem with maven.org, though that doesn't seem likely. Also, since it seems you are using a company account, the ISP capping is unlikely (they probably have a non-cap'd account, hopefully). In such a case, it may be that your company has implemented some download rules that cap your data downloads. Find someone in your company network administration who might know about that.
In any case, the possibilities are very much limited, so finding the root cause is just a matter of elimination of the possibilities.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote

