<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Thank you Mike, I was using STrace but it seems very complex to find the bug. So we are now using the profiler to </span><span>mimic </span><span> file system and comparing the input and output of its fuse callbacks with Mosa.</span></div><div><br><span></span></div><div><span>Also I agree with you that Mosa is doing something wired.</span></div><div><span><br></span></div><div><span>Regards</span></div><div><span>Emalayan<br></span></div><div><br></div><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> Michael Wilde <wilde@mcs.anl.gov><br><b><span style="font-weight: bold;">To:</span></b> Emalayan
 Vairavanathan <svemalayan@yahoo.com><br><b><span style="font-weight: bold;">Cc:</span></b> swift-user@ci.uchicago.edu<br><b><span style="font-weight: bold;">Sent:</span></b> Thursday, 27 October 2011 12:57 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Swift-user] Swift-MosaStore integration problem<br></font><br>Emalyan, can you use strace on the Swift jvm invocation to trave Java's systems calls, and debug it in that manner?<br><br>I suspect that Mosa is doing something that's not quite POSIX compliant, and confusing Java and hence Swift.<br><br>- Mike<br><br><br>----- Original Message -----<br>> From: "Emalayan Vairavanathan" <<a ymailto="mailto:svemalayan@yahoo.com" href="mailto:svemalayan@yahoo.com">svemalayan@yahoo.com</a>><br>> To: <a ymailto="mailto:swift-user@ci.uchicago.edu" href="mailto:swift-user@ci.uchicago.edu">swift-user@ci.uchicago.edu</a><br>> Sent: Thursday, October 27, 2011 2:35:13 PM<br>>
 Subject: [Swift-user] Swift-MosaStore integration problem<br>> Dear All,<br>> <br>> <br>> <br>> <br>> <br>> <br>> <br>> When I try to run the HelloWorld.swift with MosaStore (MosaStore is a<br>> distributed storage developed by us) it is terminating with an error.<br>> <br>> <br>> <br>> Here HelloWorld.swift script is copied into the MosaStore filesystem.<br>> Also Swift has write permission in the file system. Because it can<br>> create some temporary files (swift.log and<br>> first-20111026-1848-hmo97vu7.log). But then it prints the error below<br>> and terminates (I have attached the log files. I am using swift 0.93).<br>> <br>> <br>> <br>> Max heap: 259522560<br>> Recompilation suppressed.<br>> Detailed exception:<br>> java.io.FileNotFoundException: /tmp/mount/dir1/first.kml (No such file<br>> or directory)<br>> at java.io.FileInputStream.open(Native Method)<br>> at
 java.io.FileInputStream.<init>(FileInputStream.java:137)<br>> at java.io.FileInputStream.<init>(FileInputStream.java:96)<br>> at java.io.FileReader.<init>(FileReader.java:58)<br>> at org.globus.cog.karajan.Loader.load(Loader.java:209)<br>> at org.griphyn.vdl.karajan.Loader.main(Loader.java:157)<br>> Could not start execution.<br>> /tmp/mount/dir1/first.kml (No such file or directory)<br>> <br>> <br>> It seems the Mosastore didnt receive any callback to create first.kml.<br>> I think, due to some reasons JVM assumes the storage is not available<br>> and terminate the swift program. So I am wondering whether you can<br>> provide any hint about this issue.<br>> <br>> Also I would like to build the swift in debug mode in order to run it<br>> with jdb (to get more information). Please let me know how to build<br>> the swift in debug mode?<br>> <br>> <br>> Thank you<br>>
 Emalayan<br>> <br>> <br>> <br>> <br>> <br>> _______________________________________________<br>> Swift-user mailing list<br>> <a ymailto="mailto:Swift-user@ci.uchicago.edu" href="mailto:Swift-user@ci.uchicago.edu">Swift-user@ci.uchicago.edu</a><br>> <a href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user" target="_blank">https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user</a><br><br>-- <br>Michael Wilde<br>Computation Institute, University of Chicago<br>Mathematics and Computer Science Division<br>Argonne National Laboratory<br><br><br><br></div></div></div></body></html>