Community
Participate
Working Groups
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)
> 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.