Customer Portal

APROX_MERGE_JOIN Error

Comments 2

  • Avatar
    jurban
    0
    Comment actions Permalink
    Hi,
    is that the complete error log? Also, I can see a "try" statement in you transformation, withouth its own { and } brackets, maybe you should fill them in.

    jaro
  • Avatar
    smcdonald
    0
    Comment actions Permalink
    I have removed the try statment missed that from what i posted, i removed it as it made no difference to the outcome. error log below

    Sucessfully started all nodes in phase!
    15:57:30,039 ERROR [WatchDog] - !!! Fatal Error !!! - graph execution is aborting
    15:57:30,039 ERROR [WatchDog] - Node APROX_MERGE_JOIN11 finished with status: Error occurred in nested transformation: ERROR caused by: Record number: 0, field number: 0. Message: Error in extern transformation class TransformTransformAPROX_MERGE_JOIN11: 6
    15:57:30,179 DEBUG [WatchDog] - Node APROX_MERGE_JOIN11 error details:
    org.jetel.exception.TransformException: Record number: 0, field number: 0. Message: Error in extern transformation class TransformTransformAPROX_MERGE_JOIN11: 6
    at TransformTransformAPROX_MERGE_JOIN11.transform(TransformTransformAPROX_MERGE_JOIN11.java:72)
    at org.jetel.component.AproxMergeJoin.flushCombinations(AproxMergeJoin.java:416)
    at org.jetel.component.AproxMergeJoin.execute(AproxMergeJoin.java:532)
    at org.jetel.graph.Node.run(Node.java:371)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    at java.lang.Thread.run(Thread.java:595)
    15:57:30,257 WARN [WatchDog] - Interrupted node: APROX_MERGE_JOIN11

Please sign in to leave a comment.