Hey all,<br>I've been trying to get jobs submitted over Condor via swift, and running into a few problems. I think I've finally hit a point where it's the Condor provider itself that's failing over any of my configurations.<br>


Here's the sites entry (though any sites entry over Condor will do, and I've tried several):<br><br><config><br>  <pool handle="<a href="http://Nebraska_red.unl.edu" target="_blank">Nebraska_red.unl.edu</a>"><br>


    <gridftp url="gsiftp://<a href="http://red.unl.edu/" target="_blank">red.unl.edu/</a>"/><br>    <execution provider="condor"/><br>    <profile key="jobType" namespace="globus">grid</profile><br>


    <profile key="gridResource" namespace="globus">gt2 <a href="http://red.unl.edu/jobmanager-condor" target="_blank">red.unl.edu/jobmanager-condor</a></profile><br>    <workdirectory>/opt/osg/data/engage/tmp/<a href="http://red.unl.edu" target="_blank">red.unl.edu</a></workdirectory><br>


  </pool><br></config><br><br>And any swift script at all fails, even a simple helloworld:<br><br>type messagefile;  <br>app (messagefile t) greeting () {<br>        echo "Hello, world!" stdout=@filename(t);<br>

}  <br>messagefile outfile <"hello.txt">;  <br>outfile = greeting();<br><br>With the following error:<br>The following errors have occurred:<br>1. Application "echo" failed (Cannot submit job: Could not submit job (condor_submit reported an exit code of 1). Submitting job(s)<br>

Found illegal unescaped double-quote: "" -e /bin/echo -out hello.txt -err stderr.txt -i -d "" -if "" -of hello.txt -k "" -status "provider " -a "Hello, world!"The full arguments you specified were: /opt/osg/data/engage/tmp/<a href="http://red.unl.edu/helloworld-20100623-1051-dr5v5apa/shared/_swiftwrap">red.unl.edu/helloworld-20100623-1051-dr5v5apa/shared/_swiftwrap</a> echo-dqt6jttj -jobdir d -scratch "" -e /bin/echo -out hello.txt -err stderr.txt -i -d "" -if "" -of hello.txt -k "" -status "provider " -a "Hello, world!")<br>

<br>The same script runs just fine through any other submission mechanism, even to the same site (ssh, coasters+ssh:pbs, etc).<br><br>Anyone have any thoughts on fixing the problem?<br><br>Thanks!<br clear="all"><br>-- <br>

Arjun Comar, Rose-Hulman '12<br>