-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
TelemetryTaskWorkerMetricsTest is failing in the upgrade job:
java.lang.ExceptionInInitializerError at org.camunda.bpm.engine.test.standalone.telemetry.TelemetryTaskWorkerMetricsTest.<clinit>(TelemetryTaskWorkerMetricsTest.java:72) Caused by: org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.h2.jdbc.JdbcSQLException: Table "ACT_GE_PROPERTY" not found; SQL statement: select * from ACT_GE_PROPERTY where NAME_ = ? [42102-190] ### The error may exist in org/camunda/bpm/engine/impl/mapping/entity/Property.xml ### The error may involve org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity.selectProperty ### The error occurred while executing a query ### SQL: select * from ACT_GE_PROPERTY where NAME_ = ? ### Cause: org.h2.jdbc.JdbcSQLException: Table "ACT_GE_PROPERTY" not found; SQL statement: select * from ACT_GE_PROPERTY where NAME_ = ? [42102-190] at org.camunda.bpm.engine.test.standalone.telemetry.TelemetryTaskWorkerMetricsTest.<clinit>(TelemetryTaskWorkerMetricsTest.java:72) Caused by: org.h2.jdbc.JdbcSQLException: Table "ACT_GE_PROPERTY" not found; SQL statement: select * from ACT_GE_PROPERTY where NAME_ = ? [42102-190] at org.camunda.bpm.engine.test.standalone.telemetry.TelemetryTaskWorkerMetricsTest.<clinit>(TelemetryTaskWorkerMetricsTest.java:72)
AT:
- Ensure creation of the db schema before the test. Add the following to the process engine configuration:
.setDatabaseSchemaUpdate(ProcessEngineConfiguration.DB_SCHEMA_UPDATE_CREATE_DROP)
This is the controller panel for Smart Panels app
- is related to
-
CAM-12378 In telemetry data, metrics information is added
- Closed