-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
After introducing the jobs for larger data set:
- initial setup -
CAM-11371 - Infra setup - INFRA-1025
Some of the jobs are failing:
- init of the test - 7.13-platform-PERFORMANCE-large-data-oracle-11
10:38:11 at org.camunda.bpm.qa.largedata.optimize.OptimizeApiPageSizeTest.init(OptimizeApiPageSizeTest.java:51) 10:38:11 Caused by: org.apache.ibatis.exceptions.PersistenceException: 10:38:11 10:38:11 ### Error updating database. Cause: java.sql.SQLException: ORA-01654: unable to extend index CAMUNDA.ACT_IDX_HI_DETAIL_ROOT_PI by 128 in tablespace SYSTEM 10:38:11 10:38:11 ### The error may exist in org/camunda/bpm/engine/impl/mapping/entity/HistoricDetail.xml 10:38:11 ### The error may involve org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailEntity.insertHistoricVariableUpdateEvent-Inline 10:38:11 ### The error occurred while setting parameters 10:38:11 ### SQL: insert into ACT_HI_DETAIL ( ID_, TYPE_, PROC_DEF_KEY_, PROC_DEF_ID_, ROOT_PROC_INST_ID_, PROC_INST_ID_, EXECUTION_ID_, ACT_INST_ID_, CASE_DEF_KEY_, CASE_DEF_ID_, CASE_INST_ID_, CASE_EXECUTION_ID_, TASK_ID_, NAME_, REV_, VAR_INST_ID_, VAR_TYPE_, TIME_, BYTEARRAY_ID_, DOUBLE_, LONG_, TEXT_, TEXT2_, SEQUENCE_COUNTER_, TENANT_ID_, OPERATION_ID_, REMOVAL_TIME_, INITIAL_ ) values ( ?, 'VariableUpdate', ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) 10:38:11 ### Cause: java.sql.SQLException: ORA-01654: unable to extend index CAMUNDA.ACT_IDX_HI_DETAIL_ROOT_PI by 128 in tablespace SYSTEM 10:38:11 10:38:11 at org.camunda.bpm.qa.largedata.optimize.OptimizeApiPageSizeTest.init(OptimizeApiPageSizeTest.java:51) 10:38:11 Caused by: java.sql.SQLException: 10:38:11 ORA-01654: unable to extend index CAMUNDA.ACT_IDX_HI_DETAIL_ROOT_PI by 128 in tablespace SYSTEM 10:38:11 10:38:11 at org.camunda.bpm.qa.largedata.optimize.OptimizeApiPageSizeTest.init(OptimizeApiPageSizeTest.java:51)
- init of the test - 7.13-platform-PERFORMANCE-large-data-db2-111
08:46:14 at org.camunda.bpm.qa.largedata.optimize.OptimizeApiPageSizeTest.init(OptimizeApiPageSizeTest.java:51) 08:46:14 Caused by: org.apache.ibatis.exceptions.PersistenceException: 08:46:14 08:46:14 ### Error flushing statements. Cause: org.apache.ibatis.executor.BatchExecutorException: org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceEntity.insertHistoricActivityInstanceEvent (batch index #1) failed. Cause: com.ibm.db2.jcc.am.BatchUpdateException: [jcc][t4][102][10040][4.22.29] Batch failure. The batch was submitted, but at least one exception occurred on an individual member of the batch. 08:46:14 Use getNextException() to retrieve the exceptions for specific batched elements. ERRORCODE=-4229, SQLSTATE=null 08:46:14 ### Cause: org.apache.ibatis.executor.BatchExecutorException: org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceEntity.insertHistoricActivityInstanceEvent (batch index #1) failed. Cause: com.ibm.db2.jcc.am.BatchUpdateException: [jcc][t4][102][10040][4.22.29] Batch failure. The batch was submitted, but at least one exception occurred on an individual member of the batch.
- OptimizeApiPageSizeTest.databaseCanCopeWithPageSize(historic decision instances)
03:30:42 ### Cause: com.microsoft.sqlserver.jdbc.SQLServerException: The incoming request has too many parameters. The server supports a maximum of 2100 parameters. Reduce the number of parameters and resend the request. 03:30:42 at org.camunda.bpm.qa.largedata.optimize.OptimizeApiPageSizeTest.lambda$optimizeServiceFunctions$9(OptimizeApiPageSizeTest.java:103)
This is the controller panel for Smart Panels app
- is related to
-
CAM-10513 Importing variables from Optimize endpoint causes error for MSSQL
- Closed
-
CAM-11371 Create tests to validate the Optimize API works with all databases
- Closed
-
CAM-11833 Importing large sets of data with OptimizeApiPageSizeTest fails for MSSQL
- Closed
-
CAM-11834 Importing large sets of data with OptimizeApiPageSizeTest fails for Oracle
- Closed
-
CAM-11835 Importing large sets of data with OptimizeApiPageSizeTest fails for DB2
- Closed