Bug 372866 - mac slave can't access /shared/eclipse resources
Summary: mac slave can't access /shared/eclipse resources
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CI-Jenkins (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 355430
  Show dependency tree
 
Reported: 2012-02-29 10:49 EST by Kim Moir CLA
Modified: 2012-02-29 16:33 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Moir CLA 2012-02-29 10:49:18 EST
I running tests on the mac slave yesterday.  It seems that it can't access resources in /shared/eclipse via http.

From the console log
 [get] Error getting http://build.eclipse.org/eclipse/e4/kimtest/build/e4/I20120228-1047/eclipse-SDK-I20120228-1047-macosx-cocoa.tar.gz to /Users/hudsonbuild/workspace/eclipse-JUnit-mac2/ws/2012-02-28_16-58-09/eclipse-testing/eclipse-SDK-I20120228-1047-macosx-cocoa.tar.gz

However, this file does exist on the filesystem.

e4Build@build:~> ls /shared/eclipse/e4/kimtest/build/e4/I20120228-1047/eclipse-SDK-I20120228-1047-m-cocoa.tar.gz
/shared/eclipse/e4/kimtest/build/e4/I20120228-1047/eclipse-SDK-I20120228-1047-macosx-cocoa.tar.gz

The other Windows and Linux slaves can access them via http.  I'm trying to follow your advice and fetch artifacts from /shared/eclipse via http instead of from the Hudson slaves directly to avoid Hudson performance issues.
Comment 1 Eclipse Webmaster CLA 2012-02-29 16:33:41 EST
Looks like it had the wrong IP for build.  Should be ok now.

-M.