cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout event on subprocess

kalman
Champ in-the-making
Champ in-the-making
Hi,

We are facing the following problem.
There is a small process we test. We put a non interrupting boundary timer event on the subprocess.
[attachment=1]Boundary.jpg[/attachment]

Here is the XML zipped:

[attachment=0]Iktatás_minta.bpmn20.zip[/attachment]

After the time spent the task in the subprocess "disappeared" and the following massage came up.

com.vaadin.event.ListenerMethod$MethodException
Cause: com.vaadin.event.ListenerMethod$MethodException
Cause: org.activiti.engine.ActivitiException: this activity doesn't accept signals
                at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:510)
                at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:164)
                at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1193)
                at com.vaadin.ui.Button.fireClick(Button.java:539)
                at com.vaadin.ui.Button.changeVariables(Button.java:206)
                at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariableBurst(AbstractCommunicationManager.java:1299)
                at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariables(AbstractCommunicationManager.java:1219)
                at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.java:735)
                at com.vaadin.terminal.gwt.server.CommunicationManager.handleUidlRequest(CommunicationManager.java:296)
                at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(AbstractApplicationServlet.java:501)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
                at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
                at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
                at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
                at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
                at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
                at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
                at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
                at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
                at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
                at java.lang.Thread.run(Thread.java:662)
Caused by: com.vaadin.event.ListenerMethod$MethodException
Cause: org.activiti.engine.ActivitiException: this activity doesn't accept signals
                at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:510)
                at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:164)
                at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1193)
                at org.activiti.explorer.ui.form.FormPropertiesForm.access$000(FormPropertiesForm.java:45)
                at org.activiti.explorer.ui.form.FormPropertiesForm$1.buttonClick(FormPropertiesForm.java:139)
                at sun.reflect.GeneratedMethodAccessor215.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:597)
                at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:490)

How can I repair my process?

Thanks for your answer.
Br.
Kálmán
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

Can you create a unit test to reproduce your error?

Best regards,