Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.14
-
None
Description
When experiments are executed they fails but the jobs have the status COMPLETE. If the experiments is executed again it might get successfully COMPLETED (occurs in ad-hoc manner)
There are no output files even though the job is COMPLETE
The Airavata log has error;
[ERROR] org.apache.airavata.gfac.core.handler.GFacHandlerException: Required output is missing
org.apache.airavata.gfac.core.handler.GFacHandlerException: org.apache.airavata.gfac.core.handler.GFacHandlerException: Required output is missing
at org.apache.airavata.gfac.ssh.util.HandleOutputs.handleOutputs(HandleOutputs.java:89)
at org.apache.airavata.gfac.gsissh.handler.NewGSISSHOutputHandler.invoke(NewGSISSHOutputHandler.java:64)
at org.apache.airavata.gfac.core.cpi.BetterGfacImpl.invokeOutFlowHandlers(BetterGfacImpl.java:956)
at org.apache.airavata.gfac.core.utils.OutHandlerWorker.run(OutHandlerWorker.java:51)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.airavata.gfac.core.handler.GFacHandlerException: Required output is missing
at org.apache.airavata.gfac.ssh.util.HandleOutputs.handleOutputs(HandleOutputs.java:86)
... 8 more