-
Bug
-
Resolution: Done
-
Blocker
-
6.2.0
Description of problem:
When you start an instance of some process (e.g. Evaluation) and then navigate to Process Instances perspective, there is a modal with error shown & the following exception in server.log (attached):
org.dashbuilder.dataset.exception.DataSetLookupException: Can't lookup on specified data set: jbpmProcessInstances
...
Caused by: org.h2.jdbc.JdbcSQLException: Data conversion error converting "false"; SQL statement:
SELECT COUNT FROM (SELECT PROCESSINSTANCEID, PROCESSID, START_DATE, END_DATE, STATUS, PARENTPROCESSINSTANCEID, OUTCOME, DURATION, USER_IDENTITY, PROCESSVERSION, PROCESSNAME, CORRELATIONKEY, EXTERNALID, PROCESSINSTANCEDESCRIPTION FROM PROCESSINSTANCELOG WHERE STATUS = 'false' ORDER BY START_DATE ASC) "dbSQL" [22018-168]
...
Caused by: Caused by: java.lang.NumberFormatException: For input string: "false"
Version-Release number of selected component (if applicable):
BPM Sute 6.2.0 ER5
How reproducible:
Always
Steps to Reproduce:
1. Start an instance of any process (e.g. Evaluation) in Process Definitions
2. Navigate to Process Instances perps.
Actual results:
Modal with error displaed + exception in server.log
Expected results:
Process Instance displayed
Additional info:
- blocks
-
RHBPMS-914 Cannot drill down into subprocess from instance view in BPM Suite 6.1.2
- Verified
-
RHBPMS-1749 Process instance view not loading
- Verified
-
RHBPMS-1491 [Process] The page number shown incorrectly when there are more than 10 variables in Process variables area.
- Verified