BRMS can not start due to "ORA-00942: table or view does not exist"
Issue
After defining jbpmDS point to a Oracle database, start BRMS met the below error(failed on deploy jbpm-human-task.war)
Caused by: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
...
at org.hibernate.engine.jdbc.internal.proxy.AbstractStatementProxyHandler.continueInvocation(AbstractStatementProxyHandler.java:122) [hibernate-core-4.1.6.Final-redhat-3.jar:4.1.6.Final-redhat-3]
... 37 more
Check from database which defined in jbpmDS, tables indeed not exist.
Environment
- Red Hat JBoss BRMS (BRMS)
- 5.3.x
- Oracle Database
- 11g R2
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.