OpenMRS Core Master

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
12 minutes
Labels
None
Revisions
openmrs-core
9a05f6c6edf6c007c3774eb1c3c9a3fbcadfd098 9a05f6c6edf6c007c3774eb1c3c9a3fbcadfd098
openmrs-standalone
a007b20569b3776ca375346af549436b53296a95 a007b20569b3776ca375346af549436b53296a95
Release scripts
c56cad8f5570dd7670aa2b5f8fec893ae4606be9 c56cad8f5570dd7670aa2b5f8fec893ae4606be9
Total tests
3430
Fixed in
#1371 (Changes by dkayiwa <kayiwadaniel@gmail.com>)

Tests

Responsible

  • Daniel Kayiwa Daniel Kayiwa Automatically assigned
  • wolf wolf Automatically assigned

Code commits

openmrs-core
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa 9a05f6c6edf6c007c3774eb1c3c9a3fbcadfd098 9a05f6c6edf6c007c3774eb1c3c9a3fbcadfd098 Merge pull request #1841 from WolfSchlegel/TRUNK-3638-B
TRUNK-3638 Separate liquibase file into separate files per version
Wolf Schlegel <wolf.schlegel@thoughtworks.com> Wolf Schlegel <wolf.schlegel@thoughtworks.com> a34a020f0acb2480a9656d6d0d0f2e0bb519999d a34a020f0acb2480a9656d6d0d0f2e0bb519999d move changes since version 2.0.x from liquibase-update-to-latest.xml to liquibase-update-2.1.xml

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Tests

New test failures 18
Status Test View job Duration
Collapse Failed Database1_9_7UpgradeIT shouldFailIfAnyDrugOrderFrequenciesNotMappedToConceptsAreFound History
Integration Test 5 secs
java.lang.AssertionError: 
Expected: (an instance of java.io.IOException and exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201401101647-TRUNK-4187::wyclif")
     but: exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201401101647-TRUNK-4187::wyclif" message was "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
(203 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldFailIfThereAreDrugsWithDoseStrengthAndNoNullUnits History
Integration Test 13 secs
java.lang.AssertionError: 
Expected: (an instance of java.io.IOException and exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201403262140-TRUNK-4265::wyclif")
     but: exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201403262140-TRUNK-4265::wyclif" message was "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
(203 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldUpgradeLiquibase History
Integration Test 3 secs
java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
(19 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldMigrateDrugOrders History
Integration Test 3 secs
java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
(20 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldUpgradeFromClean1_9To1_10 History
Integration Test 3 secs
java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
(20 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldFailMigratingDrugOrdersIfUnitsToConceptsMappingsIsNotSet History
Integration Test 3 secs
java.lang.AssertionError: 
Expected: (an instance of java.io.IOException and exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201401101647-TRUNK-4187::wyclif" and exception with message a string containing "Your order entry upgrade settings file does not have mapping for mg. Please refer to upgrade instructions for more details.")
     but: exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201401101647-TRUNK-4187::wyclif" message was "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
(203 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldFailIfThereAreOrderersWithNoAssociatedProviderAccounts History
Integration Test 5 secs
java.lang.AssertionError: 
Expected: (an instance of java.io.IOException and exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201406262016::wyclif")
     but: exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201406262016::wyclif" message was "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
(203 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldConvertOrderersToBeingProvidersInsteadOfUsers History
Integration Test 6 secs
java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
(20 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldFailIfThereAreDrugsWithDoseStrengthAndNoBlankUnits History
Integration Test 3 secs
java.lang.AssertionError: 
Expected: (an instance of java.io.IOException and exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201403262140-TRUNK-4265::wyclif")
     but: exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201403262140-TRUNK-4265::wyclif" message was "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
(203 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldAddTheNecessaryPrivilegesAndAssignThemToSpecificRoles History
Integration Test 3 secs
java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
(20 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldPassIfThereAreAnyOrderTypesInTheDatabaseOtherThanDrugOrderTypeAndTheNewColumnsExist History
Integration Test 3 secs
java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
(20 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldFailIfAnyDrugOrderUnitsNotMappedToConceptsAreFound History
Integration Test 4 secs
java.lang.AssertionError: 
Expected: (an instance of java.io.IOException and exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201401101647-TRUNK-4187::wyclif")
     but: exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201401101647-TRUNK-4187::wyclif" message was "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
(203 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldPassIfAllExistingDrugOrderUnitsAndFrequenciesAreMappedToConcepts History
Integration Test 10 secs
java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
(20 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldSetValuesToNullIfUnitsOrFrequencyBlank History
Integration Test 3 secs
java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
(20 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldFailIfThereAreAnyOrderTypesInTheDatabaseOtherThanDrugOrderTypeAndNoNewColumns History
Integration Test 3 secs
java.lang.AssertionError: 
Expected: (an instance of java.io.IOException and exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201404091110::wyclif")
     but: exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201404091110::wyclif" message was "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
(203 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldFailMigratingDrugOrdersIfUnitsToConceptsMappingsDoesNotPointToValidCodedDoseUnits History
Integration Test 3 secs
java.lang.AssertionError: 
Expected: (an instance of java.io.IOException and exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201401101647-TRUNK-4187::wyclif" and exception with message a string containing "For input string: \"invalid\"")
     but: exception with message a string containing "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201401101647-TRUNK-4187::wyclif" message was "liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
(203 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldCreateDiscontinuationOrderForStoppedOrders History
Integration Test 3 secs
java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
(20 more lines...)
Collapse Failed Database1_9_7UpgradeIT shouldConcatenateDoseStrengthAndUnits History
Integration Test 3 secs
java.io.IOException: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-2.0.xml::20090402-1519-concept_map::bwolfe:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Error executing SQL CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid): Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]:
          Caused By: Table "CONCEPT_MAP" not found; SQL statement:
CREATE UNIQUE INDEX concept_map_uuid_index ON concept_map(uuid) [42102-187]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
(20 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeTRUNK-3638Could not obtain issue details from Jira