Issue with start process?

Hello,
When i start the process first time i am not getting any errors for the second time i am getting below error.

Thanks

Hi @Swarna_Latha,

If you want to get feedback, you should at least attach the server log (stacktrace) when the error happened.

If you want to have good targeted feedback to solve your problem quickly, create a failing test case with the help of the Camunda engine unit test template.

It is impossible to diagnose the problem without more information.

Cheers,
Christian

Okay. Here is the server log

2017-07-25 11:41:03,798 INFO [com.att.r3.sbs.bpmn.util.SBSDataMapping] (default task-126) SQL exception occuredjava.sql.SQLRecoverableException: Closed Connection
2017-07-25 11:41:03,807 ERROR [org.camunda.bpm.engine.context] (default task-126) ENGINE-16006 BPMN Stack Trace:
Task_1ty30f9 (activity-execute, ProcessInstance[f8e43c5c-7157-11e7-8672-828820524153], pa=Sbs-workFlow)
Task_1ty30f9
^
|
ExclusiveGateway_1cwyhz6
^
|
SubProcess_0ijggq4
^
|
EndEvent_0a6ob4x
^
|
UserTask_Account

2017-07-25 11:41:03,832 ERROR [org.camunda.bpm.engine.context] (default task-126) ENGINE-16004 Exception while closing command context: couldn’t execute activity <serviceTask id=“Task_1ty30f9” …>: Closed Connection: org.camunda.bpm.engine.impl.pvm.PvmException: couldn’t execute activity <serviceTask id=“Task_1ty30f9” …>: Closed Connection

2017-07-25 11:41:03,969 WARNING [ExceptionHandler] (default task-126) org.camunda.bpm.engine.rest.exception.RestException: Cannot submit task form fd3a020b-7157-11e7-8672-828820524153: couldn’t execute activity <serviceTask id=“Task_1ty30f9” …>: Closed Connection

Swarna