<html>
<body>
Does anybody have any idea why swift is failing ? It seems pretty
straightforward but I do not see whats wrong here...<br>
He is using 070429 nightly build (I am using the same build and it works
for me).<br><br>
Nika<br><br>
<blockquote type=cite class=cite cite="">Date: Wed, 02 May 2007 20:44:32
-0500<br>
From: Luciano Piccoli <piccoli@fnal.gov><br>
Subject: Re: Fwd: chained genU workflow<br>
To: nefedova@mcs.anl.gov<br><br>
Hi Nika,<br><br>
I tried to run the genU workflow, but I believe I have some configuration
problem. I did download and install the same vdsk version that you
used.<br><br>
My sites.xml has only the localhost provider:<br><br>
<tt>    <?xml version="1.0"
encoding="UTF-8"?><br>
    <config
xmlns=<a href="http://www.griphyn.org/chimera/GVDS-PoolConfig">
"http://www.griphyn.org/chimera/GVDS-PoolConfig"</a> <br>
   
xsi:schemaLocation=<a href="http://www.griphyn.org/chimera/gvds-poolcfg-1.5.xsd" eudora="autourl">
"</a>http://www.griphyn.org/chimera/GVDS 
http://www.griphyn.org/chimera/gvds-poolcfg-1.5.xsd<a href="http://www.griphyn.org/chimera/gvds-poolcfg-1.5.xsd" eudora="autourl">
"</a> <br>
   
xmlns:xsi=<a href="http://www.w3.org/2001/XMLSchema-instance" eudora="autourl">
"</a>
http://www.w3.org/2001/XMLSchema-instance<a href="http://www.w3.org/2001/XMLSchema-instance" eudora="autourl">
"</a> version="1.5"><br><br>
    <!-- This localhost entry should work on most
linux-like systems. It may<br>
    be necessary to change the two occurences of /var/tmp
to a different<br>
    working directory. --><br>
      <pool handle="localhost"
sysinfo="INTEL64::LINUX"><br>
        <lrc
url="local://localhost"/><br>
        <gridftp 
url="local://localhost" storage="{user.home}"
major="1" minor="0" patch="0"/> <br>
        <jobmanager
universe="vanilla" url="local://localhost"
major="1" minor="0" patch="0" /><br>
        <workdirectory
>{user.home}</workdirectory><br>
      </pool><br>
    </config><br>
</tt><br>
I reproduced the problem using the q1.swift example. My tc.data looks
like this:<br><br>
<tt>    localhost      
echo           
/home/piccoli/bin/myecho       
INSTALLED       INTEL64::LINUX 
null<br>
    localhost      
echoecho       
/home/piccoli/bin/myecho       
INSTALLED       INTEL64::LINUX 
null<br>
</tt><br>
In the q1.swift workflow, when I replace the echo command with the
echoecho command I get the following error message:<br>
<br>
<tt>    bash-3.00$ swift q1.swift <br>
    Swift V 0.0405<br>
    RunID: 59888ief8zsp1<br>
    echoecho started<br>
    echoecho failed<br>
    The following errors have occurred:<br>
    1. The requested application (echoecho) cannot be
found installed on any of the sites.<br>
      You should check your tc.data and
sites.xml files, and make sure that the name (echoecho) is not
misspelled.<br>
</tt><br>
This is the swift script:<br><br>
<tt>    type messagefile {}<br><br>
    (messagefile t) greeting() { <br>
        app {<br>
           
echoecho "Hello, world!" stdout=@filename(t);<br>
        }<br>
    }<br><br>
    messagefile outfile
<"hello.txt">;<br><br>
    outfile = greeting();<br>
</tt><br>
Do you have any idea why this happens? The same error message shows up
when I run the genU script. Swift complains that mode_test_in cannot be
found, even though tc.data is correct...<br><br>
Thanks!<br>
Luciano<br>
</blockquote></body>
</html>