<div dir="ltr">Eric,<div><br></div><div style>I think the message does not mean the file was not found by Swift. It means something failed in the application and it was not able to produce the output file out.txt.</div><div style>
<br></div><div style>The file not found appears as part of the stage out routine which expects that file to be present after Swift completes execution.</div><div style><br></div><div style>Could you post your sites.xml and tc files.</div>
<div style><br></div><div style>Thanks,</div><div style>Ketan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 1:17 PM, Eric Skogen <span dir="ltr"><<a href="mailto:eskogen@g.clemson.edu" target="_blank">eskogen@g.clemson.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The below code gave me an error message from swift telling me my output file didn't exist.  As I understand my code, the file shouldn't need to exist.  Can someone explain what happened?<br>
<br>code:<br>type messagefile;<br>
<br>app (messagefile o) max(messagefile i) {<br>     java "MaxTemperature" @filename(i) stdout=@filename(o);<br>}<br>messagefile input <"1901">;<br>messagefile out <"out.txt">;<br>

out = max(input);<br><br>Error<br>RunID: 20130311-1410-5i605r58<br>Progress:  time: Mon, 11 Mar 2013 14:10:39 -0400<br>Progress:  time: Mon, 11 Mar 2013 14:10:42 -0400  Stage in:1<br>Execution failed:<br>    File not found: /var/tmp/example2.2-20130311-1410-5i605r58/shared/out.txt<br>

<br><br>I'm writing this code as an example so although I'm very interested in how to make this work, I'm more interest in how to figure out the problem based on the error message.  Thank you for your time.<br>

<br>_______________________________________________<br>
Swift-devel mailing list<br>
<a href="mailto:Swift-devel@ci.uchicago.edu">Swift-devel@ci.uchicago.edu</a><br>
<a href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel" target="_blank">https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><font face="'courier new', monospace">Ketan</font><br><br>
</div>