| Summary: | Accessing external files fails randomly | ||
|---|---|---|---|
| Product: | Community | Reporter: | Eike Stepper <stepper> |
| Component: | CI-Jenkins | Assignee: | CI Admin Inbox <ci.admin-inbox> |
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | david_williams, webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Eike Stepper
Does this problem get any attention? More failures: https://hudson.eclipse.org/hudson/job/emf-cdo-maintenance/447/console https://hudson.eclipse.org/hudson/job/emf-cdo-integration/2368/console And again: https://hudson.eclipse.org/hudson/job/emf-cdo-integration/2368/console And again: https://hudson.eclipse.org/hudson/job/emf-cdo-maintenance/448/console I can't fix sourceforge :/ http://net4j.sourceforge.net/update/content.xml Hmm, the last time I tried some of the URLs in question they all worked for me locally but not from Hudson. Now you seem to be right, though. I'll close this bug and watch sourceforge... When I tried the URL from my browser, it seemed to work. I wonder if sourceforge isn't filtering based on the Java user agent. Darned! You confused me with the URL you gave in comment #3. The p2 repo has a content.jar, not an XML. And I can download that with my local browser. http://net4j.sourceforge.net/update also works. That makes me think again that there's a sporadic problem on/from the Hudson server. Reopening. If I look at my proxy logs, I see hundreds of these errors: [Fri Sep 28 04:12:00 2012] [error] [client 172.x.x.x] (104)Connection reset by peer: proxy: error reading status line from remote server net4j.sourceforge.net [Fri Sep 28 04:12:00 2012] [error] [client 172.x.x.x] proxy: Error reading from remote server returned by http://net4j.sourceforge.net/update/p2.index net4j.sourceforge.net is the only site in my error logs. You'll have to either mirror that dependency locally or fetch it from somewhere else. (In reply to comment #7) > If I look at my proxy logs, I see hundreds of these errors: > [Fri Sep 28 04:12:00 2012] [error] [client 172.x.x.x] (104)Connection reset > by peer: proxy: error reading status line from remote server > net4j.sourceforge.net > [Fri Sep 28 04:12:00 2012] [error] [client 172.x.x.x] proxy: Error reading > from remote server returned by http://net4j.sourceforge.net/update/p2.index > > > net4j.sourceforge.net is the only site in my error logs. You'll have to > either mirror that dependency locally or fetch it from somewhere else. Maybe sourceforge got tired or concerned about so many failed requests for "p2.index" it assumes there's something wrong with that client request :/ Hmm, may be. I'll try to move that stuff to GitHub and build it with something like travis. Then I'll also add p2.index files and try how that works. Thank you for the hints! Just a random data point: I got a 500 from Sourceforge while trying to grab the Vine VNC server for the new Mac slave yesterday. Maybe with the myPHPAdmin mirror hack they're doing a review? -M. |