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

Bug 335262

Summary: can not access mylyn.eclipse.org from hudson
Product: Community Reporter: Steffen Pingel <steffen.pingel>
Component: CI-JenkinsAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Steffen Pingel CLA 2011-01-24 18:37:13 EST
The Hudson wiki page at http://wiki.eclipse.org/Hudson suggest to set "-Dhttp.nonProxyHosts=*.eclipse.org" when invoking Java from build jobs. If I set this options for Mylyn test jobs they fail with the error below. Should mylyn.eclipse.org be accessible from the Hudson instance without a using a proxy or is the default proxy exclusion over inclusive?

org.eclipse.core.runtime.CoreException: I/O Error occurred while communicating with http://mylyn.eclipse.org/bugs40.

UnknownHostException: mylyn.eclipse.org
	at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.authenticate(BugzillaClient.java:512)
	at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.connectInternal(BugzillaClient.java:305)
Comment 1 Denis Roy CLA 2011-01-26 14:28:06 EST
> UnknownHostException: mylyn.eclipse.org

This was an internal DNS issue.  I've added mylyn.eclipse.org to the internal zone, so you should be ok.