Hello,<br><br>I am trying Swift running on beagle talking to its PBS resources. However, it seems I am getting inconsistent error messages.<br><br>I have following files(all attached): a swift source, tc(transaction), sites.xml, cf(config), a binary<br>
<br>First, I try the following commandline:<br><br>swift -config cf -tc.file tc -sites.file sites.xml catsnsleep.swift -n=1<br><br>And get the following error:<br><br>The application "catnap" is not available in your tc.data catalog <br>
Caused by: org.globus.cog.karajan.scheduler.NoSuchResourceException<br>Final status:  Failed:1<br>The following errors have occurred:<br>1. The application "catnap" is not available in your tc.data catalog<br><br>
====<br><br>However, the application *is* available in tc since the following altered commandline (intended for local execution) works:<br><br>swift -tc.file tc catsnsleep.swift -n=1<br><br>Swift svn swift-r4143 (swift modified locally) cog-r3056 (cog modified locally)<br>
<br>RunID: 20110317-1709-9akduibd<br>Progress:<br>Progress:  Checking status:1<br>Final status:  Finished successfully:1<br>====<br><br>Finally when I just skip the config and use only the sites.xml as in the following commandline:<br>
<br>swift -tc.file tc -sites.file sites.xml catsnsleep.swift -n=1<br><br>I get the following:<br><br>Execution failed:<br>    The application "catnap" is not available in your tc.data catalog <br>====<br><br>May be, I am missing something or doing something wrong. However, from an end user/ beginning user point of view it seems the error messages are not consistent/informative.<br>
<br><br>Regards,<br>Ketan<br><br><br><br>