2011-10-27 12:20:50,988-0700 DEBUG Loader arguments: [first.swift] 2011-10-27 12:20:50,996-0700 DEBUG Loader Max heap: 259522560 2011-10-27 12:20:51,437-0700 DEBUG textfiles BEGIN SWIFTSCRIPT: type messagefile; app (messagefile t) greeting() { echo "Hello, world!" stdout=@filename(t); } messagefile outfile <"hello.txt">; outfile = greeting(); 2011-10-27 12:20:51,444-0700 DEBUG textfiles END SWIFTSCRIPT: 2011-10-27 12:20:51,446-0700 DEBUG Loader Recompilation suppressed. 2011-10-27 12:20:51,448-0700 DEBUG Loader Detailed exception: java.io.FileNotFoundException: /tmp/mount/dir1/first.kml (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:137) at java.io.FileInputStream.(FileInputStream.java:96) at java.io.FileReader.(FileReader.java:58) at org.globus.cog.karajan.Loader.load(Loader.java:203) at org.griphyn.vdl.karajan.Loader.main(Loader.java:163)