-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
NEW
-
NEW
-
-
2020 Week 04-06 (from Jan 20)
ProcessAutoAckErrorCommand execution fails on Postgres with two
different type of errors:
(1) No entries in ProcessInstanceLog:
Caused by: org.postgresql.util.PSQLException: ERROR: operator does not
exist: character varying = bigint
at
org.jbpm.executor.commands.error.ProcessAutoAckErrorCommand.findErrorsToAck(ProcessAutoAckErrorCommand.java:64)
(2) Entries in ProcessInstanceLog:
Caused by: org.postgresql.util.PSQLException: Large Objects may not be
used in auto-commit mode.
at
org.jbpm.executor.commands.error.ProcessAutoAckErrorCommand.findErrorsToAck(ProcessAutoAckErrorCommand.java:55)
So both queries defined in this command are incompatible with Postgres.
- clones
-
RHPAM-2653 The "org.jbpm.executor.commands.error.ProcessAutoAckErrorCommand" execution fails on Postgres database.
- Closed