Graph run fails

Hi

All of our graphs fails with the same error :

2014-06-22 16:54:56,835 ERROR 20843 [WatchDog] Graph execution finished with error
2014-06-22 16:54:56,835 ERROR 20843 [WatchDog] Node RUN_LOAD_DATA_FULL finished with status: ERROR caused by: Graph ‘./graph/LoadDataFull.grf’ failed!
2014-06-22 16:54:56,836 ERROR 20843 [WatchDog] Node RUN_LOAD_DATA_FULL error details:
org.jetel.exception.JetelException: Graph ‘./graph/LoadDataFull.grf’ failed!
at org.jetel.component.RunGraph.execute(RunGraph.java:333)
at org.jetel.graph.Node.run(Node.java:453)
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:722)
2014-06-22 16:54:56,836 WARN 20843 [exNode_20843_1340062310906_LOG_ERROR_MESSAGE] LOG_ERROR_MESSAGEthread interrupted, it will interrupt child threads
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Thread.join(Thread.java:1266)
at org.jetel.component.Trash.executeWithoutWriter(Trash.java:276)
at org.jetel.component.Trash.execute(Trash.java:239)
at org.jetel.graph.Node.run(Node.java:453)
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:722)

Is anyone familiar with this error ?

Please assist :slight_smile:

Thanks
Yael

Hi Yael,

The error states that the RunGraph component executing LoadDataFull.grf failed. There is probably something wrong with the graph and you have to find out the reason. Could you please share log file of this graph as well? You can specify the log file location in property Log file URL.

The other option you have is to ignore the failure and continue with processing despite the error. There is a property named Ignore graph fail you can set to true in case you do not need the result of LoadDataFull.grf directly in your main graph.

Regards,