Customer Portal

ClassCastException

Comments 4

  • Avatar
    slechtaj
    0
    Comment actions Permalink
    Hi SCL,

    could you please check using which component you write into dictionary entry feedRunId (e.g. mapping within some particular component etc.)?

    Thank you!
  • Avatar
    scl84
    0
    Comment actions Permalink
    Hi Jan,

    We are using the ExecuteJobflow component which is calling a graph... :? (do you think this might affect? :roll: :roll: )
    And we are using the input mapping to write into the dictionary value which is in the graph ($out.2.feedRunId).

    function integer transform() {

    $out.2.syncFrom = dictionary.syncFrom;
    $out.2.feedRunId = getParamValue("RUN_ID");

    return ALL;
    }

    Thanks and regards,
    SCL
  • Avatar
    slechtaj
    0
    Comment actions Permalink
    Hi SCL,

    Well we are trying to find out what might have caused the exception. Could you please provide us with some more information:

    • What CloverETL version you use

    • What Java version you use

    • Full stack trace (or even log if possible) - at least we need to see the part that follows the exception.


    Thanks a lot!
  • Avatar
    slechtaj
    0
    Comment actions Permalink
    SCL,

    It would also be very helpful to see your graph. We do not need to see your data of course, so you may delete all sensitive information from the graph.

    Thanks!

Please sign in to leave a comment.