0 Replies Latest reply on Jul 31, 2014 1:27 PM by antonio.giambanco

    Unexpected error encountered : null aborting process instance

    antonio.giambanco

      HI Everybody,

      I have 4 instances of a deployed process and I get Unexpected error encountered : null aborting a process from the process instances list. Is there a way to kill them?

      I don't understand how the unexpected error came through.

       

      also as admin user on task list menù I get as follow:

       

      Unexpected error encountered : org.hibernate.hql.internal.ast.QuerySyntaxException:unexpected end of subtree [select distinct new org.jbpm.services.task.query.TaskSummaryImpl( t.id, t.name, t.description, t.taskData.status, t.priority, t.taskData.actualOwner.id, t.taskData.createdBy.id, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processInstanceId, t.taskData.parentId, t.taskData.deploymentId ) from org.jbpm.services.task.impl.model.TaskImpl t, org.jbpm.services.task.impl.model.OrganizationalEntityImpl potentialOwners where t.archived = 0 and ( potentialOwners.id = :userId or potentialOwners.id in () ) and potentialOwners in elements ( t.peopleAssignments.potentialOwners ) and t.taskData.status in (:status0_, :status1_, :status2_) order by t.id DESC]

       

       

       

      Thanks