Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9568

Errors during schema operation 'drop' in Spring boot tests

    • Icon: Task Task
    • Resolution: None
    • Icon: L3 - Default L3 - Default
    • None
    • spring-boot 3.0.0, spring-boot 3.1.0
    • spring-boot
    • None

      Run CreateAdminUserConfigurationTest test
      Observed:

      Running org.camunda.bpm.spring.boot.starter.configuration.impl.custom.CreateAdminUserConfigurationTest
      2018-11-20 11:21:44.033  INFO 888 --- [           main] org.camunda.bpm.engine.cfg               : ENGINE-12003 Plugin 'CreateAdminUserConfiguration[adminUser=AdminUserProperty[id=admin, firstName=Admin, lastName=Admin, email=admin@localhost, password=password]]' activated on process engine 'default'
      2018-11-20 11:21:46.564 ERROR 888 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03015 Problem during schema operation 'drop' with statement '-- 
      -- 
      -- 
      -- 
      -- 
      alter table ACT_RE_DECISION_DEF 
      drop constraint ACT_FK_DEC_REQ'. Cause: 'Table "ACT_RE_DECISION_DEF" not found; SQL statement:
      -- 
      -- 
      -- 
      -- 
      -- 
      alter table ACT_RE_DECISION_DEF 
      drop constraint ACT_FK_DEC_REQ [42102-197]'
      2018-11-20 11:21:46.565 ERROR 888 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03015 Problem during schema operation 'drop' with statement 'drop index ACT_IDX_DEC_DEF_TENANT_ID'. Cause: 'Index "ACT_IDX_DEC_DEF_TENANT_ID" not found; SQL statement:
      drop index ACT_IDX_DEC_DEF_TENANT_ID [42112-197]'
      2018-11-20 11:21:46.565 ERROR 888 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03015 Problem during schema operation 'drop' with statement 'drop index ACT_IDX_DEC_DEF_REQ_ID'. Cause: 'Index "ACT_IDX_DEC_DEF_REQ_ID" not found; SQL statement:
      drop index ACT_IDX_DEC_DEF_REQ_ID [42112-197]'
      2018-11-20 11:21:46.565 ERROR 888 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03015 Problem during schema operation 'drop' with statement 'drop index ACT_IDX_DEC_REQ_DEF_TENANT_ID'. Cause: 'Index "ACT_IDX_DEC_REQ_DEF_TENANT_ID" not found; SQL statement:
      drop index ACT_IDX_DEC_REQ_DEF_TENANT_ID [42112-197]'
      2018-11-20 11:21:46.777  INFO 888 --- [           main] org.camunda.bpm.engine                   : ENGINE-00001 Process Engine default created.
      2018-11-20 11:21:46.931  INFO 888 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB010 creating initial Admin User: AdminUserProperty[id=admin, firstName=Admin, lastName=Admin, email=admin@localhost, password=password]
      Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.924 sec
      

      Expected:
      No errors

        This is the controller panel for Smart Panels app

            [CAM-9568] Errors during schema operation 'drop' in Spring boot tests

            There are no comments yet on this issue.

              Unassigned Unassigned
              yana.vasileva Yana Vasileva
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: