Rest API signal execution throws null pointer exception

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.0.0-alpha9, 7.0.0
    • Affects Version/s: None
    • Component/s: engine
    • None

      I have a process with a receive event task and a timer boundary event. Using the REST API I try to signal the execution, however I get a null pointer exception. Partial stack trace below...

      java.lang.NullPointerException
      org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity.signal(ExecutionEntity.java:376)
      org.camunda.bpm.engine.impl.cmd.SignalCmd.execute(SignalCmd.java:71)
      org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:24)
      org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42)
      org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:32)
      org.camunda.bpm.engine.impl.RuntimeServiceImpl.signal(RuntimeServiceImpl.java:202)
      org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl.signalExecution(ExecutionResourceImpl.java:60)....

            Assignee:
            Thorben Lindhauer
            Reporter:
            Rob Parker
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: