cancel
Showing results for 
Search instead for 
Did you mean: 

NullPointerException with boundary event

lisama
Champ in-the-making
Champ in-the-making
I'm trying to built a boundary event into my process, which fires at a specific date and time after a mail task is done. Here is the code snippet of the event:

 
<boundaryEvent id="boundarytimer1" name="" cancelActivity="true" attachedToRef="mailtask1">
  <timerEventDefinition>
    <timeDate>2011-08-24T12:30:00</timeDate>
  </timerEventDefinition>
</boundaryEvent>

I made sure that the jobExecutorActivate is set to true in my activiti.cfg.xml like it says in the User Guide.

When I deploy it like that (the time was in the future), I get the error:

07240004 Wrapped Exception (with status template): null

And tomcat trows the following error:


ERROR [extensions.webscripts.AbstractsRuntime] Exception from executeScript - redirecting to status template error: 07240004 Wrapped Exception (with status template): null
(…)

I couldn't find a thread with a similar problem and am unsure if I forgot to configure something. Any help would be appreciated.
10 REPLIES 10

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Correct, that is the better approach