Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Sporadic failures fo Orbit build

I do not know, but occasionally I do see odd "stale NFS handle" errors and just always assume something's "wrong" with the file system keeping itself in sync.
If it happens often enough, I'd investigate deeper if you give me exact builds (preferably before next build is triggered).
Thanks,




From:        "Kirchev, Lazar" <l.kirchev@xxxxxxx>
To:        "orbit-dev@xxxxxxxxxxx" <orbit-dev@xxxxxxxxxxx>,
Date:        04/22/2013 02:03 AM
Subject:        [orbit-dev] Sporadic failures fo Orbit build
Sent by:        orbit-dev-bounces@xxxxxxxxxxx




Hello,
 
I noticed that the Orbit build fails randomly with the following exception:
 
java.io.FileNotFoundException: /shared/orbit/projectBuilders/orbit-I/org.eclipse.orbit/org.eclipse.orbit.releng.builder/scripts/build/checkForFastFail.xml (No such file or directory)
          at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
          at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
          at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
          at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:618)
          at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
          at org.apache.tools.ant.Task.perform(Task.java:348)
          at org.apache.tools.ant.Target.execute(Target.java:390)
          at org.apache.tools.ant.Target.performTasks(Target.java:411)
          at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
          at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
          at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
          at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
          at org.apache.tools.ant.Main.runBuild(Main.java:809)
          at org.apache.tools.ant.Main.startAnt(Main.java:217)
          at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
          at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
 
Retriggering the build fixes the problem. However, does anybody have any idea what could be the cause of it?
 
Lazar
 _______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev


Back to the top