Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
0.6
-
None
Description
I prepared my workflow accordingly to my need to run at Lonestar.
I clicked on the button "run my workflow", but button of the Xbaya dashboard in the section monitoring nothing changed.
Follow a screenshot of my window.
http://i48.tinypic.com/sf7xuc.jpg
I checked the Airavata-server log to see what I didn't get any response.
I had the error message below:
[INFO] Experiment launched :WorkflowVLab_b17a7216-c13e-49e6-9ab0-07dff2431d88
[INFO] ----DATA----
[INFO] Start scheduling
[INFO] ----END DATA----
[INFO] Searching registry for some deployed application hosts
[INFO] Found service on: lonestar4.tacc.teragrid.org
[INFO] Found service on: lonestar4.tacc.teragrid.org
[INFO] ----DATA----
[INFO] Finish scheduling
[INFO] ----END DATA----
null
Exception in thread "Thread-41" org.apache.airavata.workflow.model.exceptions.WorkflowRuntimeException: org.apache.airavata.workflow.tracking.WorkflowTrackingException: java.lang.RuntimeException: Publisher has been deleted!
at org.apache.airavata.xbaya.interpretor.WorkflowInterpretorSkeleton.executeWorkflow(WorkflowInterpretorSkeleton.java:392)
at org.apache.airavata.xbaya.interpretor.WorkflowInterpretorSkeleton.access$400(WorkflowInterpretorSkeleton.java:87)
at org.apache.airavata.xbaya.interpretor.WorkflowInterpretorSkeleton$2.run(WorkflowInterpretorSkeleton.java:382)
at java.lang.Thread.run(Thread.java:680)
Caused by: org.apache.airavata.workflow.tracking.WorkflowTrackingException: java.lang.RuntimeException: Publisher has been deleted!
at org.apache.airavata.workflow.tracking.AbstractNotifier.sendNotification(AbstractNotifier.java:160)
at org.apache.airavata.workflow.tracking.impl.ProvenanceNotifierImpl.sendingFault(ProvenanceNotifierImpl.java:518)
at org.apache.airavata.workflow.tracking.impl.ProvenanceNotifierImpl.sendingFault(ProvenanceNotifierImpl.java:485)
at org.apache.airavata.xbaya.jython.lib.NotificationSender.workflowFailed(NotificationSender.java:262)
at org.apache.airavata.xbaya.jython.lib.NotificationSender.workflowFailed(NotificationSender.java:226)
at org.apache.airavata.xbaya.interpretor.WorkflowInterpreter.scheduleDynamically(WorkflowInterpreter.java:294)
at org.apache.airavata.xbaya.interpretor.WorkflowInterpretorSkeleton.executeWorkflow(WorkflowInterpretorSkeleton.java:389)
... 3 more
Caused by: java.lang.RuntimeException: Publisher has been deleted!
at org.apache.airavata.workflow.tracking.impl.publish.WSMPublisher.publishSync(WSMPublisher.java:104)
at org.apache.airavata.workflow.tracking.impl.publish.AbstractPublisher.publish(AbstractPublisher.java:95)
at org.apache.airavata.workflow.tracking.AbstractNotifier.sendNotification(AbstractNotifier.java:158)
... 9 more
I noticed that this message was happening because I didn't fill up the "airavata-server.properties" file correctly to use my GSI credentials.