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
Thanks
Yael