timeout downloading eclipse jdt core from repo1

View: New views
4 Messages — Rating Filter:   Alert me  

timeout downloading eclipse jdt core from repo1

by jake pezaro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

we are using 1.2.5u1 and artifactory is returning a timeout when we
attempt to download the following jar from the repo1 repository:

http://repo1.maven.org/maven2/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar

the strange thing is that every other jar we request from this repo is
downloaded successfully.  we also tried upping the timeout (to 10
seconds) but artifactory does not appear to respect the setting and
returns timeout after a couple of seconds.  we are going through a
proxy, but this has never caused a problem with the other artifacts
from any repo.

there is nothing in the log except the generic timeout message.

any suggestions appreciated.  thanks

jake

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Re: timeout downloading eclipse jdt core from repo1

by Yoav Landman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It is strange that it's only that jar. I tried reproducing it against the jfrog repository (http://www.jfrog.org/artifactory/repo1/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar) without success.
If the timeout that you are getting is a connection timeout (vs. socket data timeout) then there was a bug in 1.2.5 that caused the value not to be respected and is resolved in 1.3.0-beta (http://www.jfrog.org/jira/browse/RTFACT-350). But once the artifact is cached it should be fine. Perhaps this is only a temporary issue with repo1. Is this constantly reproducible for you?

Yoav

On Mon, Jul 7, 2008 at 10:25 AM, Jake Pezaro <jake.pezaro@...> wrote:
we are using 1.2.5u1 and artifactory is returning a timeout when we
attempt to download the following jar from the repo1 repository:

http://repo1.maven.org/maven2/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar

the strange thing is that every other jar we request from this repo is
downloaded successfully.  we also tried upping the timeout (to 10
seconds) but artifactory does not appear to respect the setting and
returns timeout after a couple of seconds.  we are going through a
proxy, but this has never caused a problem with the other artifacts
from any repo.

there is nothing in the log except the generic timeout message.

any suggestions appreciated.  thanks

jake

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Re: timeout downloading eclipse jdt core from repo1

by jake pezaro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

sorry for the delay in replying

yes, this is reproducible for us, and we have the same problem another jar (http://repo1.maven.org/maven2/org/eclipse/jdt/core/3.2.0.666/core-3.2.0.666.jar).  

the error in the wrapper.log is:

INFO   | jvm 3    | 2008/07/08 11:51:20 | 2008-07-08 11:51:20,852 [INFO ] (DownloadEngine.java:532)     - org.artifactory.engine.DownloadEngine@5d981b: Timeout occured when retrieving data for repo1/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar (Read timed out).

and the request log is

169.24.27.180 -  -  [08/Jul/2008:10:51:15 +0000] "GET /artifactory/repo1-test/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar HTTP/1.1" 404 1450

is there a way to switch on more detailed logging for this function?

meanwhile i'll try 1.3.0 and see if increasing the timeout has any effect.

Yoav Landman wrote:
It is strange that it's only that jar. I tried reproducing it against the
jfrog repository (
http://www.jfrog.org/artifactory/repo1/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar)
without success.
If the timeout that you are getting is a connection timeout (vs. socket data
timeout) then there was a bug in 1.2.5 that caused the value not to be
respected and is resolved in 1.3.0-beta (
http://www.jfrog.org/jira/browse/RTFACT-350). But once the artifact is
cached it should be fine. Perhaps this is only a temporary issue with repo1.
Is this constantly reproducible for you?

Yoav

On Mon, Jul 7, 2008 at 10:25 AM, Jake Pezaro <jake.pezaro@gmail.com> wrote:

> we are using 1.2.5u1 and artifactory is returning a timeout when we
> attempt to download the following jar from the repo1 repository:
>
> http://repo1.maven.org/maven2/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar
>
> the strange thing is that every other jar we request from this repo is
> downloaded successfully.  we also tried upping the timeout (to 10
> seconds) but artifactory does not appear to respect the setting and
> returns timeout after a couple of seconds.  we are going through a
> proxy, but this has never caused a problem with the other artifacts
> from any repo.
>
> there is nothing in the log except the generic timeout message.
>
> any suggestions appreciated.  thanks
>
> jake
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> Artifactory-users mailing list
> Artifactory-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Artifactory-users mailing list
Artifactory-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Re: timeout downloading eclipse jdt core from repo1

by Yoav Landman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, you can change the org.artifactory logger to DEBUG in log4j.properties to get more detailed information and for real (very) detailed wire debug information you can do the same for the org.apache.commons.httpclient logger.

On Tue, Jul 8, 2008 at 2:03 PM, jake pezaro <jake.pezaro@...> wrote:

sorry for the delay in replying

yes, this is reproducible for us, and we have the same problem another jar
(http://repo1.maven.org/maven2/org/eclipse/jdt/core/3.2.0.666/core-3.2.0.666.jar).

the error in the wrapper.log is:

INFO   | jvm 3    | 2008/07/08 11:51:20 | 2008-07-08 11:51:20,852 [INFO ]
(DownloadEngine.java:532)     -
org.artifactory.engine.DownloadEngine@5d981b: Timeout occured when
retrieving data for repo1/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar (Read
timed out).

and the request log is

169.24.27.180 -  -  [08/Jul/2008:10:51:15 +0000] "GET
/artifactory/repo1-test/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar HTTP/1.1"
404 1450

is there a way to switch on more detailed logging for this function?

meanwhile i'll try 1.3.0 and see if increasing the timeout has any effect.


Yoav  Landman wrote:
>
> It is strange that it's only that jar. I tried reproducing it against the
> jfrog repository (
> http://www.jfrog.org/artifactory/repo1/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar)
> without success.
> If the timeout that you are getting is a connection timeout (vs. socket
> data
> timeout) then there was a bug in 1.2.5 that caused the value not to be
> respected and is resolved in 1.3.0-beta (
> http://www.jfrog.org/jira/browse/RTFACT-350). But once the artifact is
> cached it should be fine. Perhaps this is only a temporary issue with
> repo1.
> Is this constantly reproducible for you?
>
> Yoav
>
> On Mon, Jul 7, 2008 at 10:25 AM, Jake Pezaro <jake.pezaro@...>
> wrote:
>
>> we are using 1.2.5u1 and artifactory is returning a timeout when we
>> attempt to download the following jar from the repo1 repository:
>>
>> http://repo1.maven.org/maven2/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar
>>
>> the strange thing is that every other jar we request from this repo is
>> downloaded successfully.  we also tried upping the timeout (to 10
>> seconds) but artifactory does not appear to respect the setting and
>> returns timeout after a couple of seconds.  we are going through a
>> proxy, but this has never caused a problem with the other artifacts
>> from any repo.
>>
>> there is nothing in the log except the generic timeout message.
>>
>> any suggestions appreciated.  thanks
>>
>> jake
>>
>> -------------------------------------------------------------------------
>> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
>> Studies have shown that voting for your favorite open source project,
>> along with a healthy diet, reduces your potential for chronic lameness
>> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
>> _______________________________________________
>> Artifactory-users mailing list
>> Artifactory-users@...
>> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>>
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> Artifactory-users mailing list
> Artifactory-users@...
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
>

--
View this message in context: http://www.nabble.com/timeout-downloading-eclipse-jdt-core-from-repo1-tp18311358p18336666.html
Sent from the Artifactory-Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users




-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users
LightInTheBox - Buy quality products at wholesale price