hmm...so in my tc.data file i have the entry:<br><br>localhost   echo   /bad/path/echo INSTALLED INTEL64::LINUX null<br><br>then running 'hello world' i still get what seems like a reasonable error:<br><br> The executable /bad/path/echo does not exist<br>

<br>so apparently it's not just the path/executable name that's giving you guys an error.<br><br><div class="gmail_quote">On Wed, Jun 15, 2011 at 9:03 AM, Jonathan Monette <span dir="ltr"><<a href="mailto:jonmon@utexas.edu">jonmon@utexas.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word">From the error you got and the error I got I am thinking that the path to an executable and the executable name in the tc file are different things.  /bin/echoo says that the executable echoo does not exist in /bin.  Something like /home/jonmon/hereiam/echo, the directory hereiam doesn't exist so it returns a different error.  Maybe the path in the tc.data file was supposed to have hereami not hereiam.  That is what I meant by "not just".  The path to an executable doesn't exist "not just" the executable is missing.<div>
<div></div><div class="h5"><br><div><div>On Jun 15, 2011, at 10:58 AM, sarah kenny wrote:</div><br><blockquote type="cite"><div bgcolor="#FFFFFF"><div><br></div><div><br>On Jun 15, 2011, at 7:24 AM, Jonathan Monette <<a href="mailto:jonmon@utexas.edu" target="_blank">jonmon@utexas.edu</a>> wrote:<br>
<br></div><div></div><blockquote type="cite"><div>I don't think that is the problem.  What if you have the wrong path to the executable not just ?  This is the error I got.</div></blockquote><div><br></div><div>sorry I don't understand what is meant by "not just ?" I have the wrong path to the executable in my tc.data...</div>
<div><br></div><br><blockquote type="cite"><div><div><div><br></div><div>RunID: 20110615-0909-if0uyvm1</div><div>Progress:</div><div>Progress: Failed but can retry:1</div><div>Job failed with an exit code of 254</div><div>
Caused by: org.globus.cog.abstraction.impl.common.execution.JobException: Job failed with an exit code of 254</div><div>Execution failed:</div><div><span style="white-space:pre-wrap"> </span>Job failed with an exit code of 254</div>
</div><div><br></div><div>I used the stable release to reproduce this and this is the error that I got using the trunk.</div><div><br></div><div><div>Progress:  time: Wed, 15 Jun 2011 09:18:42 -0500  Initializing:1</div><div>
Progress:  time: Wed, 15 Jun 2011 09:18:43 -0500 Failed but can retry:1</div><div>null</div><div>Caused by: org.globus.cog.abstraction.impl.common.execution.JobException: Job failed with an exit code of 254</div><div>org.globus.cog.abstraction.impl.file.FileNotFoundException: File not found: /home/jonmon/test/work/localhost/tc_test-20110615-0918-46b6tgld/jobs/8/hello-80d4plbk/stderr.txt</div>
<div><span style="white-space:pre-wrap">  </span>at org.globus.cog.abstraction.impl.file.local.FileResourceImpl.getFile(FileResourceImpl.java:225)</div><div><span style="white-space:pre-wrap">        </span>at org.globus.cog.abstraction.impl.file.local.FileResourceImpl.putFile(FileResourceImpl.java:268)</div>
<div><span style="white-space:pre-wrap">  </span>at org.globus.cog.abstraction.impl.file.AbstractFileResource.putFile(AbstractFileResource.java:158)</div><div><span style="white-space:pre-wrap">      </span>at org.globus.cog.abstraction.impl.fileTransfer.DelegatedFileTransferHandler.doDestination(DelegatedFileTransferHandler.java:314)</div>
<div><span style="white-space:pre-wrap">  </span>at org.globus.cog.abstraction.impl.fileTransfer.CachingDelegatedFileTransferHandler.doDestination(CachingDelegatedFileTransferHandler.java:46)</div><div><span style="white-space:pre-wrap">   </span>at org.globus.cog.abstraction.impl.fileTransfer.DelegatedFileTransferHandler.run(DelegatedFileTransferHandler.java:487)</div>
<div><span style="white-space:pre-wrap">  </span>at java.lang.Thread.run(Thread.java:662)</div><div>org.globus.cog.abstraction.impl.file.FileNotFoundException: File not found: /home/jonmon/test/work/localhost/tc_test-20110615-0918-46b6tgld/jobs/8/hello-80d4plbk/?:string = out.txt - Closed</div>
<div><span style="white-space:pre-wrap">  </span>at org.globus.cog.abstraction.impl.file.local.FileResourceImpl.getFile(FileResourceImpl.java:225)</div><div><span style="white-space:pre-wrap">        </span>at org.globus.cog.abstraction.impl.file.local.FileResourceImpl.putFile(FileResourceImpl.java:268)</div>
<div><span style="white-space:pre-wrap">  </span>at org.globus.cog.abstraction.impl.file.AbstractFileResource.putFile(AbstractFileResource.java:158)</div><div><span style="white-space:pre-wrap">      </span>at org.globus.cog.abstraction.impl.fileTransfer.DelegatedFileTransferHandler.doDestination(DelegatedFileTransferHandler.java:314)</div>
<div><span style="white-space:pre-wrap">  </span>at org.globus.cog.abstraction.impl.fileTransfer.CachingDelegatedFileTransferHandler.doDestination(CachingDelegatedFileTransferHandler.java:46)</div><div><span style="white-space:pre-wrap">   </span>at org.globus.cog.abstraction.impl.fileTransfer.DelegatedFileTransferHandler.run(DelegatedFileTransferHandler.java:487)</div>
<div><span style="white-space:pre-wrap">  </span>at java.lang.Thread.run(Thread.java:662)</div><div>Execution failed:</div><div><span style="white-space:pre-wrap"> </span>Job failed with an exit code of 254</div></div><div>
<br></div><div>The files used are located in ~jonmon/test on the ci machines.</div><div><br><div><div>On Jun 15, 2011, at 1:05 AM, Sarah Kenny wrote:</div><br><blockquote type="cite">hey david, i've been trying to replicate this bug, but when i deliberately point to an executable that doesn't exist i get what seems to be an appropriate error:<br>
<br>The executable /bin/echoo does not exist<br><br>
i got this on a couple of sites...can you give a little more info on what was happening with your workflow? could be i'm misunderstanding the bug. <br><br>~sk <br><br><div class="gmail_quote">On Fri, Jun 10, 2011 at 9:31 PM,  <span dir="ltr"><<a href="mailto:bugzilla-daemon@mcs.anl.gov" target="_blank"></a><a href="mailto:bugzilla-daemon@mcs.anl.gov" target="_blank">bugzilla-daemon@mcs.anl.gov</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=183" target="_blank"></a><a href="https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=183" target="_blank">https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=183</a><br>


