Bug 1195142
| Summary: | Modal with SessionNotFoundException after completing Human Task whose completion completes process | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> | ||||
| Component: | Business Central | Assignee: | Marco Rietveld <mrietvel> | ||||
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.1.0 | CC: | ajuricic, ibek, kverlaen, rzhang | ||||
| Target Milestone: | ER6 | ||||||
| Target Release: | 6.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 20:08:40 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Jan Hrcek
2015-02-23 08:39:38 UTC
There is another symptom of this issue : Task Detail panel contains no data for such a tasks (see screenshot) Created attachment 994318 [details]
Task details empty
it was indeed affecting only per request and per process instance because when request or process instance is completed ksession id destroyed and by that access to runtime engine was causing this exception even though ksession was not accessed. This was improved to delay the session id check until actually ksession is taken from runtime engine instead of when runtime engine is taken from manager. jbpm master: https://github.com/droolsjbpm/jbpm/commit/ae9304204c72085d860b5a600fbd65dbf1ee507b 6.2.x: https://github.com/droolsjbpm/jbpm/commit/765ad2a57460ac72ca4416be389c1654eb328b29 |