Created attachment 865620 [details] NPE-task-complete.png 'Unexpected error encountered: java.lang.NullPointerException' when completing a human task in BPMS 6.0.1.ER1. See the attached screenshot. There is no error in server log. I have added user guest (guest=b5d048a237bfd2874b6928e1f37ee15e) of group admin. I have prepared my environment using these REST commands: curl -X POST -u "guest:guest" -H "Content-Type: application/json" -d '{"name":"jbpm-playground","description":"","userName":"","password":"","requestType":"new","gitURL":""}' http://localhost:8080/business-central/rest/repositories/ curl -X POST -u "guest:guest" -H "Content-Type: application/json" -d '{"name":"bpms-assets","description":"","userName":"","password":"","requestType":"clone","gitURL":"git://git.app.eng.bos.redhat.com/bpms-assets.git"}' http://localhost:8080/business-central/rest/repositories/ curl -X POST -u "guest:guest" -H "Content-Type: application/json" -d '{"name":"qe","description":"","owner":"guest"}' http://localhost:8080/business-central/rest/organizationalunits/ curl -X POST -u "guest:guest" -H "Content-Type: application/json" http://localhost:8080/business-central/rest/organizationalunits/qe/repositories/bpms-assets/ curl -X POST -u "guest:guest" -H "Content-Type: application/json" -d '{"name":"","value":""}' http://localhost:8080/business-central/rest/repositories/bpms-assets/projects/bpms-perf/maven/deploy/ I used GUI to start the HumanTask process and to start and complete a human task. The human task is completed and process instance correctly ends, so there seems to be no problem related to functionality. My env: BPMS 6.0.1.ER1
Created attachment 865622 [details] escalation process
The attached process can be used to reproduce this issue.
*** This bug has been marked as a duplicate of bug 1069117 ***
Fixed in 6.0.x: - https://github.com/droolsjbpm/jbpm-console-ng/commit/be236a4b3cf922e61ccbd2a34f6a6333e7737389 (Note: this commit does NOT need to be cherry-picked into master, the change it implies was already applied there!) - https://github.com/droolsjbpm/jbpm-console-ng/commit/9b2d8494a9c5ba095ce67a9c3e5ca04c3407b81f Master: http://github.com/droolsjbpm/jbpm-console-ng/commit/7b67e117c
Verified in BPMS 6.0.1.ER2.