[Swift-devel] not able to resume

Mihael Hategan hategan at mcs.anl.gov
Mon Aug 18 16:59:36 CDT 2008


On Mon, 2008-08-18 at 16:49 -0500, skenny at uchicago.edu wrote:
> restart: success (w/errors during run)
> restart2: success (w/errors)
> restart3: 
> [skenny at andrew misc]$ ./restart3.sh
> Could not start execution.
>         Error reading source:  : input contained no data
> Could not start execution.
>         Error reading source:  : input contained no data
> Failed - second round did not exit with success

Hmm. Can you delete restart3.xml and restart3.kml and try again?

> 
> restart4: success (w/errors)
> restart5: success (w/errors)
> restart-extern: success (w/errors)
> restart-iterate: success (w/errors)
> 
> for all of the ones with errors, it seems to be helperB:
> 
> helperB failed
> Final status:  Failed:1 Finished successfully:1
> The following errors have occurred:
> 1. Application "helperB" failed (Exit code 1)
...

Yes, helperB is the following script:
----------
#!/bin/bash

exit 1
----------

The first step needs to be "interrupted" in order to test the restarts.





More information about the Swift-devel mailing list