0 Replies Latest reply on Nov 11, 2005 5:24 PM by dharraj

    ForkHandler!?!?!?!?!?!?

    dharraj

      Hello All,

      I have written a fork handler that I associate with the fork's node-leave event. The handler creates a thread that simply calls

      executionContext.getToken().signal(executionContext.getTransition());
      and retruns. However, I get a null pointer exception at
      Node signalNode = node;
      signalNode.fireEvent(Event.EVENTTYPE_BEFORE_SIGNAL, executionContext);
      

      because the signalNode is null!!!! Any ideas.

      Raj