Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 540667

Summary: file_get_contents(url) times out from script on project website
Product: Community Reporter: Roland Grunberg <rgrunber>
Component: WebsiteAssignee: phoenix.ui <phoenix.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Roland Grunberg CLA 2018-10-31 14:23:46 EDT
See http://download.eclipse.org/tools/orbit/downloads/drops/S20181031145145/ .

This issue seems to have become a problem (at least for tools/orbit) sometime between October 26th and 30th.

Basically, I have a script residing at https://www.eclipse.org/orbit/scripts/iplog.php . It's called within a Jenkins build and has a call to 'file_get_contents(http://download.eclipse.org/tools/orbit/bug506001/R20181030162955/content.xml)' . I can confirm the resource existed at the time of the call. However, the call returns :

Warning: file_get_contents(http://download.eclipse.org/tools/orbit/bug506001/R20181030162955/content.xml): failed to open stream: Connection timed out in /localsite/orbit/scripts/iplog.php on line 238

Has something changed recently to cause this ? Is there any way to work around this issue, perhaps referring to the URL (from downloads) in relative terms from the website itself ?
Comment 1 Eclipse Webmaster CLA 2018-11-01 15:22:48 EDT
This was caused by an outdated entry in our internal DNS.  I've updated the records and flushed things so you should be back in business.

-M.