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

Bug 512115

Summary: CDT HIPP is inaccessible from some locations (error 503)
Product: Community Reporter: Marc-André Laperle <malaperle>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: webmaster, zeratul976
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Marc-André Laperle CLA 2017-02-13 08:54:25 EST
Since the move to a new server (bug 511989), it seems that this address is not accessible for everyone:
https://hudson.eclipse.org/cdt

In fact, our builds rely on contacting this server which means that depending on the location, it is not possible to build CDT (this is the case for me at work and from our Windows machine).

06:01:45  [ERROR] Failed to resolve target definition C:\Users\hudson\hudson-slave-cdt\workspace\cdt-master-windows\releng\org.eclipse.cdt.target\cdt.target: Failed to load p2 metadata repository from location https://hudson.eclipse.org/cdt/job/launchbar-master/lastSuccessfulBuild/artifact/repo/target/repository/: HTTP Server 'Service Unavailable': https://hudson.eclipse.org/cdt/job/launchbar-master/lastSuccessfulBuild/artifact/repo/target/repository/content.xml: HttpComponents connection error response code 503. -> [Help 1]
Comment 1 Eclipse Webmaster CLA 2017-02-13 13:38:22 EST
With the node id in hand I was able to determine the issue was an old config file that had a different host specified for the CDT HIPP instance.  I've removed that and have restarted apache on that node and it is no longer throwing a 503.

-M.
Comment 2 Marc-André Laperle CLA 2017-02-13 14:12:00 EST
I can confirm that it works now. Thanks a lot!