flowable / flowable/flowable-engine
ORA-00942: table or view does not exist” exception on endpoint ‘actuator/flowable’
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
Hi, Getting this exception on History. I’m not interested in history.
flowable.history-level=none
flowable.rest-api-enabled=true
flowable.database-schema-update=true
flowable.check-process-definitions=true
flowable.process-definition-location-prefix=classpath:/
flowable.async-executor-activate=true
flowable.db-history-used=false
flowable.jpa-enabled=true
“cause”: “\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist\n\r\n### The error may exist in org/flowable/db/mapping/entity/HistoricActivityInstance.xml\r\n### The error may involve org.flowable.engine.impl.persistence.entity.HistoricActivityInstanceEntityImpl.selectHistoricActivityInstanceCountByQueryCriteria-Inline\r\n### The error occurred while setting parameters\r\n### SQL: select count(RES.ID_) from ACT_HI_ACTINST RES WHERE RES.END_TIME_ is not null\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist\n”
[https://forum.flowable.org/t/ora-00942-table-or-view-does-not-exist-exception-on-endpoint-actuator-flowable/1941](url)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.