Its Sun Java 6  so I assumed that would be fine.<br>The exact version is 1.6.0_07.   <br><br>- Tim<br><br><div class="gmail_quote">On Fri, Jan 21, 2011 at 9:07 PM, Allan Espinosa <span dir="ltr"><<a href="mailto:aespinosa@cs.uchicago.edu">aespinosa@cs.uchicago.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Tim,<br>
<br>
What's the version of java on IBI that the Swift runtime uses?<br>
<br>
-Allan<br>
<br>
2011/1/21 Tim Armstrong <<a href="mailto:tim.g.armstrong@gmail.com">tim.g.armstrong@gmail.com</a>>:<br>
<div><div></div><div class="h5">> Hi,<br>
>   I'm trying to get a Swift script running on the IBI cluster but have been<br>
> running into some issues.  I'm using a recent development version 3029.<br>
> Running the script fails at the compile stage.<br>
><br>
> Strangely, this script compiles without issue using exactly the same swift<br>
> on other machines.<br>
> Even more strangely, it looks like the swift ->  intermediate xml step<br>
> completes without any exceptions being thrown, but when I look at the xml<br>
> file it contains precisely zero bytes.  It appears that this is what<br>
> actually causes the karajan parser to crash.<br>
> What would cause the first compile step to complete without causing an<br>
> exception but not produce any output?  Do we maybe have a buffering issue?<br>
> Any suggestions for how I might solve this?<br>
><br>
> The log contents are:<br>
><br>
> 2011-01-21 16:43:13,448-0600 DEBUG Loader Max heap: 238616576<br>
> 2011-01-21 16:43:13,449-0600 INFO  Loader rserver.swift: source file is new.<br>
> Recompiling.<br>
> 2011-01-21 16:43:13,919-0600 DEBUG Loader Detailed exception:<br>
> org.griphyn.vdl.karajan.CompilationException: Unable to parse intermediate<br>
> XML<br>
>         at org.griphyn.vdl.engine.Karajan.compile(Karajan.java:98)<br>
>         at org.griphyn.vdl.karajan.Loader.compile(Loader.java:300)<br>
>         at org.griphyn.vdl.karajan.Loader.main(Loader.java:145)<br>
> Caused by: org.apache.xmlbeans.XmlException:<br>
> /tmp/tga/SwiftR/swift.local.2306/rserver.xml:2:1: error: Unexpected end of<br>
> file after null<br>
>         at<br>
> org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3467)<br>
>         at<br>
> org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1270)<br>
>         at<br>
> org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1257)<br>
>         at<br>
> org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)<br>
>         at<br>
> org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:252)<br>
>         at<br>
> org.globus.swift.language.ProgramDocument$Factory.parse(ProgramDocument.java:499)<br>
>         at org.griphyn.vdl.engine.Karajan.parseProgramXML(Karajan.java:122)<br>
>         at org.griphyn.vdl.engine.Karajan.compile(Karajan.java:96)<br>
>         ... 2 more<br>
> Caused by: org.xml.sax.SAXParseException: Unexpected end of file after null<br>
>         at<br>
> org.apache.xmlbeans.impl.piccolo.xml.Piccolo.reportFatalError(Piccolo.java:1038)<br>
>         at<br>
> org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:723)<br>
>         at<br>
> org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3435)<br>
>         ... 9 more<br>
><br>
><br>
><br>
><br>
</div></div></blockquote></div><br>