[rocky@ip-172-31-48-54 tmp]$ $PAYARA/bin/asadmin deploy dataverse-6.4.war Picked up JAVA_TOOL_OPTIONS: -Djdk.util.zip.disableZip64ExtraFieldValidation=true --add-opens=java.base/java.io=ALL-UNNAMED PER01003: Deployment encountered SQL Exceptions: PER01000: Got SQLException executing statement "CREATE TABLE EXTERNALTOOLTYPE (ID SERIAL NOT NULL, TYPE VARCHAR(255) NOT NULL, EXTERNALTOOL_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "externaltooltype" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_EXTERNALTOOLTYPE_externaltool_id ON EXTERNALTOOLTYPE (externaltool_id)": org.postgresql.util.PSQLException: ERROR: relation "index_externaltooltype_externaltool_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAVERSETHEME (ID SERIAL NOT NULL, BACKGROUNDCOLOR VARCHAR(255), LINKCOLOR VARCHAR(255), LINKURL VARCHAR(255), LOGO VARCHAR(255), LOGOALIGNMENT VARCHAR(255), LOGOBACKGROUNDCOLOR VARCHAR(255), LOGOFOOTER VARCHAR(255), LOGOFOOTERALIGNMENT INTEGER, LOGOFOOTERBACKGROUNDCOLOR VARCHAR(255), LOGOFORMAT VARCHAR(255), LOGOTHUMBNAIL VARCHAR(255), TAGLINE VARCHAR(255), TEXTCOLOR VARCHAR(255), dataverse_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "dataversetheme" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSETHEME_dataverse_id ON DATAVERSETHEME (dataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversetheme_dataverse_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAFILECATEGORY (ID SERIAL NOT NULL, NAME VARCHAR(255) NOT NULL, DATASET_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datafilecategory" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAFILECATEGORY_dataset_id ON DATAFILECATEGORY (dataset_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datafilecategory_dataset_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE ROLEASSIGNMENT (ID SERIAL NOT NULL, ASSIGNEEIDENTIFIER VARCHAR(255) NOT NULL, PRIVATEURLANONYMIZEDACCESS BOOLEAN, PRIVATEURLTOKEN VARCHAR(255), DEFINITIONPOINT_ID BIGINT NOT NULL, ROLE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "roleassignment" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_ROLEASSIGNMENT_assigneeidentifier ON ROLEASSIGNMENT (assigneeidentifier)": org.postgresql.util.PSQLException: ERROR: relation "index_roleassignment_assigneeidentifier" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_ROLEASSIGNMENT_definitionpoint_id ON ROLEASSIGNMENT (definitionpoint_id)": org.postgresql.util.PSQLException: ERROR: relation "index_roleassignment_definitionpoint_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_ROLEASSIGNMENT_role_id ON ROLEASSIGNMENT (role_id)": org.postgresql.util.PSQLException: ERROR: relation "index_roleassignment_role_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETEXTERNALCITATIONS (ID BIGINT NOT NULL, CITEDBYURL VARCHAR(255) NOT NULL, DATASET_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetexternalcitations" already exists PER01000: Got SQLException executing statement "CREATE TABLE WORKFLOW (ID SERIAL NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "workflow" already exists PER01000: Got SQLException executing statement "CREATE TABLE OAISET (ID SERIAL NOT NULL, DEFINITION TEXT, DELETED BOOLEAN, DESCRIPTION TEXT, NAME TEXT, SPEC TEXT, UPDATEINPROGRESS BOOLEAN, VERSION BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "oaiset" already exists PER01000: Got SQLException executing statement "CREATE TABLE BANNERMESSAGE (ID SERIAL NOT NULL, ACTIVE BOOLEAN, DISMISSIBLEBYUSER BOOLEAN, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "bannermessage" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAVERSELINKINGDATAVERSE (ID SERIAL NOT NULL, LINKCREATETIME TIMESTAMP, DATAVERSE_ID BIGINT NOT NULL, LINKINGDATAVERSE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "dataverselinkingdataverse" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSELINKINGDATAVERSE_dataverse_id ON DATAVERSELINKINGDATAVERSE (dataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverselinkingdataverse_dataverse_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSELINKINGDATAVERSE_linkingDataverse_id ON DATAVERSELINKINGDATAVERSE (linkingDataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverselinkingdataverse_linkingdataverse_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE METADATABLOCK (ID SERIAL NOT NULL, DISPLAYNAME VARCHAR(255) NOT NULL, NAME VARCHAR(255) NOT NULL, namespaceuri TEXT, owner_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "metadatablock" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_METADATABLOCK_name ON METADATABLOCK (name)": org.postgresql.util.PSQLException: ERROR: relation "index_metadatablock_name" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_METADATABLOCK_owner_id ON METADATABLOCK (owner_id)": org.postgresql.util.PSQLException: ERROR: relation "index_metadatablock_owner_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE CONFIRMEMAILDATA (ID SERIAL NOT NULL, CREATED TIMESTAMP NOT NULL, EXPIRES TIMESTAMP NOT NULL, TOKEN VARCHAR(255), AUTHENTICATEDUSER_ID BIGINT NOT NULL UNIQUE, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "confirmemaildata" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CONFIRMEMAILDATA_token ON CONFIRMEMAILDATA (token)": org.postgresql.util.PSQLException: ERROR: relation "index_confirmemaildata_token" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CONFIRMEMAILDATA_authenticateduser_id ON CONFIRMEMAILDATA (authenticateduser_id)": org.postgresql.util.PSQLException: ERROR: relation "index_confirmemaildata_authenticateduser_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE OAUTH2TOKENDATA (ID SERIAL NOT NULL, ACCESSTOKEN TEXT, EXPIRYDATE TIMESTAMP, OAUTHPROVIDERID VARCHAR(255), RAWRESPONSE TEXT, REFRESHTOKEN VARCHAR(64), TOKENTYPE VARCHAR(32), USER_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "oauth2tokendata" already exists PER01000: Got SQLException executing statement "CREATE TABLE DVOBJECT (ID SERIAL NOT NULL, DTYPE VARCHAR(31), AUTHORITY VARCHAR(255), CREATEDATE TIMESTAMP NOT NULL, GLOBALIDCREATETIME TIMESTAMP, IDENTIFIER VARCHAR(255), IDENTIFIERREGISTERED BOOLEAN, INDEXTIME TIMESTAMP, MODIFICATIONTIME TIMESTAMP NOT NULL, PERMISSIONINDEXTIME TIMESTAMP, PERMISSIONMODIFICATIONTIME TIMESTAMP, PREVIEWIMAGEAVAILABLE BOOLEAN, PREVIEWIMAGEFAIL BOOLEAN, PROTOCOL VARCHAR(255), PUBLICATIONDATE TIMESTAMP, STORAGEIDENTIFIER VARCHAR(255), CREATOR_ID BIGINT, OWNER_ID BIGINT, RELEASEUSER_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "dvobject" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DVOBJECT_dtype ON DVOBJECT (dtype)": org.postgresql.util.PSQLException: ERROR: relation "index_dvobject_dtype" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DVOBJECT_owner_id ON DVOBJECT (owner_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dvobject_owner_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DVOBJECT_creator_id ON DVOBJECT (creator_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dvobject_creator_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DVOBJECT_releaseuser_id ON DVOBJECT (releaseuser_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dvobject_releaseuser_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAVERSE (ID BIGINT NOT NULL, AFFILIATION VARCHAR(255), ALIAS VARCHAR(255) NOT NULL UNIQUE, DATAVERSETYPE VARCHAR(255) NOT NULL, description TEXT, EXTERNALLABELSETNAME VARCHAR(255), FACETROOT BOOLEAN, FILEPIDSENABLED BOOLEAN, GUESTBOOKATREQUEST BOOLEAN, GUESTBOOKROOT BOOLEAN, METADATABLOCKFACETROOT BOOLEAN, METADATABLOCKROOT BOOLEAN, METADATALANGUAGE VARCHAR(255), NAME VARCHAR(255) NOT NULL, PERMISSIONROOT BOOLEAN, PIDGENERATORSPECS VARCHAR(255), STORAGEDRIVER VARCHAR(255), TEMPLATEROOT BOOLEAN, THEMEROOT BOOLEAN, DEFAULTCONTRIBUTORROLE_ID BIGINT, DEFAULTTEMPLATE_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "dataverse" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSE_defaultcontributorrole_id ON DATAVERSE (defaultcontributorrole_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverse_defaultcontributorrole_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSE_defaulttemplate_id ON DATAVERSE (defaulttemplate_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverse_defaulttemplate_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSE_alias ON DATAVERSE (alias)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverse_alias" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSE_affiliation ON DATAVERSE (affiliation)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverse_affiliation" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSE_dataversetype ON DATAVERSE (dataversetype)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverse_dataversetype" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSE_facetroot ON DATAVERSE (facetroot)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverse_facetroot" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSE_guestbookroot ON DATAVERSE (guestbookroot)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverse_guestbookroot" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSE_metadatablockroot ON DATAVERSE (metadatablockroot)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverse_metadatablockroot" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSE_templateroot ON DATAVERSE (templateroot)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverse_templateroot" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSE_permissionroot ON DATAVERSE (permissionroot)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverse_permissionroot" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSE_themeroot ON DATAVERSE (themeroot)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverse_themeroot" already exists PER01000: Got SQLException executing statement "CREATE TABLE IPV6RANGE (ID BIGINT NOT NULL, BOTTOMA BIGINT, BOTTOMB BIGINT, BOTTOMC BIGINT, BOTTOMD BIGINT, TOPA BIGINT, TOPB BIGINT, TOPC BIGINT, TOPD BIGINT, OWNER_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "ipv6range" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_IPV6RANGE_owner_id ON IPV6RANGE (owner_id)": org.postgresql.util.PSQLException: ERROR: relation "index_ipv6range_owner_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE SAVEDSEARCHFILTERQUERY (ID SERIAL NOT NULL, FILTERQUERY TEXT, SAVEDSEARCH_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "savedsearchfilterquery" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_SAVEDSEARCHFILTERQUERY_savedsearch_id ON SAVEDSEARCHFILTERQUERY (savedsearch_id)": org.postgresql.util.PSQLException: ERROR: relation "index_savedsearchfilterquery_savedsearch_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE STORAGESITE (ID SERIAL NOT NULL, hostname TEXT, name TEXT, PRIMARYSTORAGE BOOLEAN NOT NULL, transferProtocols TEXT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "storagesite" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAVERSEFACET (ID SERIAL NOT NULL, DISPLAYORDER INTEGER, datasetfieldtype_id BIGINT, dataverse_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "dataversefacet" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSEFACET_dataverse_id ON DATAVERSEFACET (dataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversefacet_dataverse_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSEFACET_datasetfieldtype_id ON DATAVERSEFACET (datasetfieldtype_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversefacet_datasetfieldtype_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSEFACET_displayorder ON DATAVERSEFACET (displayorder)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversefacet_displayorder" already exists PER01000: Got SQLException executing statement "CREATE TABLE OAIRECORD (ID SERIAL NOT NULL, GLOBALID VARCHAR(255), LASTUPDATETIME TIMESTAMP, REMOVED BOOLEAN, SETNAME VARCHAR(255), PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "oairecord" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAVERSEFEATUREDDATAVERSE (ID SERIAL NOT NULL, DISPLAYORDER INTEGER, dataverse_id BIGINT, featureddataverse_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "dataversefeatureddataverse" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSEFEATUREDDATAVERSE_dataverse_id ON DATAVERSEFEATUREDDATAVERSE (dataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversefeatureddataverse_dataverse_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSEFEATUREDDATAVERSE_featureddataverse_id ON DATAVERSEFEATUREDDATAVERSE (featureddataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversefeatureddataverse_featureddataverse_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSEFEATUREDDATAVERSE_displayorder ON DATAVERSEFEATUREDDATAVERSE (displayorder)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversefeatureddataverse_displayorder" already exists PER01000: Got SQLException executing statement "CREATE TABLE HARVESTINGCLIENT (ID SERIAL NOT NULL, ALLOWHARVESTINGMISSINGCVV BOOLEAN, ARCHIVEDESCRIPTION TEXT, ARCHIVEURL VARCHAR(255), CUSTOMHTTPHEADERS VARCHAR(255), DELETED BOOLEAN, HARVESTSTYLE VARCHAR(255), HARVESTTYPE VARCHAR(255), HARVESTINGNOW BOOLEAN, HARVESTINGSET VARCHAR(255), HARVESTINGURL VARCHAR(255), METADATAPREFIX VARCHAR(255), NAME VARCHAR(255) NOT NULL UNIQUE, SCHEDULEDAYOFWEEK INTEGER, SCHEDULEHOUROFDAY INTEGER, SCHEDULEPERIOD VARCHAR(255), SCHEDULED BOOLEAN, USEOAIIDASPID BOOLEAN, dataverse_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "harvestingclient" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_HARVESTINGCLIENT_dataverse_id ON HARVESTINGCLIENT (dataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_harvestingclient_dataverse_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_HARVESTINGCLIENT_harvesttype ON HARVESTINGCLIENT (harvesttype)": org.postgresql.util.PSQLException: ERROR: relation "index_harvestingclient_harvesttype" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_HARVESTINGCLIENT_harveststyle ON HARVESTINGCLIENT (harveststyle)": org.postgresql.util.PSQLException: ERROR: relation "index_harvestingclient_harveststyle" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_HARVESTINGCLIENT_harvestingurl ON HARVESTINGCLIENT (harvestingurl)": org.postgresql.util.PSQLException: ERROR: relation "index_harvestingclient_harvestingurl" already exists PER01000: Got SQLException executing statement "CREATE TABLE APITOKEN (ID SERIAL NOT NULL, CREATETIME TIMESTAMP NOT NULL, DISABLED BOOLEAN NOT NULL, EXPIRETIME TIMESTAMP NOT NULL, TOKENSTRING VARCHAR(255) NOT NULL UNIQUE, AUTHENTICATEDUSER_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "apitoken" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_APITOKEN_authenticateduser_id ON APITOKEN (authenticateduser_id)": org.postgresql.util.PSQLException: ERROR: relation "index_apitoken_authenticateduser_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE BANNERMESSAGETEXT (ID SERIAL NOT NULL, LANG TEXT, MESSAGE TEXT, BANNERMESSAGE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "bannermessagetext" already exists PER01000: Got SQLException executing statement "CREATE TABLE PERSISTEDGLOBALGROUP (ID BIGINT NOT NULL, DTYPE VARCHAR(31), DESCRIPTION VARCHAR(255), DISPLAYNAME VARCHAR(255), PERSISTEDGROUPALIAS VARCHAR(255) UNIQUE, EMAILDOMAINS VARCHAR(255), ISREGEX BOOLEAN, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "persistedglobalgroup" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_PERSISTEDGLOBALGROUP_dtype ON PERSISTEDGLOBALGROUP (dtype)": org.postgresql.util.PSQLException: ERROR: relation "index_persistedglobalgroup_dtype" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETFIELDVALUE (ID SERIAL NOT NULL, DISPLAYORDER INTEGER, value TEXT, DATASETFIELD_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetfieldvalue" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELDVALUE_datasetfield_id ON DATASETFIELDVALUE (datasetfield_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfieldvalue_datasetfield_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE VARIABLEMETADATA (ID SERIAL NOT NULL, INTERVIEWINSTRUCTION TEXT, ISWEIGHTVAR BOOLEAN, LABEL TEXT, LITERALQUESTION TEXT, NOTES TEXT, POSTQUESTION TEXT, UNIVERSE TEXT, WEIGHTED BOOLEAN, DATAVARIABLE_ID BIGINT NOT NULL, FILEMETADATA_ID BIGINT NOT NULL, WEIGHTVARIABLE_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "variablemetadata" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_VARIABLEMETADATA_datavariable_id ON VARIABLEMETADATA (datavariable_id)": org.postgresql.util.PSQLException: ERROR: relation "index_variablemetadata_datavariable_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_VARIABLEMETADATA_filemetadata_id ON VARIABLEMETADATA (filemetadata_id)": org.postgresql.util.PSQLException: ERROR: relation "index_variablemetadata_filemetadata_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_VARIABLEMETADATA_datavariable_id_filemetadata_id ON VARIABLEMETADATA (datavariable_id, filemetadata_id)": org.postgresql.util.PSQLException: ERROR: relation "index_variablemetadata_datavariable_id_filemetadata_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE EXTERNALVOCABULARYVALUE (ID SERIAL NOT NULL, LASTUPDATEDATE TIMESTAMP, URI TEXT, VALUE TEXT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "externalvocabularyvalue" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_EXTERNALVOCABULARYVALUE_uri ON EXTERNALVOCABULARYVALUE (uri)": org.postgresql.util.PSQLException: ERROR: relation "index_externalvocabularyvalue_uri" already exists PER01000: Got SQLException executing statement "CREATE TABLE CUSTOMQUESTION (ID SERIAL NOT NULL, DISPLAYORDER INTEGER, HIDDEN BOOLEAN, QUESTIONSTRING TEXT, QUESTIONTYPE VARCHAR(255) NOT NULL, REQUIRED BOOLEAN, GUESTBOOK_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "customquestion" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CUSTOMQUESTION_guestbook_id ON CUSTOMQUESTION (guestbook_id)": org.postgresql.util.PSQLException: ERROR: relation "index_customquestion_guestbook_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE VARIABLERANGEITEM (ID SERIAL NOT NULL, VALUE DECIMAL(38), DATAVARIABLE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "variablerangeitem" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_VARIABLERANGEITEM_datavariable_id ON VARIABLERANGEITEM (datavariable_id)": org.postgresql.util.PSQLException: ERROR: relation "index_variablerangeitem_datavariable_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE VARIABLERANGE (ID SERIAL NOT NULL, BEGINVALUE VARCHAR(255), BEGINVALUETYPE INTEGER, ENDVALUE VARCHAR(255), ENDVALUETYPE INTEGER, DATAVARIABLE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "variablerange" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_VARIABLERANGE_datavariable_id ON VARIABLERANGE (datavariable_id)": org.postgresql.util.PSQLException: ERROR: relation "index_variablerange_datavariable_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE SHIBGROUP (ID SERIAL NOT NULL, ATTRIBUTE VARCHAR(255) NOT NULL, NAME VARCHAR(255) NOT NULL, PATTERN VARCHAR(255) NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "shibgroup" already exists PER01000: Got SQLException executing statement "CREATE TABLE WORKFLOWCOMMENT (ID SERIAL NOT NULL, CREATED TIMESTAMP NOT NULL, MESSAGE TEXT, TOBESHOWN BOOLEAN, TYPE VARCHAR(255) NOT NULL, AUTHENTICATEDUSER_ID BIGINT, DATASETVERSION_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "workflowcomment" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETFIELD (ID SERIAL NOT NULL, DATASETFIELDTYPE_ID BIGINT NOT NULL, DATASETVERSION_ID BIGINT, PARENTDATASETFIELDCOMPOUNDVALUE_ID BIGINT, TEMPLATE_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetfield" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELD_datasetfieldtype_id ON DATASETFIELD (datasetfieldtype_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfield_datasetfieldtype_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELD_datasetversion_id ON DATASETFIELD (datasetversion_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfield_datasetversion_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELD_parentdatasetfieldcompoundvalue_id ON DATASETFIELD (parentdatasetfieldcompoundvalue_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfield_parentdatasetfieldcompoundvalue_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELD_template_id ON DATASETFIELD (template_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfield_template_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE IPV4RANGE (ID BIGINT NOT NULL, BOTTOMASLONG BIGINT, TOPASLONG BIGINT, OWNER_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "ipv4range" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_IPV4RANGE_owner_id ON IPV4RANGE (owner_id)": org.postgresql.util.PSQLException: ERROR: relation "index_ipv4range_owner_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETVERSION (ID SERIAL NOT NULL, UNF VARCHAR(255), ARCHIVALCOPYLOCATION TEXT, ARCHIVENOTE VARCHAR(1000), ARCHIVETIME TIMESTAMP, CREATETIME TIMESTAMP NOT NULL, DEACCESSIONLINK VARCHAR(255), EXTERNALSTATUSLABEL VARCHAR(255), LASTUPDATETIME TIMESTAMP NOT NULL, MINORVERSIONNUMBER BIGINT, RELEASETIME TIMESTAMP, VERSION BIGINT, VERSIONNOTE VARCHAR(1000), VERSIONNUMBER BIGINT, VERSIONSTATE VARCHAR(255), DATASET_ID BIGINT, termsOfUseAndAccess_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetversion" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETVERSION_dataset_id ON DATASETVERSION (dataset_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetversion_dataset_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE METRIC (ID SERIAL NOT NULL, DATALOCATION TEXT, DAYSTRING TEXT, LASTCALLEDDATE TIMESTAMP NOT NULL, NAME VARCHAR(255) NOT NULL, VALUEJSON TEXT, dataverse_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "metric" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_METRIC_id ON METRIC (id)": org.postgresql.util.PSQLException: ERROR: relation "index_metric_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETMETRICS (ID SERIAL NOT NULL, COUNTRYCODE VARCHAR(255), DOWNLOADSTOTALMACHINE BIGINT, DOWNLOADSTOTALREGULAR BIGINT, DOWNLOADSUNIQUEMACHINE BIGINT, DOWNLOADSUNIQUEREGULAR BIGINT, MONTHYEAR VARCHAR(255), VIEWSTOTALMACHINE BIGINT, VIEWSTOTALREGULAR BIGINT, VIEWSUNIQUEMACHINE BIGINT, VIEWSUNIQUEREGULAR BIGINT, DATASET_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetmetrics" already exists PER01000: Got SQLException executing statement "CREATE TABLE USERNOTIFICATION (ID SERIAL NOT NULL, ADDITIONALINFO VARCHAR(255), EMAILED BOOLEAN, OBJECTID BIGINT, READNOTIFICATION BOOLEAN, SENDDATE TIMESTAMP, TYPE INTEGER NOT NULL, REQUESTOR_ID BIGINT, USER_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "usernotification" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_USERNOTIFICATION_user_id ON USERNOTIFICATION (user_id)": org.postgresql.util.PSQLException: ERROR: relation "index_usernotification_user_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE WORKFLOWSTEPDATA (ID SERIAL NOT NULL, PROVIDERID VARCHAR(255), STEPTYPE VARCHAR(255), PARENT_ID BIGINT, index INTEGER, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "workflowstepdata" already exists PER01000: Got SQLException executing statement "CREATE TABLE CUSTOMFIELDMAP (ID SERIAL NOT NULL, SOURCEDATASETFIELD VARCHAR(255), SOURCETEMPLATE VARCHAR(255), TARGETDATASETFIELD VARCHAR(255), PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "customfieldmap" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CUSTOMFIELDMAP_sourcedatasetfield ON CUSTOMFIELDMAP (sourcedatasetfield)": org.postgresql.util.PSQLException: ERROR: relation "index_customfieldmap_sourcedatasetfield" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CUSTOMFIELDMAP_sourcetemplate ON CUSTOMFIELDMAP (sourcetemplate)": org.postgresql.util.PSQLException: ERROR: relation "index_customfieldmap_sourcetemplate" already exists PER01000: Got SQLException executing statement "CREATE TABLE EXTERNALFILEUPLOADINPROGRESS (ID SERIAL NOT NULL, FILEINFO TEXT, TASKID VARCHAR(255) NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "externalfileuploadinprogress" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_EXTERNALFILEUPLOADINPROGRESS_taskid ON EXTERNALFILEUPLOADINPROGRESS (taskid)": org.postgresql.util.PSQLException: ERROR: relation "index_externalfileuploadinprogress_taskid" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAVERSEMETADATABLOCKFACET (ID SERIAL NOT NULL, dataverse_id BIGINT, metadatablock_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "dataversemetadatablockfacet" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSEMETADATABLOCKFACET_dataverse_id ON DATAVERSEMETADATABLOCKFACET (dataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversemetadatablockfacet_dataverse_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSEMETADATABLOCKFACET_metadatablock_id ON DATAVERSEMETADATABLOCKFACET (metadatablock_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversemetadatablockfacet_metadatablock_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE USERBANNERMESSAGE (ID SERIAL NOT NULL, BANNERDISMISSALTIME TIMESTAMP NOT NULL, BANNERMESSAGE_ID BIGINT NOT NULL, USER_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "userbannermessage" already exists PER01000: Got SQLException executing statement "CREATE TABLE GUESTBOOK (ID SERIAL NOT NULL, CREATETIME TIMESTAMP NOT NULL, EMAILREQUIRED BOOLEAN, ENABLED BOOLEAN, INSTITUTIONREQUIRED BOOLEAN, NAME VARCHAR(255), NAMEREQUIRED BOOLEAN, POSITIONREQUIRED BOOLEAN, DATAVERSE_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "guestbook" already exists PER01000: Got SQLException executing statement "CREATE TABLE GLOBUSTASKINPROGRESS (ID SERIAL NOT NULL, GLOBUSTOKEN VARCHAR(255) NOT NULL, RULEID VARCHAR(255) NOT NULL, STARTTIME TIMESTAMP, TASKID VARCHAR(255) NOT NULL UNIQUE, TASKTYPE VARCHAR(255) NOT NULL, DATASET_ID BIGINT NOT NULL, USER_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "globustaskinprogress" already exists PER01000: Got SQLException executing statement "CREATE TABLE ACTIONLOGRECORD (ID VARCHAR(36) NOT NULL, ACTIONRESULT VARCHAR(255), ACTIONSUBTYPE VARCHAR(255), ACTIONTYPE VARCHAR(255), ENDTIME TIMESTAMP, INFO TEXT, STARTTIME TIMESTAMP, USERIDENTIFIER VARCHAR(255), PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "actionlogrecord" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_ACTIONLOGRECORD_useridentifier ON ACTIONLOGRECORD (useridentifier)": org.postgresql.util.PSQLException: ERROR: relation "index_actionlogrecord_useridentifier" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_ACTIONLOGRECORD_actiontype ON ACTIONLOGRECORD (actiontype)": org.postgresql.util.PSQLException: ERROR: relation "index_actionlogrecord_actiontype" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_ACTIONLOGRECORD_starttime ON ACTIONLOGRECORD (starttime)": org.postgresql.util.PSQLException: ERROR: relation "index_actionlogrecord_starttime" already exists PER01000: Got SQLException executing statement "CREATE TABLE SAVEDSEARCH (ID SERIAL NOT NULL, QUERY TEXT, CREATOR_ID BIGINT NOT NULL, DEFINITIONPOINT_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "savedsearch" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_SAVEDSEARCH_definitionpoint_id ON SAVEDSEARCH (definitionpoint_id)": org.postgresql.util.PSQLException: ERROR: relation "index_savedsearch_definitionpoint_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_SAVEDSEARCH_creator_id ON SAVEDSEARCH (creator_id)": org.postgresql.util.PSQLException: ERROR: relation "index_savedsearch_creator_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE fileaccessrequests (ID SERIAL NOT NULL, creation_time TIMESTAMP, request_state VARCHAR(255) NOT NULL, DATAFILE_ID BIGINT NOT NULL, authenticated_user_id BIGINT NOT NULL, GUESTBOOKRESPONSE_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "fileaccessrequests" already exists PER01000: Got SQLException executing statement "CREATE TABLE EXPLICITGROUP (ID SERIAL NOT NULL, DESCRIPTION VARCHAR(1024), DISPLAYNAME VARCHAR(255), GROUPALIAS VARCHAR(255) UNIQUE, GROUPALIASINOWNER VARCHAR(255), OWNER_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "explicitgroup" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_EXPLICITGROUP_owner_id ON EXPLICITGROUP (owner_id)": org.postgresql.util.PSQLException: ERROR: relation "index_explicitgroup_owner_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_EXPLICITGROUP_groupaliasinowner ON EXPLICITGROUP (groupaliasinowner)": org.postgresql.util.PSQLException: ERROR: relation "index_explicitgroup_groupaliasinowner" already exists PER01000: Got SQLException executing statement "CREATE TABLE FOREIGNMETADATAFORMATMAPPING (ID SERIAL NOT NULL, DISPLAYNAME VARCHAR(255) NOT NULL, NAME VARCHAR(255) NOT NULL, SCHEMALOCATION VARCHAR(255), STARTELEMENT VARCHAR(255), PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "foreignmetadataformatmapping" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_FOREIGNMETADATAFORMATMAPPING_name ON FOREIGNMETADATAFORMATMAPPING (name)": org.postgresql.util.PSQLException: ERROR: relation "index_foreignmetadataformatmapping_name" already exists PER01000: Got SQLException executing statement "CREATE TABLE EXTERNALTOOL (ID SERIAL NOT NULL, ALLOWEDAPICALLS TEXT, CONTENTTYPE TEXT, DESCRIPTION TEXT, DISPLAYNAME VARCHAR(255) NOT NULL, REQUIREMENTS TEXT, SCOPE VARCHAR(255) NOT NULL, TOOLNAME VARCHAR(255), TOOLPARAMETERS VARCHAR(255) NOT NULL, TOOLURL VARCHAR(255) NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "externaltool" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETFIELDDEFAULTVALUE (ID SERIAL NOT NULL, DISPLAYORDER INTEGER, STRVALUE TEXT, DATASETFIELD_ID BIGINT NOT NULL, DEFAULTVALUESET_ID BIGINT NOT NULL, PARENTDATASETFIELDDEFAULTVALUE_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetfielddefaultvalue" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELDDEFAULTVALUE_datasetfield_id ON DATASETFIELDDEFAULTVALUE (datasetfield_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfielddefaultvalue_datasetfield_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELDDEFAULTVALUE_defaultvalueset_id ON DATASETFIELDDEFAULTVALUE (defaultvalueset_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfielddefaultvalue_defaultvalueset_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELDDEFAULTVALUE_parentdatasetfielddefaultvalue_id ON DATASETFIELDDEFAULTVALUE (parentdatasetfielddefaultvalue_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfielddefaultvalue_parentdatasetfielddefaultvalue_i" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELDDEFAULTVALUE_displayorder ON DATASETFIELDDEFAULTVALUE (displayorder)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfielddefaultvalue_displayorder" already exists PER01000: Got SQLException executing statement "CREATE TABLE PENDINGWORKFLOWINVOCATION (INVOCATIONID VARCHAR(255) NOT NULL, DATASETEXTERNALLYRELEASED BOOLEAN, IPADDRESS VARCHAR(255), LOCKID BIGINT, NEXTMINORVERSIONNUMBER BIGINT, NEXTVERSIONNUMBER BIGINT, PENDINGSTEPIDX INTEGER, TYPEORDINAL INTEGER, USERID VARCHAR(255), WORKFLOW_ID BIGINT, DATASET_ID BIGINT, PRIMARY KEY (INVOCATIONID))": org.postgresql.util.PSQLException: ERROR: relation "pendingworkflowinvocation" already exists PER01000: Got SQLException executing statement "CREATE TABLE DEFAULTVALUESET (ID SERIAL NOT NULL, NAME VARCHAR(255) NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "defaultvalueset" already exists PER01000: Got SQLException executing statement "CREATE TABLE AUTHENTICATEDUSER (ID SERIAL NOT NULL, AFFILIATION VARCHAR(255), CREATEDTIME TIMESTAMP NOT NULL, DEACTIVATED BOOLEAN NOT NULL, DEACTIVATEDTIME TIMESTAMP, EMAIL VARCHAR(255) NOT NULL UNIQUE, EMAILCONFIRMED TIMESTAMP, FIRSTNAME VARCHAR(255), LASTAPIUSETIME TIMESTAMP, LASTLOGINTIME TIMESTAMP, LASTNAME VARCHAR(255), MUTEDEMAILS TEXT, MUTEDNOTIFICATIONS TEXT, POSITION VARCHAR(255), RATELIMITTIER INTEGER NOT NULL, SUPERUSER BOOLEAN, USERIDENTIFIER VARCHAR(255) NOT NULL UNIQUE, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "authenticateduser" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATATABLE (ID SERIAL NOT NULL, CASEQUANTITY BIGINT, ORIGINALFILEFORMAT VARCHAR(255), ORIGINALFILENAME VARCHAR(255), ORIGINALFILESIZE BIGINT, ORIGINALFORMATVERSION VARCHAR(255), RECORDSPERCASE BIGINT, STOREDWITHVARIABLEHEADER BOOLEAN NOT NULL, UNF VARCHAR(255) NOT NULL, VARQUANTITY BIGINT, DATAFILE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datatable" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATATABLE_datafile_id ON DATATABLE (datafile_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datatable_datafile_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE INGESTREPORT (ID SERIAL NOT NULL, ENDTIME TIMESTAMP, REPORT TEXT, STARTTIME TIMESTAMP, STATUS INTEGER, TYPE INTEGER, DATAFILE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "ingestreport" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_INGESTREPORT_datafile_id ON INGESTREPORT (datafile_id)": org.postgresql.util.PSQLException: ERROR: relation "index_ingestreport_datafile_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE AUTHENTICATIONPROVIDERROW (ID VARCHAR(255) NOT NULL, ENABLED BOOLEAN, FACTORYALIAS VARCHAR(255), FACTORYDATA TEXT, SUBTITLE VARCHAR(255), TITLE VARCHAR(255), PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "authenticationproviderrow" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_AUTHENTICATIONPROVIDERROW_enabled ON AUTHENTICATIONPROVIDERROW (enabled)": org.postgresql.util.PSQLException: ERROR: relation "index_authenticationproviderrow_enabled" already exists PER01000: Got SQLException executing statement "CREATE TABLE EMBARGO (ID SERIAL NOT NULL, DATEAVAILABLE DATE NOT NULL, REASON TEXT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "embargo" already exists PER01000: Got SQLException executing statement "CREATE TABLE FOREIGNMETADATAFIELDMAPPING (ID SERIAL NOT NULL, datasetfieldName TEXT, foreignFieldXPath TEXT, ISATTRIBUTE BOOLEAN, FOREIGNMETADATAFORMATMAPPING_ID BIGINT, PARENTFIELDMAPPING_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "foreignmetadatafieldmapping" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_FOREIGNMETADATAFIELDMAPPING_foreignmetadataformatmapping_id ON FOREIGNMETADATAFIELDMAPPING (foreignmetadataformatmapping_id)": org.postgresql.util.PSQLException: ERROR: relation "index_foreignmetadatafieldmapping_foreignmetadataformatmapping_" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_FOREIGNMETADATAFIELDMAPPING_foreignfieldxpath ON FOREIGNMETADATAFIELDMAPPING (foreignfieldxpath)": org.postgresql.util.PSQLException: ERROR: relation "index_foreignmetadatafieldmapping_foreignfieldxpath" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_FOREIGNMETADATAFIELDMAPPING_parentfieldmapping_id ON FOREIGNMETADATAFIELDMAPPING (parentfieldmapping_id)": org.postgresql.util.PSQLException: ERROR: relation "index_foreignmetadatafieldmapping_parentfieldmapping_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE FILEMETADATA (ID SERIAL NOT NULL, DESCRIPTION TEXT, DIRECTORYLABEL VARCHAR(255), LABEL VARCHAR(255) NOT NULL, prov_freeform TEXT, RESTRICTED BOOLEAN, VERSION BIGINT, DATAFILE_ID BIGINT NOT NULL, DATASETVERSION_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "filemetadata" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_FILEMETADATA_datafile_id ON FILEMETADATA (datafile_id)": org.postgresql.util.PSQLException: ERROR: relation "index_filemetadata_datafile_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_FILEMETADATA_datasetversion_id ON FILEMETADATA (datasetversion_id)": org.postgresql.util.PSQLException: ERROR: relation "index_filemetadata_datasetversion_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE CUSTOMQUESTIONVALUE (ID SERIAL NOT NULL, DISPLAYORDER INTEGER, VALUESTRING VARCHAR(255) NOT NULL, CUSTOMQUESTION_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "customquestionvalue" already exists PER01000: Got SQLException executing statement "CREATE TABLE SUMMARYSTATISTIC (ID SERIAL NOT NULL, TYPE INTEGER, VALUE VARCHAR(255), DATAVARIABLE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "summarystatistic" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_SUMMARYSTATISTIC_datavariable_id ON SUMMARYSTATISTIC (datavariable_id)": org.postgresql.util.PSQLException: ERROR: relation "index_summarystatistic_datavariable_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE PASSWORDRESETDATA (ID SERIAL NOT NULL, CREATED TIMESTAMP NOT NULL, EXPIRES TIMESTAMP NOT NULL, REASON VARCHAR(255), TOKEN VARCHAR(255), BUILTINUSER_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "passwordresetdata" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_PASSWORDRESETDATA_token ON PASSWORDRESETDATA (token)": org.postgresql.util.PSQLException: ERROR: relation "index_passwordresetdata_token" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_PASSWORDRESETDATA_builtinuser_id ON PASSWORDRESETDATA (builtinuser_id)": org.postgresql.util.PSQLException: ERROR: relation "index_passwordresetdata_builtinuser_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE CONTROLLEDVOCABULARYVALUE (ID SERIAL NOT NULL, DISPLAYORDER INTEGER, IDENTIFIER VARCHAR(255), STRVALUE TEXT, DATASETFIELDTYPE_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "controlledvocabularyvalue" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CONTROLLEDVOCABULARYVALUE_datasetfieldtype_id ON CONTROLLEDVOCABULARYVALUE (datasetfieldtype_id)": org.postgresql.util.PSQLException: ERROR: relation "index_controlledvocabularyvalue_datasetfieldtype_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CONTROLLEDVOCABULARYVALUE_displayorder ON CONTROLLEDVOCABULARYVALUE (displayorder)": org.postgresql.util.PSQLException: ERROR: relation "index_controlledvocabularyvalue_displayorder" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETLINKINGDATAVERSE (ID SERIAL NOT NULL, LINKCREATETIME TIMESTAMP NOT NULL, DATASET_ID BIGINT NOT NULL, LINKINGDATAVERSE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetlinkingdataverse" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETLINKINGDATAVERSE_dataset_id ON DATASETLINKINGDATAVERSE (dataset_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetlinkingdataverse_dataset_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETLINKINGDATAVERSE_linkingDataverse_id ON DATASETLINKINGDATAVERSE (linkingDataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetlinkingdataverse_linkingdataverse_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASET (ID BIGINT NOT NULL, EMBARGOCITATIONDATE TIMESTAMP, EXTERNALLABELSETNAME VARCHAR(255), FILEACCESSREQUEST BOOLEAN, GUESTBOOKATREQUEST BOOLEAN, HARVESTIDENTIFIER VARCHAR(255), LASTEXPORTTIME TIMESTAMP, METADATALANGUAGE VARCHAR(255), PIDGENERATORSPECS VARCHAR(255), STORAGEDRIVER VARCHAR(255), USEGENERICTHUMBNAIL BOOLEAN, citationDateDatasetFieldType_id BIGINT, datasettype_id BIGINT NOT NULL, harvestingClient_id BIGINT, template_id BIGINT, guestbook_id BIGINT, thumbnailfile_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "dataset" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASET_guestbook_id ON DATASET (guestbook_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataset_guestbook_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASET_thumbnailfile_id ON DATASET (thumbnailfile_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataset_thumbnailfile_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE CLIENTHARVESTRUN (ID SERIAL NOT NULL, DELETEDDATASETCOUNT BIGINT, FAILEDDATASETCOUNT BIGINT, FINISHTIME TIMESTAMP, HARVESTRESULT INTEGER, HARVESTEDDATASETCOUNT BIGINT, STARTTIME TIMESTAMP, HARVESTINGCLIENT_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "clientharvestrun" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAFILETAG (ID SERIAL NOT NULL, TYPE INTEGER NOT NULL, DATAFILE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datafiletag" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAFILETAG_datafile_id ON DATAFILETAG (datafile_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datafiletag_datafile_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE AUTHENTICATEDUSERLOOKUP (ID SERIAL NOT NULL, AUTHENTICATIONPROVIDERID VARCHAR(255), PERSISTENTUSERID VARCHAR(255), AUTHENTICATEDUSER_ID BIGINT NOT NULL UNIQUE, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "authenticateduserlookup" already exists PER01000: Got SQLException executing statement "CREATE TABLE INGESTREQUEST (ID SERIAL NOT NULL, CONTROLCARD VARCHAR(255), FORCETYPECHECK BOOLEAN, LABELSFILE VARCHAR(255), TEXTENCODING VARCHAR(255), datafile_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "ingestrequest" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_INGESTREQUEST_datafile_id ON INGESTREQUEST (datafile_id)": org.postgresql.util.PSQLException: ERROR: relation "index_ingestrequest_datafile_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE SETTING (ID SERIAL NOT NULL, CONTENT TEXT, LANG TEXT, NAME TEXT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "setting" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAVERSECONTACT (ID SERIAL NOT NULL, CONTACTEMAIL VARCHAR(255) NOT NULL, DISPLAYORDER INTEGER, dataverse_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "dataversecontact" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSECONTACT_dataverse_id ON DATAVERSECONTACT (dataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversecontact_dataverse_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSECONTACT_contactemail ON DATAVERSECONTACT (contactemail)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversecontact_contactemail" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSECONTACT_displayorder ON DATAVERSECONTACT (displayorder)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversecontact_displayorder" already exists PER01000: Got SQLException executing statement "CREATE TABLE MAKEDATACOUNTPROCESSSTATE (ID SERIAL NOT NULL, STATE INTEGER NOT NULL, STATECHANGETIMESTAMP TIMESTAMP, YEARMONTH VARCHAR(255) NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "makedatacountprocessstate" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_MAKEDATACOUNTPROCESSSTATE_yearMonth ON MAKEDATACOUNTPROCESSSTATE (yearMonth)": org.postgresql.util.PSQLException: ERROR: relation "index_makedatacountprocessstate_yearmonth" already exists PER01000: Got SQLException executing statement "CREATE TABLE VARIABLECATEGORY (ID SERIAL NOT NULL, CATORDER INTEGER, FREQUENCY FLOAT, LABEL VARCHAR(255), MISSING BOOLEAN, VALUE VARCHAR(255), DATAVARIABLE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "variablecategory" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_VARIABLECATEGORY_datavariable_id ON VARIABLECATEGORY (datavariable_id)": org.postgresql.util.PSQLException: ERROR: relation "index_variablecategory_datavariable_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAVARIABLE (ID SERIAL NOT NULL, FACTOR BOOLEAN, FILEENDPOSITION BIGINT, FILEORDER INTEGER, FILESTARTPOSITION BIGINT, FORMAT VARCHAR(255), FORMATCATEGORY VARCHAR(255), INTERVAL INTEGER, LABEL TEXT, NAME VARCHAR(255), NUMBEROFDECIMALPOINTS BIGINT, ORDEREDFACTOR BOOLEAN, RECORDSEGMENTNUMBER BIGINT, TYPE INTEGER, UNF VARCHAR(255), WEIGHTED BOOLEAN, DATATABLE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datavariable" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVARIABLE_datatable_id ON DATAVARIABLE (datatable_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datavariable_datatable_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE CONTROLLEDVOCABALTERNATE (ID SERIAL NOT NULL, STRVALUE TEXT, CONTROLLEDVOCABULARYVALUE_ID BIGINT NOT NULL, DATASETFIELDTYPE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "controlledvocabalternate" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CONTROLLEDVOCABALTERNATE_controlledvocabularyvalue_id ON CONTROLLEDVOCABALTERNATE (controlledvocabularyvalue_id)": org.postgresql.util.PSQLException: ERROR: relation "index_controlledvocabalternate_controlledvocabularyvalue_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CONTROLLEDVOCABALTERNATE_datasetfieldtype_id ON CONTROLLEDVOCABALTERNATE (datasetfieldtype_id)": org.postgresql.util.PSQLException: ERROR: relation "index_controlledvocabalternate_datasetfieldtype_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAFILE (ID BIGINT NOT NULL, CHECKSUMTYPE VARCHAR(255) NOT NULL, CHECKSUMVALUE VARCHAR(255) NOT NULL, CONTENTTYPE VARCHAR(255) NOT NULL, FILESIZE BIGINT, INGESTSTATUS CHAR(1), PREVIOUSDATAFILEID BIGINT, prov_entityname TEXT, RESTRICTED BOOLEAN, ROOTDATAFILEID BIGINT NOT NULL, embargo_id BIGINT, retention_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datafile" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAFILE_ingeststatus ON DATAFILE (ingeststatus)": org.postgresql.util.PSQLException: ERROR: relation "index_datafile_ingeststatus" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAFILE_checksumvalue ON DATAFILE (checksumvalue)": org.postgresql.util.PSQLException: ERROR: relation "index_datafile_checksumvalue" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAFILE_contenttype ON DATAFILE (contenttype)": org.postgresql.util.PSQLException: ERROR: relation "index_datafile_contenttype" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAFILE_restricted ON DATAFILE (restricted)": org.postgresql.util.PSQLException: ERROR: relation "index_datafile_restricted" already exists PER01000: Got SQLException executing statement "CREATE TABLE DataverseFieldTypeInputLevel (ID SERIAL NOT NULL, INCLUDE BOOLEAN, REQUIRED BOOLEAN, datasetfieldtype_id BIGINT, dataverse_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "dataversefieldtypeinputlevel" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DataverseFieldTypeInputLevel_dataverse_id ON DataverseFieldTypeInputLevel (dataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversefieldtypeinputlevel_dataverse_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DataverseFieldTypeInputLevel_datasetfieldtype_id ON DataverseFieldTypeInputLevel (datasetfieldtype_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversefieldtypeinputlevel_datasetfieldtype_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DataverseFieldTypeInputLevel_required ON DataverseFieldTypeInputLevel (required)": org.postgresql.util.PSQLException: ERROR: relation "index_dataversefieldtypeinputlevel_required" already exists PER01000: Got SQLException executing statement "CREATE TABLE BUILTINUSER (ID SERIAL NOT NULL, ENCRYPTEDPASSWORD VARCHAR(255), PASSWORDENCRYPTIONVERSION INTEGER, USERNAME VARCHAR(255) NOT NULL UNIQUE, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "builtinuser" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_BUILTINUSER_userName ON BUILTINUSER (userName)": org.postgresql.util.PSQLException: ERROR: relation "index_builtinuser_username" already exists PER01000: Got SQLException executing statement "CREATE TABLE TERMSOFUSEANDACCESS (ID SERIAL NOT NULL, AVAILABILITYSTATUS TEXT, CITATIONREQUIREMENTS TEXT, CONDITIONS TEXT, CONFIDENTIALITYDECLARATION TEXT, CONTACTFORACCESS TEXT, DATAACCESSPLACE TEXT, DEPOSITORREQUIREMENTS TEXT, DISCLAIMER TEXT, FILEACCESSREQUEST BOOLEAN, ORIGINALARCHIVE TEXT, RESTRICTIONS TEXT, SIZEOFCOLLECTION TEXT, SPECIALPERMISSIONS TEXT, STUDYCOMPLETION TEXT, TERMSOFACCESS TEXT, TERMSOFUSE TEXT, license_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "termsofuseandaccess" already exists PER01000: Got SQLException executing statement "CREATE TABLE LICENSE (ID SERIAL NOT NULL, ACTIVE BOOLEAN NOT NULL, ICONURL TEXT, ISDEFAULT BOOLEAN NOT NULL, NAME TEXT, SHORTDESCRIPTION TEXT, SORTORDER BIGINT NOT NULL DEFAULT 0, URI TEXT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "license" already exists PER01000: Got SQLException executing statement "CREATE TABLE STORAGEQUOTA (ID SERIAL NOT NULL, ALLOCATION BIGINT, definitionPoint_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "storagequota" already exists PER01000: Got SQLException executing statement "CREATE TABLE VARGROUP (ID SERIAL NOT NULL, LABEL TEXT, FILEMETADATA_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "vargroup" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_VARGROUP_filemetadata_id ON VARGROUP (filemetadata_id)": org.postgresql.util.PSQLException: ERROR: relation "index_vargroup_filemetadata_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE HARVESTINGDATAVERSECONFIG (ID BIGINT NOT NULL, ARCHIVEDESCRIPTION TEXT, ARCHIVEURL VARCHAR(255), HARVESTSTYLE VARCHAR(255), HARVESTTYPE VARCHAR(255), HARVESTINGSET VARCHAR(255), HARVESTINGURL VARCHAR(255), dataverse_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "harvestingdataverseconfig" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_HARVESTINGDATAVERSECONFIG_dataverse_id ON HARVESTINGDATAVERSECONFIG (dataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_harvestingdataverseconfig_dataverse_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_HARVESTINGDATAVERSECONFIG_harvesttype ON HARVESTINGDATAVERSECONFIG (harvesttype)": org.postgresql.util.PSQLException: ERROR: relation "index_harvestingdataverseconfig_harvesttype" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_HARVESTINGDATAVERSECONFIG_harveststyle ON HARVESTINGDATAVERSECONFIG (harveststyle)": org.postgresql.util.PSQLException: ERROR: relation "index_harvestingdataverseconfig_harveststyle" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_HARVESTINGDATAVERSECONFIG_harvestingurl ON HARVESTINGDATAVERSECONFIG (harvestingurl)": org.postgresql.util.PSQLException: ERROR: relation "index_harvestingdataverseconfig_harvestingurl" already exists PER01000: Got SQLException executing statement "CREATE TABLE ALTERNATIVEPERSISTENTIDENTIFIER (ID SERIAL NOT NULL, AUTHORITY VARCHAR(255), GLOBALIDCREATETIME TIMESTAMP, IDENTIFIER VARCHAR(255), IDENTIFIERREGISTERED BOOLEAN, PROTOCOL VARCHAR(255), STORAGELOCATIONDESIGNATOR BOOLEAN, DVOBJECT_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "alternativepersistentidentifier" already exists PER01000: Got SQLException executing statement "CREATE TABLE AUXILIARYFILE (ID SERIAL NOT NULL, CHECKSUM VARCHAR(255), CONTENTTYPE VARCHAR(255), FILESIZE BIGINT, FORMATTAG VARCHAR(255), FORMATVERSION VARCHAR(255), ISPUBLIC BOOLEAN, ORIGIN VARCHAR(255), TYPE VARCHAR(255), DATAFILE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "auxiliaryfile" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETFIELDCOMPOUNDVALUE (ID SERIAL NOT NULL, DISPLAYORDER INTEGER, PARENTDATASETFIELD_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetfieldcompoundvalue" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELDCOMPOUNDVALUE_parentdatasetfield_id ON DATASETFIELDCOMPOUNDVALUE (parentdatasetfield_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfieldcompoundvalue_parentdatasetfield_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETVERSIONUSER (ID SERIAL NOT NULL, LASTUPDATEDATE TIMESTAMP NOT NULL, authenticatedUser_id BIGINT, datasetversion_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetversionuser" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETVERSIONUSER_authenticateduser_id ON DATASETVERSIONUSER (authenticateduser_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetversionuser_authenticateduser_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETVERSIONUSER_datasetversion_id ON DATASETVERSIONUSER (datasetversion_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetversionuser_datasetversion_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETTYPE (ID SERIAL NOT NULL, NAME VARCHAR(255) NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasettype" already exists PER01000: Got SQLException executing statement "CREATE TABLE GUESTBOOKRESPONSE (ID SERIAL NOT NULL, EMAIL VARCHAR(255), EVENTTYPE VARCHAR(255), INSTITUTION VARCHAR(255), NAME VARCHAR(255), POSITION VARCHAR(255), RESPONSETIME TIMESTAMP, SESSIONID VARCHAR(255), AUTHENTICATEDUSER_ID BIGINT, DATAFILE_ID BIGINT NOT NULL, DATASET_ID BIGINT NOT NULL, DATASETVERSION_ID BIGINT, GUESTBOOK_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "guestbookresponse" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_GUESTBOOKRESPONSE_guestbook_id ON GUESTBOOKRESPONSE (guestbook_id)": org.postgresql.util.PSQLException: ERROR: relation "index_guestbookresponse_guestbook_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_GUESTBOOKRESPONSE_datafile_id ON GUESTBOOKRESPONSE (datafile_id)": org.postgresql.util.PSQLException: ERROR: relation "index_guestbookresponse_datafile_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_GUESTBOOKRESPONSE_dataset_id ON GUESTBOOKRESPONSE (dataset_id)": org.postgresql.util.PSQLException: ERROR: relation "index_guestbookresponse_dataset_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE CUSTOMQUESTIONRESPONSE (ID SERIAL NOT NULL, response TEXT, CUSTOMQUESTION_ID BIGINT NOT NULL, GUESTBOOKRESPONSE_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "customquestionresponse" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CUSTOMQUESTIONRESPONSE_guestbookresponse_id ON CUSTOMQUESTIONRESPONSE (guestbookresponse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_customquestionresponse_guestbookresponse_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE CATEGORYMETADATA (ID SERIAL NOT NULL, WFREQ FLOAT, CATEGORY_ID BIGINT NOT NULL, VARIABLEMETADATA_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "categorymetadata" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CATEGORYMETADATA_category_id ON CATEGORYMETADATA (category_id)": org.postgresql.util.PSQLException: ERROR: relation "index_categorymetadata_category_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_CATEGORYMETADATA_variablemetadata_id ON CATEGORYMETADATA (variablemetadata_id)": org.postgresql.util.PSQLException: ERROR: relation "index_categorymetadata_variablemetadata_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE STORAGEUSE (ID SERIAL NOT NULL, SIZEINBYTES BIGINT, DVOBJECTCONTAINER_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "storageuse" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_STORAGEUSE_dvobjectcontainer_id ON STORAGEUSE (dvobjectcontainer_id)": org.postgresql.util.PSQLException: ERROR: relation "index_storageuse_dvobjectcontainer_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE RETENTION (ID SERIAL NOT NULL, DATEUNAVAILABLE DATE NOT NULL, REASON TEXT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "retention" already exists PER01000: Got SQLException executing statement "CREATE TABLE TEMPLATE (ID SERIAL NOT NULL, CREATETIME TIMESTAMP NOT NULL, INSTRUCTIONS TEXT, NAME VARCHAR(255) NOT NULL, USAGECOUNT BIGINT, DATAVERSE_ID BIGINT, termsOfUseAndAccess_id BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "template" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_TEMPLATE_dataverse_id ON TEMPLATE (dataverse_id)": org.postgresql.util.PSQLException: ERROR: relation "index_template_dataverse_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETLOCK (ID SERIAL NOT NULL, INFO VARCHAR(255), REASON VARCHAR(255) NOT NULL, STARTTIME TIMESTAMP, DATASET_ID BIGINT NOT NULL, USER_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetlock" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETLOCK_user_id ON DATASETLOCK (user_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetlock_user_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETLOCK_dataset_id ON DATASETLOCK (dataset_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetlock_dataset_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAVERSEROLE (ID SERIAL NOT NULL, ALIAS VARCHAR(255) NOT NULL UNIQUE, DESCRIPTION VARCHAR(255), NAME VARCHAR(255) NOT NULL, PERMISSIONBITS BIGINT, OWNER_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "dataverserole" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSEROLE_owner_id ON DATAVERSEROLE (owner_id)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverserole_owner_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSEROLE_name ON DATAVERSEROLE (name)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverserole_name" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATAVERSEROLE_alias ON DATAVERSEROLE (alias)": org.postgresql.util.PSQLException: ERROR: relation "index_dataverserole_alias" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETFIELDTYPE (ID SERIAL NOT NULL, ADVANCEDSEARCHFIELDTYPE BOOLEAN, ALLOWCONTROLLEDVOCABULARY BOOLEAN, ALLOWMULTIPLES BOOLEAN, description TEXT, DISPLAYFORMAT VARCHAR(255), DISPLAYONCREATE BOOLEAN, DISPLAYORDER INTEGER, FACETABLE BOOLEAN, FIELDTYPE VARCHAR(255) NOT NULL, name TEXT, REQUIRED BOOLEAN, title TEXT, uri TEXT, VALIDATIONFORMAT VARCHAR(255), WATERMARK VARCHAR(255), METADATABLOCK_ID BIGINT, PARENTDATASETFIELDTYPE_ID BIGINT, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetfieldtype" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELDTYPE_metadatablock_id ON DATASETFIELDTYPE (metadatablock_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfieldtype_metadatablock_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELDTYPE_parentdatasetfieldtype_id ON DATASETFIELDTYPE (parentdatasetfieldtype_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfieldtype_parentdatasetfieldtype_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE FILEMETADATA_DATAFILECATEGORY (fileCategories_ID BIGINT NOT NULL, fileMetadatas_ID BIGINT NOT NULL, PRIMARY KEY (fileCategories_ID, fileMetadatas_ID))": org.postgresql.util.PSQLException: ERROR: relation "filemetadata_datafilecategory" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_FILEMETADATA_DATAFILECATEGORY_filecategories_id ON FILEMETADATA_DATAFILECATEGORY (filecategories_id)": org.postgresql.util.PSQLException: ERROR: relation "index_filemetadata_datafilecategory_filecategories_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_FILEMETADATA_DATAFILECATEGORY_filemetadatas_id ON FILEMETADATA_DATAFILECATEGORY (filemetadatas_id)": org.postgresql.util.PSQLException: ERROR: relation "index_filemetadata_datafilecategory_filemetadatas_id" already exists PER01000: Got SQLException executing statement "CREATE TABLE dataverse_citationDatasetFieldTypes (dataverse_id BIGINT NOT NULL, citationdatasetfieldtype_id BIGINT NOT NULL, PRIMARY KEY (dataverse_id, citationdatasetfieldtype_id))": org.postgresql.util.PSQLException: ERROR: relation "dataverse_citationdatasetfieldtypes" already exists PER01000: Got SQLException executing statement "CREATE TABLE dataversesubjects (dataverse_id BIGINT NOT NULL, controlledvocabularyvalue_id BIGINT NOT NULL, PRIMARY KEY (dataverse_id, controlledvocabularyvalue_id))": org.postgresql.util.PSQLException: ERROR: relation "dataversesubjects" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATAVERSE_METADATABLOCK (Dataverse_ID BIGINT NOT NULL, metadataBlocks_ID BIGINT NOT NULL, PRIMARY KEY (Dataverse_ID, metadataBlocks_ID))": org.postgresql.util.PSQLException: ERROR: relation "dataverse_metadatablock" already exists PER01000: Got SQLException executing statement "CREATE TABLE DATASETFIELD_CONTROLLEDVOCABULARYVALUE (DatasetField_ID BIGINT NOT NULL, controlledVocabularyValues_ID BIGINT NOT NULL, PRIMARY KEY (DatasetField_ID, controlledVocabularyValues_ID))": org.postgresql.util.PSQLException: ERROR: relation "datasetfield_controlledvocabularyvalue" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELD_CONTROLLEDVOCABULARYVALUE_datasetfield_id ON DATASETFIELD_CONTROLLEDVOCABULARYVALUE (datasetfield_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfield_controlledvocabularyvalue_datasetfield_id" already exists PER01000: Got SQLException executing statement "CREATE INDEX INDEX_DATASETFIELD_CONTROLLEDVOCABULARYVALUE_controlledvocabularyvalues_id ON DATASETFIELD_CONTROLLEDVOCABULARYVALUE (controlledvocabularyvalues_id)": org.postgresql.util.PSQLException: ERROR: relation "index_datasetfield_controlledvocabularyvalue_controlledvocabula" already exists PER01000: Got SQLException executing statement "CREATE TABLE WorkflowStepData_STEPPARAMETERS (WorkflowStepData_ID BIGINT, STEPPARAMETERS VARCHAR(2048), STEPPARAMETERS_KEY VARCHAR(255))": org.postgresql.util.PSQLException: ERROR: relation "workflowstepdata_stepparameters" already exists PER01000: Got SQLException executing statement "CREATE TABLE WorkflowStepData_STEPSETTINGS (WorkflowStepData_ID BIGINT, STEPSETTINGS VARCHAR(2048), STEPSETTINGS_KEY VARCHAR(255))": org.postgresql.util.PSQLException: ERROR: relation "workflowstepdata_stepsettings" already exists PER01000: Got SQLException executing statement "CREATE TABLE ExplicitGroup_CONTAINEDROLEASSIGNEES (ExplicitGroup_ID BIGINT, CONTAINEDROLEASSIGNEES VARCHAR(255))": org.postgresql.util.PSQLException: ERROR: relation "explicitgroup_containedroleassignees" already exists PER01000: Got SQLException executing statement "CREATE TABLE EXPLICITGROUP_AUTHENTICATEDUSER (ExplicitGroup_ID BIGINT NOT NULL, containedAuthenticatedUsers_ID BIGINT NOT NULL, PRIMARY KEY (ExplicitGroup_ID, containedAuthenticatedUsers_ID))": org.postgresql.util.PSQLException: ERROR: relation "explicitgroup_authenticateduser" already exists PER01000: Got SQLException executing statement "CREATE TABLE explicitgroup_explicitgroup (explicitgroup_id BIGINT NOT NULL, containedexplicitgroups_id BIGINT NOT NULL, PRIMARY KEY (explicitgroup_id, containedexplicitgroups_id))": org.postgresql.util.PSQLException: ERROR: relation "explicitgroup_explicitgroup" already exists PER01000: Got SQLException executing statement "CREATE TABLE PendingWorkflowInvocation_LOCALDATA (PendingWorkflowInvocation_INVOCATIONID VARCHAR(255), LOCALDATA VARCHAR(255), LOCALDATA_KEY VARCHAR(255))": org.postgresql.util.PSQLException: ERROR: relation "pendingworkflowinvocation_localdata" already exists PER01000: Got SQLException executing statement "CREATE TABLE VARGROUP_DATAVARIABLE (VarGroup_ID BIGINT NOT NULL, varsInGroup_ID BIGINT NOT NULL, PRIMARY KEY (VarGroup_ID, varsInGroup_ID))": org.postgresql.util.PSQLException: ERROR: relation "vargroup_datavariable" already exists PER01000: Got SQLException executing statement "ALTER TABLE ROLEASSIGNMENT ADD CONSTRAINT UNQ_ROLEASSIGNMENT_0 UNIQUE (assigneeIdentifier, role_id, definitionPoint_id)": org.postgresql.util.PSQLException: ERROR: relation "unq_roleassignment_0" already exists PER01000: Got SQLException executing statement "ALTER TABLE DVOBJECT ADD CONSTRAINT UNQ_DVOBJECT_0 UNIQUE (authority,protocol,identifier)": org.postgresql.util.PSQLException: ERROR: relation "unq_dvobject_0" already exists PER01000: Got SQLException executing statement "ALTER TABLE DVOBJECT ADD CONSTRAINT UNQ_DVOBJECT_1 UNIQUE (owner_id,storageidentifier)": org.postgresql.util.PSQLException: ERROR: relation "unq_dvobject_1" already exists PER01000: Got SQLException executing statement "ALTER TABLE VARIABLEMETADATA ADD CONSTRAINT UNQ_VARIABLEMETADATA_0 UNIQUE (datavariable_id, filemetadata_id)": org.postgresql.util.PSQLException: ERROR: relation "unq_variablemetadata_0" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETVERSION ADD CONSTRAINT UNQ_DATASETVERSION_0 UNIQUE (dataset_id,versionnumber,minorversionnumber)": org.postgresql.util.PSQLException: ERROR: relation "unq_datasetversion_0" already exists PER01000: Got SQLException executing statement "ALTER TABLE GLOBUSTASKINPROGRESS ADD CONSTRAINT UNQ_GLOBUSTASKINPROGRESS_0 UNIQUE (taskid)": org.postgresql.util.PSQLException: ERROR: relation "unq_globustaskinprogress_0" already exists PER01000: Got SQLException executing statement "ALTER TABLE FOREIGNMETADATAFIELDMAPPING ADD CONSTRAINT UNQ_FOREIGNMETADATAFIELDMAPPING_0 UNIQUE (foreignMetadataFormatMapping_id, foreignFieldXpath)": org.postgresql.util.PSQLException: ERROR: relation "unq_foreignmetadatafieldmapping_0" already exists PER01000: Got SQLException executing statement "ALTER TABLE AUTHENTICATEDUSERLOOKUP ADD CONSTRAINT UNQ_AUTHENTICATEDUSERLOOKUP_0 UNIQUE (persistentuserid, authenticationproviderid)": org.postgresql.util.PSQLException: ERROR: relation "unq_authenticateduserlookup_0" already exists PER01000: Got SQLException executing statement "ALTER TABLE DataverseFieldTypeInputLevel ADD CONSTRAINT UNQ_DataverseFieldTypeInputLevel_0 UNIQUE (dataverse_id, datasetfieldtype_id)": org.postgresql.util.PSQLException: ERROR: relation "unq_dataversefieldtypeinputlevel_0" already exists PER01000: Got SQLException executing statement "ALTER TABLE LICENSE ADD CONSTRAINT UNQ_LICENSE_0 UNIQUE (name)": org.postgresql.util.PSQLException: ERROR: relation "unq_license_0" already exists PER01000: Got SQLException executing statement "ALTER TABLE LICENSE ADD CONSTRAINT UNQ_LICENSE_1 UNIQUE (uri)": org.postgresql.util.PSQLException: ERROR: relation "unq_license_1" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETTYPE ADD CONSTRAINT UNQ_DATASETTYPE_0 UNIQUE (name)": org.postgresql.util.PSQLException: ERROR: relation "unq_datasettype_0" already exists PER01000: Got SQLException executing statement "ALTER TABLE EXTERNALTOOLTYPE ADD CONSTRAINT FK_EXTERNALTOOLTYPE_EXTERNALTOOL_ID FOREIGN KEY (EXTERNALTOOL_ID) REFERENCES EXTERNALTOOL (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_externaltooltype_externaltool_id" for relation "externaltooltype" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSETHEME ADD CONSTRAINT FK_DATAVERSETHEME_dataverse_id FOREIGN KEY (dataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversetheme_dataverse_id" for relation "dataversetheme" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAFILECATEGORY ADD CONSTRAINT FK_DATAFILECATEGORY_DATASET_ID FOREIGN KEY (DATASET_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datafilecategory_dataset_id" for relation "datafilecategory" already exists PER01000: Got SQLException executing statement "ALTER TABLE ROLEASSIGNMENT ADD CONSTRAINT FK_ROLEASSIGNMENT_ROLE_ID FOREIGN KEY (ROLE_ID) REFERENCES DATAVERSEROLE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_roleassignment_role_id" for relation "roleassignment" already exists PER01000: Got SQLException executing statement "ALTER TABLE ROLEASSIGNMENT ADD CONSTRAINT FK_ROLEASSIGNMENT_DEFINITIONPOINT_ID FOREIGN KEY (DEFINITIONPOINT_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_roleassignment_definitionpoint_id" for relation "roleassignment" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETEXTERNALCITATIONS ADD CONSTRAINT FK_DATASETEXTERNALCITATIONS_DATASET_ID FOREIGN KEY (DATASET_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetexternalcitations_dataset_id" for relation "datasetexternalcitations" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSELINKINGDATAVERSE ADD CONSTRAINT FK_DATAVERSELINKINGDATAVERSE_DATAVERSE_ID FOREIGN KEY (DATAVERSE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataverselinkingdataverse_dataverse_id" for relation "dataverselinkingdataverse" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSELINKINGDATAVERSE ADD CONSTRAINT FK_DATAVERSELINKINGDATAVERSE_LINKINGDATAVERSE_ID FOREIGN KEY (LINKINGDATAVERSE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataverselinkingdataverse_linkingdataverse_id" for relation "dataverselinkingdataverse" already exists PER01000: Got SQLException executing statement "ALTER TABLE METADATABLOCK ADD CONSTRAINT FK_METADATABLOCK_owner_id FOREIGN KEY (owner_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_metadatablock_owner_id" for relation "metadatablock" already exists PER01000: Got SQLException executing statement "ALTER TABLE CONFIRMEMAILDATA ADD CONSTRAINT FK_CONFIRMEMAILDATA_AUTHENTICATEDUSER_ID FOREIGN KEY (AUTHENTICATEDUSER_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_confirmemaildata_authenticateduser_id" for relation "confirmemaildata" already exists PER01000: Got SQLException executing statement "ALTER TABLE OAUTH2TOKENDATA ADD CONSTRAINT FK_OAUTH2TOKENDATA_USER_ID FOREIGN KEY (USER_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_oauth2tokendata_user_id" for relation "oauth2tokendata" already exists PER01000: Got SQLException executing statement "ALTER TABLE DVOBJECT ADD CONSTRAINT FK_DVOBJECT_CREATOR_ID FOREIGN KEY (CREATOR_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dvobject_creator_id" for relation "dvobject" already exists PER01000: Got SQLException executing statement "ALTER TABLE DVOBJECT ADD CONSTRAINT FK_DVOBJECT_RELEASEUSER_ID FOREIGN KEY (RELEASEUSER_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dvobject_releaseuser_id" for relation "dvobject" already exists PER01000: Got SQLException executing statement "ALTER TABLE DVOBJECT ADD CONSTRAINT FK_DVOBJECT_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dvobject_owner_id" for relation "dvobject" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSE ADD CONSTRAINT FK_DATAVERSE_DEFAULTTEMPLATE_ID FOREIGN KEY (DEFAULTTEMPLATE_ID) REFERENCES TEMPLATE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataverse_defaulttemplate_id" for relation "dataverse" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSE ADD CONSTRAINT FK_DATAVERSE_ID FOREIGN KEY (ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataverse_id" for relation "dataverse" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSE ADD CONSTRAINT FK_DATAVERSE_DEFAULTCONTRIBUTORROLE_ID FOREIGN KEY (DEFAULTCONTRIBUTORROLE_ID) REFERENCES DATAVERSEROLE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataverse_defaultcontributorrole_id" for relation "dataverse" already exists PER01000: Got SQLException executing statement "ALTER TABLE IPV6RANGE ADD CONSTRAINT FK_IPV6RANGE_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES PERSISTEDGLOBALGROUP (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_ipv6range_owner_id" for relation "ipv6range" already exists PER01000: Got SQLException executing statement "ALTER TABLE SAVEDSEARCHFILTERQUERY ADD CONSTRAINT FK_SAVEDSEARCHFILTERQUERY_SAVEDSEARCH_ID FOREIGN KEY (SAVEDSEARCH_ID) REFERENCES SAVEDSEARCH (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_savedsearchfilterquery_savedsearch_id" for relation "savedsearchfilterquery" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSEFACET ADD CONSTRAINT FK_DATAVERSEFACET_datasetfieldtype_id FOREIGN KEY (datasetfieldtype_id) REFERENCES DATASETFIELDTYPE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversefacet_datasetfieldtype_id" for relation "dataversefacet" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSEFACET ADD CONSTRAINT FK_DATAVERSEFACET_dataverse_id FOREIGN KEY (dataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversefacet_dataverse_id" for relation "dataversefacet" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSEFEATUREDDATAVERSE ADD CONSTRAINT FK_DATAVERSEFEATUREDDATAVERSE_dataverse_id FOREIGN KEY (dataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversefeatureddataverse_dataverse_id" for relation "dataversefeatureddataverse" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSEFEATUREDDATAVERSE ADD CONSTRAINT FK_DATAVERSEFEATUREDDATAVERSE_featureddataverse_id FOREIGN KEY (featureddataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversefeatureddataverse_featureddataverse_id" for relation "dataversefeatureddataverse" already exists PER01000: Got SQLException executing statement "ALTER TABLE HARVESTINGCLIENT ADD CONSTRAINT FK_HARVESTINGCLIENT_dataverse_id FOREIGN KEY (dataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_harvestingclient_dataverse_id" for relation "harvestingclient" already exists PER01000: Got SQLException executing statement "ALTER TABLE APITOKEN ADD CONSTRAINT FK_APITOKEN_AUTHENTICATEDUSER_ID FOREIGN KEY (AUTHENTICATEDUSER_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_apitoken_authenticateduser_id" for relation "apitoken" already exists PER01000: Got SQLException executing statement "ALTER TABLE BANNERMESSAGETEXT ADD CONSTRAINT FK_BANNERMESSAGETEXT_BANNERMESSAGE_ID FOREIGN KEY (BANNERMESSAGE_ID) REFERENCES BANNERMESSAGE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_bannermessagetext_bannermessage_id" for relation "bannermessagetext" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELDVALUE ADD CONSTRAINT FK_DATASETFIELDVALUE_DATASETFIELD_ID FOREIGN KEY (DATASETFIELD_ID) REFERENCES DATASETFIELD (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfieldvalue_datasetfield_id" for relation "datasetfieldvalue" already exists PER01000: Got SQLException executing statement "ALTER TABLE VARIABLEMETADATA ADD CONSTRAINT FK_VARIABLEMETADATA_DATAVARIABLE_ID FOREIGN KEY (DATAVARIABLE_ID) REFERENCES DATAVARIABLE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_variablemetadata_datavariable_id" for relation "variablemetadata" already exists PER01000: Got SQLException executing statement "ALTER TABLE VARIABLEMETADATA ADD CONSTRAINT FK_VARIABLEMETADATA_FILEMETADATA_ID FOREIGN KEY (FILEMETADATA_ID) REFERENCES FILEMETADATA (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_variablemetadata_filemetadata_id" for relation "variablemetadata" already exists PER01000: Got SQLException executing statement "ALTER TABLE VARIABLEMETADATA ADD CONSTRAINT FK_VARIABLEMETADATA_WEIGHTVARIABLE_ID FOREIGN KEY (WEIGHTVARIABLE_ID) REFERENCES DATAVARIABLE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_variablemetadata_weightvariable_id" for relation "variablemetadata" already exists PER01000: Got SQLException executing statement "ALTER TABLE CUSTOMQUESTION ADD CONSTRAINT FK_CUSTOMQUESTION_GUESTBOOK_ID FOREIGN KEY (GUESTBOOK_ID) REFERENCES GUESTBOOK (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_customquestion_guestbook_id" for relation "customquestion" already exists PER01000: Got SQLException executing statement "ALTER TABLE VARIABLERANGEITEM ADD CONSTRAINT FK_VARIABLERANGEITEM_DATAVARIABLE_ID FOREIGN KEY (DATAVARIABLE_ID) REFERENCES DATAVARIABLE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_variablerangeitem_datavariable_id" for relation "variablerangeitem" already exists PER01000: Got SQLException executing statement "ALTER TABLE VARIABLERANGE ADD CONSTRAINT FK_VARIABLERANGE_DATAVARIABLE_ID FOREIGN KEY (DATAVARIABLE_ID) REFERENCES DATAVARIABLE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_variablerange_datavariable_id" for relation "variablerange" already exists PER01000: Got SQLException executing statement "ALTER TABLE WORKFLOWCOMMENT ADD CONSTRAINT FK_WORKFLOWCOMMENT_AUTHENTICATEDUSER_ID FOREIGN KEY (AUTHENTICATEDUSER_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_workflowcomment_authenticateduser_id" for relation "workflowcomment" already exists PER01000: Got SQLException executing statement "ALTER TABLE WORKFLOWCOMMENT ADD CONSTRAINT FK_WORKFLOWCOMMENT_DATASETVERSION_ID FOREIGN KEY (DATASETVERSION_ID) REFERENCES DATASETVERSION (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_workflowcomment_datasetversion_id" for relation "workflowcomment" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELD ADD CONSTRAINT FK_DATASETFIELD_DATASETFIELDTYPE_ID FOREIGN KEY (DATASETFIELDTYPE_ID) REFERENCES DATASETFIELDTYPE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfield_datasetfieldtype_id" for relation "datasetfield" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELD ADD CONSTRAINT FK_DATASETFIELD_TEMPLATE_ID FOREIGN KEY (TEMPLATE_ID) REFERENCES TEMPLATE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfield_template_id" for relation "datasetfield" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELD ADD CONSTRAINT FK_DATASETFIELD_DATASETVERSION_ID FOREIGN KEY (DATASETVERSION_ID) REFERENCES DATASETVERSION (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfield_datasetversion_id" for relation "datasetfield" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELD ADD CONSTRAINT FK_DATASETFIELD_PARENTDATASETFIELDCOMPOUNDVALUE_ID FOREIGN KEY (PARENTDATASETFIELDCOMPOUNDVALUE_ID) REFERENCES DATASETFIELDCOMPOUNDVALUE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfield_parentdatasetfieldcompoundvalue_id" for relation "datasetfield" already exists PER01000: Got SQLException executing statement "ALTER TABLE IPV4RANGE ADD CONSTRAINT FK_IPV4RANGE_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES PERSISTEDGLOBALGROUP (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_ipv4range_owner_id" for relation "ipv4range" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETVERSION ADD CONSTRAINT FK_DATASETVERSION_termsOfUseAndAccess_id FOREIGN KEY (termsOfUseAndAccess_id) REFERENCES TERMSOFUSEANDACCESS (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetversion_termsofuseandaccess_id" for relation "datasetversion" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETVERSION ADD CONSTRAINT FK_DATASETVERSION_DATASET_ID FOREIGN KEY (DATASET_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetversion_dataset_id" for relation "datasetversion" already exists PER01000: Got SQLException executing statement "ALTER TABLE METRIC ADD CONSTRAINT FK_METRIC_dataverse_id FOREIGN KEY (dataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_metric_dataverse_id" for relation "metric" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETMETRICS ADD CONSTRAINT FK_DATASETMETRICS_DATASET_ID FOREIGN KEY (DATASET_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetmetrics_dataset_id" for relation "datasetmetrics" already exists PER01000: Got SQLException executing statement "ALTER TABLE USERNOTIFICATION ADD CONSTRAINT FK_USERNOTIFICATION_USER_ID FOREIGN KEY (USER_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_usernotification_user_id" for relation "usernotification" already exists PER01000: Got SQLException executing statement "ALTER TABLE USERNOTIFICATION ADD CONSTRAINT FK_USERNOTIFICATION_REQUESTOR_ID FOREIGN KEY (REQUESTOR_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_usernotification_requestor_id" for relation "usernotification" already exists PER01000: Got SQLException executing statement "ALTER TABLE WORKFLOWSTEPDATA ADD CONSTRAINT FK_WORKFLOWSTEPDATA_PARENT_ID FOREIGN KEY (PARENT_ID) REFERENCES WORKFLOW (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_workflowstepdata_parent_id" for relation "workflowstepdata" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSEMETADATABLOCKFACET ADD CONSTRAINT FK_DATAVERSEMETADATABLOCKFACET_metadatablock_id FOREIGN KEY (metadatablock_id) REFERENCES METADATABLOCK (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversemetadatablockfacet_metadatablock_id" for relation "dataversemetadatablockfacet" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSEMETADATABLOCKFACET ADD CONSTRAINT FK_DATAVERSEMETADATABLOCKFACET_dataverse_id FOREIGN KEY (dataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversemetadatablockfacet_dataverse_id" for relation "dataversemetadatablockfacet" already exists PER01000: Got SQLException executing statement "ALTER TABLE USERBANNERMESSAGE ADD CONSTRAINT FK_USERBANNERMESSAGE_BANNERMESSAGE_ID FOREIGN KEY (BANNERMESSAGE_ID) REFERENCES BANNERMESSAGE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_userbannermessage_bannermessage_id" for relation "userbannermessage" already exists PER01000: Got SQLException executing statement "ALTER TABLE USERBANNERMESSAGE ADD CONSTRAINT FK_USERBANNERMESSAGE_USER_ID FOREIGN KEY (USER_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_userbannermessage_user_id" for relation "userbannermessage" already exists PER01000: Got SQLException executing statement "ALTER TABLE GUESTBOOK ADD CONSTRAINT FK_GUESTBOOK_DATAVERSE_ID FOREIGN KEY (DATAVERSE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_guestbook_dataverse_id" for relation "guestbook" already exists PER01000: Got SQLException executing statement "ALTER TABLE GLOBUSTASKINPROGRESS ADD CONSTRAINT FK_GLOBUSTASKINPROGRESS_USER_ID FOREIGN KEY (USER_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_globustaskinprogress_user_id" for relation "globustaskinprogress" already exists PER01000: Got SQLException executing statement "ALTER TABLE GLOBUSTASKINPROGRESS ADD CONSTRAINT FK_GLOBUSTASKINPROGRESS_DATASET_ID FOREIGN KEY (DATASET_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_globustaskinprogress_dataset_id" for relation "globustaskinprogress" already exists PER01000: Got SQLException executing statement "ALTER TABLE SAVEDSEARCH ADD CONSTRAINT FK_SAVEDSEARCH_DEFINITIONPOINT_ID FOREIGN KEY (DEFINITIONPOINT_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_savedsearch_definitionpoint_id" for relation "savedsearch" already exists PER01000: Got SQLException executing statement "ALTER TABLE SAVEDSEARCH ADD CONSTRAINT FK_SAVEDSEARCH_CREATOR_ID FOREIGN KEY (CREATOR_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_savedsearch_creator_id" for relation "savedsearch" already exists PER01000: Got SQLException executing statement "ALTER TABLE fileaccessrequests ADD CONSTRAINT FK_fileaccessrequests_datafile_id FOREIGN KEY (datafile_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_fileaccessrequests_datafile_id" for relation "fileaccessrequests" already exists PER01000: Got SQLException executing statement "ALTER TABLE fileaccessrequests ADD CONSTRAINT FK_fileaccessrequests_DATAFILE_ID FOREIGN KEY (DATAFILE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_fileaccessrequests_datafile_id" for relation "fileaccessrequests" already exists PER01000: Got SQLException executing statement "ALTER TABLE fileaccessrequests ADD CONSTRAINT FK_fileaccessrequests_authenticated_user_id FOREIGN KEY (authenticated_user_id) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_fileaccessrequests_authenticated_user_id" for relation "fileaccessrequests" already exists PER01000: Got SQLException executing statement "ALTER TABLE EXPLICITGROUP ADD CONSTRAINT FK_EXPLICITGROUP_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_explicitgroup_owner_id" for relation "explicitgroup" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELDDEFAULTVALUE ADD CONSTRAINT FK_DATASETFIELDDEFAULTVALUE_DEFAULTVALUESET_ID FOREIGN KEY (DEFAULTVALUESET_ID) REFERENCES DEFAULTVALUESET (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfielddefaultvalue_defaultvalueset_id" for relation "datasetfielddefaultvalue" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELDDEFAULTVALUE ADD CONSTRAINT FK_DATASETFIELDDEFAULTVALUE_DATASETFIELD_ID FOREIGN KEY (DATASETFIELD_ID) REFERENCES DATASETFIELDTYPE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfielddefaultvalue_datasetfield_id" for relation "datasetfielddefaultvalue" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELDDEFAULTVALUE ADD CONSTRAINT FK_DATASETFIELDDEFAULTVALUE_PARENTDATASETFIELDDEFAULTVALUE_ID FOREIGN KEY (PARENTDATASETFIELDDEFAULTVALUE_ID) REFERENCES DATASETFIELDDEFAULTVALUE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfielddefaultvalue_parentdatasetfielddefaultvalue_id" for relation "datasetfielddefaultvalue" already exists PER01000: Got SQLException executing statement "ALTER TABLE PENDINGWORKFLOWINVOCATION ADD CONSTRAINT FK_PENDINGWORKFLOWINVOCATION_WORKFLOW_ID FOREIGN KEY (WORKFLOW_ID) REFERENCES WORKFLOW (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_pendingworkflowinvocation_workflow_id" for relation "pendingworkflowinvocation" already exists PER01000: Got SQLException executing statement "ALTER TABLE PENDINGWORKFLOWINVOCATION ADD CONSTRAINT FK_PENDINGWORKFLOWINVOCATION_DATASET_ID FOREIGN KEY (DATASET_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_pendingworkflowinvocation_dataset_id" for relation "pendingworkflowinvocation" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATATABLE ADD CONSTRAINT FK_DATATABLE_DATAFILE_ID FOREIGN KEY (DATAFILE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datatable_datafile_id" for relation "datatable" already exists PER01000: Got SQLException executing statement "ALTER TABLE INGESTREPORT ADD CONSTRAINT FK_INGESTREPORT_DATAFILE_ID FOREIGN KEY (DATAFILE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_ingestreport_datafile_id" for relation "ingestreport" already exists PER01000: Got SQLException executing statement "ALTER TABLE FOREIGNMETADATAFIELDMAPPING ADD CONSTRAINT FK_FOREIGNMETADATAFIELDMAPPING_FOREIGNMETADATAFORMATMAPPING_ID FOREIGN KEY (FOREIGNMETADATAFORMATMAPPING_ID) REFERENCES FOREIGNMETADATAFORMATMAPPING (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_foreignmetadatafieldmapping_foreignmetadataformatmapping_id" for relation "foreignmetadatafieldmapping" already exists PER01000: Got SQLException executing statement "ALTER TABLE FOREIGNMETADATAFIELDMAPPING ADD CONSTRAINT FK_FOREIGNMETADATAFIELDMAPPING_PARENTFIELDMAPPING_ID FOREIGN KEY (PARENTFIELDMAPPING_ID) REFERENCES FOREIGNMETADATAFIELDMAPPING (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_foreignmetadatafieldmapping_parentfieldmapping_id" for relation "foreignmetadatafieldmapping" already exists PER01000: Got SQLException executing statement "ALTER TABLE FILEMETADATA ADD CONSTRAINT FK_FILEMETADATA_DATASETVERSION_ID FOREIGN KEY (DATASETVERSION_ID) REFERENCES DATASETVERSION (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_filemetadata_datasetversion_id" for relation "filemetadata" already exists PER01000: Got SQLException executing statement "ALTER TABLE FILEMETADATA ADD CONSTRAINT FK_FILEMETADATA_DATAFILE_ID FOREIGN KEY (DATAFILE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_filemetadata_datafile_id" for relation "filemetadata" already exists PER01000: Got SQLException executing statement "ALTER TABLE CUSTOMQUESTIONVALUE ADD CONSTRAINT FK_CUSTOMQUESTIONVALUE_CUSTOMQUESTION_ID FOREIGN KEY (CUSTOMQUESTION_ID) REFERENCES CUSTOMQUESTION (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_customquestionvalue_customquestion_id" for relation "customquestionvalue" already exists PER01000: Got SQLException executing statement "ALTER TABLE SUMMARYSTATISTIC ADD CONSTRAINT FK_SUMMARYSTATISTIC_DATAVARIABLE_ID FOREIGN KEY (DATAVARIABLE_ID) REFERENCES DATAVARIABLE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_summarystatistic_datavariable_id" for relation "summarystatistic" already exists PER01000: Got SQLException executing statement "ALTER TABLE PASSWORDRESETDATA ADD CONSTRAINT FK_PASSWORDRESETDATA_BUILTINUSER_ID FOREIGN KEY (BUILTINUSER_ID) REFERENCES BUILTINUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_passwordresetdata_builtinuser_id" for relation "passwordresetdata" already exists PER01000: Got SQLException executing statement "ALTER TABLE CONTROLLEDVOCABULARYVALUE ADD CONSTRAINT FK_CONTROLLEDVOCABULARYVALUE_DATASETFIELDTYPE_ID FOREIGN KEY (DATASETFIELDTYPE_ID) REFERENCES DATASETFIELDTYPE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_controlledvocabularyvalue_datasetfieldtype_id" for relation "controlledvocabularyvalue" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETLINKINGDATAVERSE ADD CONSTRAINT FK_DATASETLINKINGDATAVERSE_DATASET_ID FOREIGN KEY (DATASET_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetlinkingdataverse_dataset_id" for relation "datasetlinkingdataverse" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETLINKINGDATAVERSE ADD CONSTRAINT FK_DATASETLINKINGDATAVERSE_LINKINGDATAVERSE_ID FOREIGN KEY (LINKINGDATAVERSE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetlinkingdataverse_linkingdataverse_id" for relation "datasetlinkingdataverse" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASET ADD CONSTRAINT FK_DATASET_ID FOREIGN KEY (ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataset_id" for relation "dataset" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASET ADD CONSTRAINT FK_DATASET_harvestingClient_id FOREIGN KEY (harvestingClient_id) REFERENCES HARVESTINGCLIENT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataset_harvestingclient_id" for relation "dataset" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASET ADD CONSTRAINT FK_DATASET_guestbook_id FOREIGN KEY (guestbook_id) REFERENCES GUESTBOOK (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataset_guestbook_id" for relation "dataset" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASET ADD CONSTRAINT FK_DATASET_thumbnailfile_id FOREIGN KEY (thumbnailfile_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataset_thumbnailfile_id" for relation "dataset" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASET ADD CONSTRAINT FK_DATASET_datasettype_id FOREIGN KEY (datasettype_id) REFERENCES DATASETTYPE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataset_datasettype_id" for relation "dataset" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASET ADD CONSTRAINT FK_DATASET_template_id FOREIGN KEY (template_id) REFERENCES TEMPLATE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataset_template_id" for relation "dataset" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASET ADD CONSTRAINT FK_DATASET_citationDateDatasetFieldType_id FOREIGN KEY (citationDateDatasetFieldType_id) REFERENCES DATASETFIELDTYPE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataset_citationdatedatasetfieldtype_id" for relation "dataset" already exists PER01000: Got SQLException executing statement "ALTER TABLE CLIENTHARVESTRUN ADD CONSTRAINT FK_CLIENTHARVESTRUN_HARVESTINGCLIENT_ID FOREIGN KEY (HARVESTINGCLIENT_ID) REFERENCES HARVESTINGCLIENT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_clientharvestrun_harvestingclient_id" for relation "clientharvestrun" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAFILETAG ADD CONSTRAINT FK_DATAFILETAG_DATAFILE_ID FOREIGN KEY (DATAFILE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datafiletag_datafile_id" for relation "datafiletag" already exists PER01000: Got SQLException executing statement "ALTER TABLE AUTHENTICATEDUSERLOOKUP ADD CONSTRAINT FK_AUTHENTICATEDUSERLOOKUP_AUTHENTICATEDUSER_ID FOREIGN KEY (AUTHENTICATEDUSER_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_authenticateduserlookup_authenticateduser_id" for relation "authenticateduserlookup" already exists PER01000: Got SQLException executing statement "ALTER TABLE INGESTREQUEST ADD CONSTRAINT FK_INGESTREQUEST_datafile_id FOREIGN KEY (datafile_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_ingestrequest_datafile_id" for relation "ingestrequest" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSECONTACT ADD CONSTRAINT FK_DATAVERSECONTACT_dataverse_id FOREIGN KEY (dataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversecontact_dataverse_id" for relation "dataversecontact" already exists PER01000: Got SQLException executing statement "ALTER TABLE VARIABLECATEGORY ADD CONSTRAINT FK_VARIABLECATEGORY_DATAVARIABLE_ID FOREIGN KEY (DATAVARIABLE_ID) REFERENCES DATAVARIABLE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_variablecategory_datavariable_id" for relation "variablecategory" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVARIABLE ADD CONSTRAINT FK_DATAVARIABLE_DATATABLE_ID FOREIGN KEY (DATATABLE_ID) REFERENCES DATATABLE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datavariable_datatable_id" for relation "datavariable" already exists PER01000: Got SQLException executing statement "ALTER TABLE CONTROLLEDVOCABALTERNATE ADD CONSTRAINT FK_CONTROLLEDVOCABALTERNATE_DATASETFIELDTYPE_ID FOREIGN KEY (DATASETFIELDTYPE_ID) REFERENCES DATASETFIELDTYPE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_controlledvocabalternate_datasetfieldtype_id" for relation "controlledvocabalternate" already exists PER01000: Got SQLException executing statement "ALTER TABLE CONTROLLEDVOCABALTERNATE ADD CONSTRAINT FK_CONTROLLEDVOCABALTERNATE_CONTROLLEDVOCABULARYVALUE_ID FOREIGN KEY (CONTROLLEDVOCABULARYVALUE_ID) REFERENCES CONTROLLEDVOCABULARYVALUE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_controlledvocabalternate_controlledvocabularyvalue_id" for relation "controlledvocabalternate" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAFILE ADD CONSTRAINT FK_DATAFILE_retention_id FOREIGN KEY (retention_id) REFERENCES RETENTION (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datafile_retention_id" for relation "datafile" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAFILE ADD CONSTRAINT FK_DATAFILE_ID FOREIGN KEY (ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datafile_id" for relation "datafile" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAFILE ADD CONSTRAINT FK_DATAFILE_embargo_id FOREIGN KEY (embargo_id) REFERENCES EMBARGO (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datafile_embargo_id" for relation "datafile" already exists PER01000: Got SQLException executing statement "ALTER TABLE DataverseFieldTypeInputLevel ADD CONSTRAINT FK_DataverseFieldTypeInputLevel_datasetfieldtype_id FOREIGN KEY (datasetfieldtype_id) REFERENCES DATASETFIELDTYPE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversefieldtypeinputlevel_datasetfieldtype_id" for relation "dataversefieldtypeinputlevel" already exists PER01000: Got SQLException executing statement "ALTER TABLE DataverseFieldTypeInputLevel ADD CONSTRAINT FK_DataverseFieldTypeInputLevel_dataverse_id FOREIGN KEY (dataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversefieldtypeinputlevel_dataverse_id" for relation "dataversefieldtypeinputlevel" already exists PER01000: Got SQLException executing statement "ALTER TABLE TERMSOFUSEANDACCESS ADD CONSTRAINT FK_TERMSOFUSEANDACCESS_license_id FOREIGN KEY (license_id) REFERENCES LICENSE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_termsofuseandaccess_license_id" for relation "termsofuseandaccess" already exists PER01000: Got SQLException executing statement "ALTER TABLE STORAGEQUOTA ADD CONSTRAINT FK_STORAGEQUOTA_definitionPoint_id FOREIGN KEY (definitionPoint_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_storagequota_definitionpoint_id" for relation "storagequota" already exists PER01000: Got SQLException executing statement "ALTER TABLE VARGROUP ADD CONSTRAINT FK_VARGROUP_FILEMETADATA_ID FOREIGN KEY (FILEMETADATA_ID) REFERENCES FILEMETADATA (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_vargroup_filemetadata_id" for relation "vargroup" already exists PER01000: Got SQLException executing statement "ALTER TABLE HARVESTINGDATAVERSECONFIG ADD CONSTRAINT FK_HARVESTINGDATAVERSECONFIG_dataverse_id FOREIGN KEY (dataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_harvestingdataverseconfig_dataverse_id" for relation "harvestingdataverseconfig" already exists PER01000: Got SQLException executing statement "ALTER TABLE ALTERNATIVEPERSISTENTIDENTIFIER ADD CONSTRAINT FK_ALTERNATIVEPERSISTENTIDENTIFIER_DVOBJECT_ID FOREIGN KEY (DVOBJECT_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_alternativepersistentidentifier_dvobject_id" for relation "alternativepersistentidentifier" already exists PER01000: Got SQLException executing statement "ALTER TABLE AUXILIARYFILE ADD CONSTRAINT FK_AUXILIARYFILE_DATAFILE_ID FOREIGN KEY (DATAFILE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_auxiliaryfile_datafile_id" for relation "auxiliaryfile" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELDCOMPOUNDVALUE ADD CONSTRAINT FK_DATASETFIELDCOMPOUNDVALUE_PARENTDATASETFIELD_ID FOREIGN KEY (PARENTDATASETFIELD_ID) REFERENCES DATASETFIELD (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfieldcompoundvalue_parentdatasetfield_id" for relation "datasetfieldcompoundvalue" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETVERSIONUSER ADD CONSTRAINT FK_DATASETVERSIONUSER_authenticatedUser_id FOREIGN KEY (authenticatedUser_id) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetversionuser_authenticateduser_id" for relation "datasetversionuser" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETVERSIONUSER ADD CONSTRAINT FK_DATASETVERSIONUSER_datasetversion_id FOREIGN KEY (datasetversion_id) REFERENCES DATASETVERSION (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetversionuser_datasetversion_id" for relation "datasetversionuser" already exists PER01000: Got SQLException executing statement "ALTER TABLE GUESTBOOKRESPONSE ADD CONSTRAINT FK_GUESTBOOKRESPONSE_DATAFILE_ID FOREIGN KEY (DATAFILE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_guestbookresponse_datafile_id" for relation "guestbookresponse" already exists PER01000: Got SQLException executing statement "ALTER TABLE GUESTBOOKRESPONSE ADD CONSTRAINT FK_GUESTBOOKRESPONSE_DATASETVERSION_ID FOREIGN KEY (DATASETVERSION_ID) REFERENCES DATASETVERSION (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_guestbookresponse_datasetversion_id" for relation "guestbookresponse" already exists PER01000: Got SQLException executing statement "ALTER TABLE GUESTBOOKRESPONSE ADD CONSTRAINT FK_GUESTBOOKRESPONSE_GUESTBOOK_ID FOREIGN KEY (GUESTBOOK_ID) REFERENCES GUESTBOOK (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_guestbookresponse_guestbook_id" for relation "guestbookresponse" already exists PER01000: Got SQLException executing statement "ALTER TABLE GUESTBOOKRESPONSE ADD CONSTRAINT FK_GUESTBOOKRESPONSE_AUTHENTICATEDUSER_ID FOREIGN KEY (AUTHENTICATEDUSER_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_guestbookresponse_authenticateduser_id" for relation "guestbookresponse" already exists PER01000: Got SQLException executing statement "ALTER TABLE GUESTBOOKRESPONSE ADD CONSTRAINT FK_GUESTBOOKRESPONSE_DATASET_ID FOREIGN KEY (DATASET_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_guestbookresponse_dataset_id" for relation "guestbookresponse" already exists PER01000: Got SQLException executing statement "ALTER TABLE CUSTOMQUESTIONRESPONSE ADD CONSTRAINT FK_CUSTOMQUESTIONRESPONSE_CUSTOMQUESTION_ID FOREIGN KEY (CUSTOMQUESTION_ID) REFERENCES CUSTOMQUESTION (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_customquestionresponse_customquestion_id" for relation "customquestionresponse" already exists PER01000: Got SQLException executing statement "ALTER TABLE CUSTOMQUESTIONRESPONSE ADD CONSTRAINT FK_CUSTOMQUESTIONRESPONSE_GUESTBOOKRESPONSE_ID FOREIGN KEY (GUESTBOOKRESPONSE_ID) REFERENCES GUESTBOOKRESPONSE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_customquestionresponse_guestbookresponse_id" for relation "customquestionresponse" already exists PER01000: Got SQLException executing statement "ALTER TABLE CATEGORYMETADATA ADD CONSTRAINT FK_CATEGORYMETADATA_VARIABLEMETADATA_ID FOREIGN KEY (VARIABLEMETADATA_ID) REFERENCES VARIABLEMETADATA (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_categorymetadata_variablemetadata_id" for relation "categorymetadata" already exists PER01000: Got SQLException executing statement "ALTER TABLE CATEGORYMETADATA ADD CONSTRAINT FK_CATEGORYMETADATA_CATEGORY_ID FOREIGN KEY (CATEGORY_ID) REFERENCES VARIABLECATEGORY (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_categorymetadata_category_id" for relation "categorymetadata" already exists PER01000: Got SQLException executing statement "ALTER TABLE STORAGEUSE ADD CONSTRAINT FK_STORAGEUSE_DVOBJECTCONTAINER_ID FOREIGN KEY (DVOBJECTCONTAINER_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_storageuse_dvobjectcontainer_id" for relation "storageuse" already exists PER01000: Got SQLException executing statement "ALTER TABLE TEMPLATE ADD CONSTRAINT FK_TEMPLATE_DATAVERSE_ID FOREIGN KEY (DATAVERSE_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_template_dataverse_id" for relation "template" already exists PER01000: Got SQLException executing statement "ALTER TABLE TEMPLATE ADD CONSTRAINT FK_TEMPLATE_termsOfUseAndAccess_id FOREIGN KEY (termsOfUseAndAccess_id) REFERENCES TERMSOFUSEANDACCESS (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_template_termsofuseandaccess_id" for relation "template" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETLOCK ADD CONSTRAINT FK_DATASETLOCK_DATASET_ID FOREIGN KEY (DATASET_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetlock_dataset_id" for relation "datasetlock" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETLOCK ADD CONSTRAINT FK_DATASETLOCK_USER_ID FOREIGN KEY (USER_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetlock_user_id" for relation "datasetlock" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSEROLE ADD CONSTRAINT FK_DATAVERSEROLE_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataverserole_owner_id" for relation "dataverserole" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELDTYPE ADD CONSTRAINT FK_DATASETFIELDTYPE_PARENTDATASETFIELDTYPE_ID FOREIGN KEY (PARENTDATASETFIELDTYPE_ID) REFERENCES DATASETFIELDTYPE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfieldtype_parentdatasetfieldtype_id" for relation "datasetfieldtype" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELDTYPE ADD CONSTRAINT FK_DATASETFIELDTYPE_METADATABLOCK_ID FOREIGN KEY (METADATABLOCK_ID) REFERENCES METADATABLOCK (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfieldtype_metadatablock_id" for relation "datasetfieldtype" already exists PER01000: Got SQLException executing statement "ALTER TABLE FILEMETADATA_DATAFILECATEGORY ADD CONSTRAINT FK_FILEMETADATA_DATAFILECATEGORY_fileMetadatas_ID FOREIGN KEY (fileMetadatas_ID) REFERENCES FILEMETADATA (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_filemetadata_datafilecategory_filemetadatas_id" for relation "filemetadata_datafilecategory" already exists PER01000: Got SQLException executing statement "ALTER TABLE FILEMETADATA_DATAFILECATEGORY ADD CONSTRAINT FK_FILEMETADATA_DATAFILECATEGORY_fileCategories_ID FOREIGN KEY (fileCategories_ID) REFERENCES DATAFILECATEGORY (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_filemetadata_datafilecategory_filecategories_id" for relation "filemetadata_datafilecategory" already exists PER01000: Got SQLException executing statement "ALTER TABLE dataverse_citationDatasetFieldTypes ADD CONSTRAINT FK_dataverse_citationDatasetFieldTypes_dataverse_id FOREIGN KEY (dataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataverse_citationdatasetfieldtypes_dataverse_id" for relation "dataverse_citationdatasetfieldtypes" already exists PER01000: Got SQLException executing statement "ALTER TABLE dataverse_citationDatasetFieldTypes ADD CONSTRAINT dataverse_citationDatasetFieldTypes_citationdatasetfieldtype_id FOREIGN KEY (citationdatasetfieldtype_id) REFERENCES DATASETFIELDTYPE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "dataverse_citationdatasetfieldtypes_citationdatasetfieldtype_id" for relation "dataverse_citationdatasetfieldtypes" already exists PER01000: Got SQLException executing statement "ALTER TABLE dataversesubjects ADD CONSTRAINT FK_dataversesubjects_dataverse_id FOREIGN KEY (dataverse_id) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversesubjects_dataverse_id" for relation "dataversesubjects" already exists PER01000: Got SQLException executing statement "ALTER TABLE dataversesubjects ADD CONSTRAINT FK_dataversesubjects_controlledvocabularyvalue_id FOREIGN KEY (controlledvocabularyvalue_id) REFERENCES CONTROLLEDVOCABULARYVALUE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataversesubjects_controlledvocabularyvalue_id" for relation "dataversesubjects" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSE_METADATABLOCK ADD CONSTRAINT FK_DATAVERSE_METADATABLOCK_Dataverse_ID FOREIGN KEY (Dataverse_ID) REFERENCES DVOBJECT (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataverse_metadatablock_dataverse_id" for relation "dataverse_metadatablock" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATAVERSE_METADATABLOCK ADD CONSTRAINT FK_DATAVERSE_METADATABLOCK_metadataBlocks_ID FOREIGN KEY (metadataBlocks_ID) REFERENCES METADATABLOCK (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_dataverse_metadatablock_metadatablocks_id" for relation "dataverse_metadatablock" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELD_CONTROLLEDVOCABULARYVALUE ADD CONSTRAINT FK_DATASETFIELD_CONTROLLEDVOCABULARYVALUE_DatasetField_ID FOREIGN KEY (DatasetField_ID) REFERENCES DATASETFIELD (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_datasetfield_controlledvocabularyvalue_datasetfield_id" for relation "datasetfield_controlledvocabularyvalue" already exists PER01000: Got SQLException executing statement "ALTER TABLE DATASETFIELD_CONTROLLEDVOCABULARYVALUE ADD CONSTRAINT DTASETFIELDCONTROLLEDVOCABULARYVALUEcntrolledVocabularyValuesID FOREIGN KEY (controlledVocabularyValues_ID) REFERENCES CONTROLLEDVOCABULARYVALUE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "dtasetfieldcontrolledvocabularyvaluecntrolledvocabularyvaluesid" for relation "datasetfield_controlledvocabularyvalue" already exists PER01000: Got SQLException executing statement "ALTER TABLE WorkflowStepData_STEPPARAMETERS ADD CONSTRAINT FK_WorkflowStepData_STEPPARAMETERS_WorkflowStepData_ID FOREIGN KEY (WorkflowStepData_ID) REFERENCES WORKFLOWSTEPDATA (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_workflowstepdata_stepparameters_workflowstepdata_id" for relation "workflowstepdata_stepparameters" already exists PER01000: Got SQLException executing statement "ALTER TABLE WorkflowStepData_STEPSETTINGS ADD CONSTRAINT FK_WorkflowStepData_STEPSETTINGS_WorkflowStepData_ID FOREIGN KEY (WorkflowStepData_ID) REFERENCES WORKFLOWSTEPDATA (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_workflowstepdata_stepsettings_workflowstepdata_id" for relation "workflowstepdata_stepsettings" already exists PER01000: Got SQLException executing statement "ALTER TABLE ExplicitGroup_CONTAINEDROLEASSIGNEES ADD CONSTRAINT FK_ExplicitGroup_CONTAINEDROLEASSIGNEES_ExplicitGroup_ID FOREIGN KEY (ExplicitGroup_ID) REFERENCES EXPLICITGROUP (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_explicitgroup_containedroleassignees_explicitgroup_id" for relation "explicitgroup_containedroleassignees" already exists PER01000: Got SQLException executing statement "ALTER TABLE EXPLICITGROUP_AUTHENTICATEDUSER ADD CONSTRAINT FK_EXPLICITGROUP_AUTHENTICATEDUSER_ExplicitGroup_ID FOREIGN KEY (ExplicitGroup_ID) REFERENCES EXPLICITGROUP (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_explicitgroup_authenticateduser_explicitgroup_id" for relation "explicitgroup_authenticateduser" already exists PER01000: Got SQLException executing statement "ALTER TABLE EXPLICITGROUP_AUTHENTICATEDUSER ADD CONSTRAINT EXPLICITGROUP_AUTHENTICATEDUSER_containedAuthenticatedUsers_ID FOREIGN KEY (containedAuthenticatedUsers_ID) REFERENCES AUTHENTICATEDUSER (ID)": org.postgresql.util.PSQLException: ERROR: constraint "explicitgroup_authenticateduser_containedauthenticatedusers_id" for relation "explicitgroup_authenticateduser" already exists PER01000: Got SQLException executing statement "ALTER TABLE explicitgroup_explicitgroup ADD CONSTRAINT FK_explicitgroup_explicitgroup_explicitgroup_id FOREIGN KEY (explicitgroup_id) REFERENCES EXPLICITGROUP (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_explicitgroup_explicitgroup_explicitgroup_id" for relation "explicitgroup_explicitgroup" already exists PER01000: Got SQLException executing statement "ALTER TABLE explicitgroup_explicitgroup ADD CONSTRAINT FK_explicitgroup_explicitgroup_containedexplicitgroups_id FOREIGN KEY (containedexplicitgroups_id) REFERENCES EXPLICITGROUP (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_explicitgroup_explicitgroup_containedexplicitgroups_id" for relation "explicitgroup_explicitgroup" already exists PER01000: Got SQLException executing statement "ALTER TABLE PendingWorkflowInvocation_LOCALDATA ADD CONSTRAINT PndngWrkflwInvocationLOCALDATAPndngWrkflwInvocationINVOCATIONID FOREIGN KEY (PendingWorkflowInvocation_INVOCATIONID) REFERENCES PENDINGWORKFLOWINVOCATION (INVOCATIONID)": org.postgresql.util.PSQLException: ERROR: constraint "pndngwrkflwinvocationlocaldatapndngwrkflwinvocationinvocationid" for relation "pendingworkflowinvocation_localdata" already exists PER01000: Got SQLException executing statement "ALTER TABLE VARGROUP_DATAVARIABLE ADD CONSTRAINT FK_VARGROUP_DATAVARIABLE_varsInGroup_ID FOREIGN KEY (varsInGroup_ID) REFERENCES DATAVARIABLE (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_vargroup_datavariable_varsingroup_id" for relation "vargroup_datavariable" already exists PER01000: Got SQLException executing statement "ALTER TABLE VARGROUP_DATAVARIABLE ADD CONSTRAINT FK_VARGROUP_DATAVARIABLE_VarGroup_ID FOREIGN KEY (VarGroup_ID) REFERENCES VARGROUP (ID)": org.postgresql.util.PSQLException: ERROR: constraint "fk_vargroup_datavariable_vargroup_id" for relation "vargroup_datavariable" already exists PER01000: Got SQLException executing statement "CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))": org.postgresql.util.PSQLException: ERROR: relation "sequence" already exists PER01000: Got SQLException executing statement "INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)": org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "sequence_pkey" Detail: Key (seq_name)=(SEQ_GEN) already exists. Command deploy completed with warnings.