<br>
<br>
David Kelly <<a href="mailto:davidkelly999@gmail.com" target="_blank"></a><a href="mailto:davidkelly999@gmail.com" target="_blank">davidkelly999@gmail.com</a>> changed:<br>
<br>
           What    |Removed                     |Added<br>
----------------------------------------------------------------------------<br>
                 CC|                            |<a href="mailto:davidkelly999@gmail.com" target="_blank"></a><a href="mailto:davidkelly999@gmail.com" target="_blank">davidkelly999@gmail.com</a><br>
          Component|SwiftScript language        |error messages<br>
         AssignedTo|<a href="mailto:benc@hawaga.org.uk" target="_blank"></a><a href="mailto:benc@hawaga.org.uk" target="_blank">benc@hawaga.org.uk</a>          |<a href="mailto:skenny@uchicago.edu" target="_blank"></a><a href="mailto:skenny@uchicago.edu" target="_blank">skenny@uchicago.edu</a><br>

<br>
<br>
<br>
<br>
--- Comment #1 from David Kelly <<a href="mailto:davidkelly999@gmail.com" target="_blank"></a><a href="mailto:davidkelly999@gmail.com" target="_blank">davidkelly999@gmail.com</a>>  2011-06-10 23:32:22 ---<br>
This one gets my vote.. I just wasted a bunch of time trying to figure out what<br>
this error meant and why I was getting it.<br>
<font color="#888888"><br>
--<br>
Configure bugmail: <a href="https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email" target="_blank"></a><a href="https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email" target="_blank">https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email</a><br>

------- You are receiving this mail because: -------<br>
You are the assignee for the bug.<br>
</font></blockquote></div><br>
_______________________________________________<br>Swift-devel mailing list<br><a href="mailto:Swift-devel@ci.uchicago.edu" target="_blank"></a><a href="mailto:Swift-devel@ci.uchicago.edu" target="_blank">Swift-devel@ci.uchicago.edu</a><br>
<a href="http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel" target="_blank">http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel</a><br></blockquote></div><br></div></div></blockquote></div></blockquote></div><br>
</div></div></div></blockquote></div><br>