Customer Portal

NullPointerException while running SimpleCopy example

Comments 4

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi jasonq323,

    try to add initialization of watchdog by:


    watchDog.init();


    ...right after WatchDog construction.
  • Avatar
    jasonq323
    0
    Comment actions Permalink
    Works, thanks.
  • Avatar
    admin
    0
    Comment actions Permalink
    ...or you can take a look on our updated Wiki: http://wiki.cloveretl.com/doku.php?id=embedding_clover
  • Avatar
    jasonq323
    0
    Comment actions Permalink
    that was the one I actually followed but I missed out the difference between
    runGraph.executeGraph
    and
    threadManager.initWatchDog(watchDog);

    The first one will initialize the WatchDog.

    I breakpointed through the source yesterday in the runGraph class to find the initWatchDog command.

    Thanks for the help.

Please sign in to leave a comment.