hi<br><br>I have two system with swift setup (as per instruction on downloads page of <a href="http://www.ci.uchicago.edu/swift">http://www.ci.uchicago.edu/swift</a> );<br>Both systems have user accounts with same name (globus) and configured to login via ssh without password..<br>
<br>system1 is 192.168.56.102 <a href="http://globus1.vitu.org">globus1.vitu.org</a><br>system2 is 192.168.56.103 <a href="http://globus2.vitu.org">globus2.vitu.org</a><br><br>I get following error doing : swift first.swift<br>
<br>
Swift svn swift-r3264 cog-r2730<br><br>RunID: 20100321-0050-e4cat3jf<br>Progress:<br>Execution failed:<br> Could not find any valid host for task "Task(type=UNKNOWN, identity=urn:cog-1269112861163)" with constraints {tr=echo, filenames=[Ljava.lang.String;@5e1077, trfqn=echo, filecache=org.griphyn.vdl.karajan.lib.cache.CacheMapAdapter@181ed9e}<br>
<br><br>sites.xml :-------------------------------------<br><br><config><br> <pool handle="globus1"><br> <filesystem url="<a href="http://globus1.vitu.org">globus1.vitu.org</a>" provider="ssh" /><br>
<execution url="<a href="http://globus1.vitu.org">globus1.vitu.org</a>" provider="ssh" /><br> <workdirectory >/home/globus/tmp</workdirectory><br> <profile namespace="karajan" key="jobThrottle">0</profile><br>
</pool><br><br><br> <pool handle="globus2"><br> <filesystem url="<a href="http://globus2.vitu.org">globus2.vitu.org</a>" provider="ssh" /><br> <execution url="<a href="http://globus2.vitu.org">globus2.vitu.org</a>" provider="ssh" /><br>
<workdirectory >/home/globus/tmp</workdirectory><br> <profile namespace="karajan" key="jobThrottle">0</profile><br> </pool><br></config><br><br><br><br>Haven't changed any thing in swift.properties except<br>
<br>hostname=<a href="http://globus1.vitu.org">globus1.vitu.org</a><br><br>tc.data -----------------------------------------------<br>#This is the transformation catalog.<br>#<br>#It comes pre-configured with a number of simple transformations with<br>
#paths that are likely to work on a linux box. However, on some systems,<br>#the paths to these executables will be different (for example, sometimes<br>#some of these programs are found in /usr/bin rather than in /bin)<br>
#<br>#NOTE WELL: fields in this file must be separated by tabs, not spaces; and<br>#there must be no trailing whitespace at the end of each line.<br>#<br># sitename transformation path INSTALLED platform profiles<br>
localhost echo /bin/echo INSTALLED INTEL32::LINUX null<br>localhost cat /bin/cat INSTALLED INTEL32::LINUX null<br>localhost ls /bin/ls INSTALLED INTEL32::LINUX null<br>
localhost grep /bin/grep INSTALLED INTEL32::LINUX null<br>localhost sort /bin/sort INSTALLED INTEL32::LINUX null<br>localhost paste /bin/paste INSTALLED INTEL32::LINUX null<br>
<br><br>swift.log file--------------------------------------------------------------------------------<br>2010-03-19 21:48:28,359+0530 DEBUG Loader Loader started<br>2010-03-19 21:48:40,308+0530 DEBUG Loader Loader started<br>
2010-03-19 21:52:45,812+0530 DEBUG Loader Loader started<br>2010-03-20 23:28:16,738+0530 DEBUG Loader Loader started<br>2010-03-20 23:33:52,976+0530 DEBUG Loader Loader started<br>2010-03-20 23:37:05,687+0530 DEBUG Loader Loader started<br>
2010-03-20 23:38:45,994+0530 DEBUG Loader Loader started<br>2010-03-21 00:23:50,310+0530 DEBUG Loader Loader started<br>2010-03-21 00:25:05,131+0530 DEBUG Loader Loader started<br>2010-03-21 00:49:47,095+0530 DEBUG Loader Loader started<br>
2010-03-21 00:50:46,013+0530 DEBUG Loader Loader started<br><br>Vipul Kumar Singh<br>