-
Defect
-
Resolution: Won't Do
-
Minor
-
1.2.0-BETA1
-
None
albedo2.dkrz.de is a test gateway currently containing no published information. Still after upgrade the gateway won't start as it stops loading after an exception caused by liquibase appears.
Here's the exception:
Caused by: liquibase.exception.JDBCException: Error executing SQL CREATE TABLE metadata.cadis_project (id uuid NOT NULL, continuing_project_id uuid, CONSTRAINT pkey_cadis_project PRIMARY KEY (id))
at liquibase.database.template.JdbcTemplate.execute(JdbcTemplate.java:55)
at liquibase.database.template.JdbcTemplate.execute(JdbcTemplate.java:86)
at liquibase.change.AbstractChange.execute(AbstractChange.java:247)
at liquibase.change.AbstractChange.executeStatements(AbstractChange.java:93)
at liquibase.ChangeSet.execute(ChangeSet.java:236)
... 130 more
Caused by: org.postgresql.util.PSQLException: ERROR: relation "cadis_project" already exists
Here's the exception:
Caused by: liquibase.exception.JDBCException: Error executing SQL CREATE TABLE metadata.cadis_project (id uuid NOT NULL, continuing_project_id uuid, CONSTRAINT pkey_cadis_project PRIMARY KEY (id))
at liquibase.database.template.JdbcTemplate.execute(JdbcTemplate.java:55)
at liquibase.database.template.JdbcTemplate.execute(JdbcTemplate.java:86)
at liquibase.change.AbstractChange.execute(AbstractChange.java:247)
at liquibase.change.AbstractChange.executeStatements(AbstractChange.java:93)
at liquibase.ChangeSet.execute(ChangeSet.java:236)
... 130 more
Caused by: org.postgresql.util.PSQLException: ERROR: relation "cadis_project" already exists