Bug 1279359

Summary: Unexpected Error 'DataSet with UUID[jbpmProcessInstances] error' when clicking Process Management->Process Instances.
Product: [Retired] JBoss BPMS Platform 6 Reporter: Lijun Li <lijli>
Component: Business CentralAssignee: Neus Miras <nmirasch>
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: urgent Docs Contact:
Priority: high    
Version: 6.2.0CC: jowest, lijli, mbaluch, qe-i18n-bugs, rrajasek, rzhang
Target Milestone: CR1Keywords: i18n, Regression
Target Release: 6.2.0   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:41:53 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 Flags
Unexpected Error 'DataSet with UUID[jbpmProcessInstances] error'
none
server.log none

Description Lijun Li 2015-11-09 09:47:09 UTC
Description of problem:
Unexpected Error 'DataSet with UUID[jbpmProcessInstances] error' when clicking Process Management->Process Instances.

Version-Release number of selected component (if applicable):
6.2.0.ER5

How reproducible:
100%

Steps to Reproduce:
1. Login BPMS with admin user.
2. Create org/repo/project/business process.
3. Build & Deploy.
4. Start in Process Management -> Process Definitions.
5. Click Process Management -> Process Instances.

Actual results:
Unexpected Error 'DataSet with UUID[jbpmProcessInstances] error':
DataSet with UUID [ jbpmProcessInstances ] error: org.dashbuilder.dataset.exception.DataSetLookupException: Can't lookup on specified data set: jbpmProcessInstances

Expected results:
No such error.

Additional info:
Please also see the attached screen-shot.

Comment 1 Lijun Li 2015-11-09 09:50:03 UTC
Created attachment 1091672 [details]
Unexpected Error 'DataSet with UUID[jbpmProcessInstances] error'

Comment 3 Ryan Zhang 2015-11-09 09:52:50 UTC
Created attachment 1091679 [details]
server.log

Attached the sever.log for this issue.

Comment 4 Neus Miras 2015-11-10 12:23:33 UTC
There were a problem with the dataset condition marshaling that has been solved in 
6.3.x
https://github.com/droolsjbpm/jbpm-console-ng/commit/b9ee18604c21730050ad4af3048b00cc996c0c2c

In master this json code marshaling is included in dashbuilders modules.

Comment 5 Tomas Livora 2015-11-11 10:20:47 UTC
I have just encountered this issue on ER5. It is the same one as I reported on ER3 and verified on ER4. We must fix it before GA otherwise it is not possible to see running process instances in Business Central.

Comment 6 Josh West 2015-11-11 16:05:37 UTC
Verified this happens on WebSphere as well.

Comment 7 Marek Baluch 2015-11-19 11:55:30 UTC
Verified on 6.2.0.CR1.

The process instance view is shown without any errors and the simple start->end process is present on the "completed" tab.

Steps used:
1) Created a process with name "t" in the pre-created repository and project structure in package "org.kie.example.project1"
2) Build & Deploy.
3) Start in Process Management -> Process Definitions.
4) Click Process Management -> Process Instances.

(Same steps on 6.2.0.ER5 produced the error pop-up).