<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
should/could we generate warnings for such things?<br>
<blockquote
cite="mid:Pine.LNX.4.64.0712051754230.28498@dildano.hawaga.org.uk"
type="cite">
<pre wrap="">
Also, you have a bug in your SwiftScript program:
</pre>
<blockquote type="cite">
<pre wrap="">(file ofile)hostname() {
app { hostname; }
}
</pre>
</blockquote>
<pre wrap=""><!---->
You need to specify that the output from hostname goes into ofile. For
example, say:
(file ofile)hostname() {
app { hostname stdout=@filename(ofile); }
}
</pre>
<blockquote type="cite">
<pre wrap=""> at
org.globus.cog.abstraction.impl.execution.gt2.CallbackHandlerManager.decreas
eUsageCount(CallbackHandlerManager.java:33)
at
org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.clean
up(JobSubmissionTaskHandler.java:482)
at
org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.statu
sChanged(JobSubmissionTaskHandler.java:475)
at org.globus.gram.GramJob.setStatus(GramJob.java:184)
at org.globus.gram.GramCallbackHandler.run(CallbackHandler.java:176)
at java.lang.Thread.run(Thread.java:619)
Failed to clean up job
java.lang.IllegalStateException: No registered callback handler for
org.globus.gsi.gssapi.GlobusGSSCredentialImpl@11b92ef
at
org.globus.cog.abstraction.impl.execution.gt2.CallbackHandlerManager.decreas
eUsageCount(CallbackHandlerManager.java:33)
at
org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.clean
up(JobSubmissionTaskHandler.java:482)
at
org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.statu
sChanged(JobSubmissionTaskHandler.java:475)
at org.globus.gram.GramJob.setStatus(GramJob.java:184)
at org.globus.gram.GramCallbackHandler.run(CallbackHandler.java:176)
at java.lang.Thread.run(Thread.java:619)
Failed to clean up job
java.lang.IllegalStateException: No registered callback handler for
org.globus.gsi.gssapi.GlobusGSSCredentialImpl@11b92ef
at
org.globus.cog.abstraction.impl.execution.gt2.CallbackHandlerManager.decreas
eUsageCount(CallbackHandlerManager.java:33)
at
org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.clean
up(JobSubmissionTaskHandler.java:482)
at
org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.statu
sChanged(JobSubmissionTaskHandler.java:475)
at org.globus.gram.GramJob.setStatus(GramJob.java:184)
at org.globus.gram.GramCallbackHandler.run(CallbackHandler.java:176)
at java.lang.Thread.run(Thread.java:619)
hostname failed
Execution failed:
Exception in hostname:
Arguments: []
Host: data
Directory: hostname-20071204-2116-xvhkcj88/hostname-vg2dq1li
stderr.txt:
stdout.txt: data.uniparthenope.it
----
Caused by:
The following output files were not created by the application:
hostname.txt
What do you think about it?
Do you have some suggestions?
I attached to this mail both files on floater-245 and data.
Thank you in advance.
Raffaele
</pre>
</blockquote>
<pre wrap=""><!---->_______________________________________________
Swift-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Swift-devel@ci.uchicago.edu">Swift-devel@ci.uchicago.edu</a>
<a class="moz-txt-link-freetext" href="http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel">http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel</a>
</pre>
</blockquote>
</body>
</html>