Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
None
-
DevOps Sprint 116
-
FOLIO DevOps
Description
Investigate new, repeatable build-platform-complete-snapshot job failure. Error message:
fatal: [10.36.1.158]: FAILED! => {"changed": false, "connection": "close", "content": "POST request for mod-data-export-spring-1.0.5-SNAPSHOT.93 /_/tenant failed with 500: Liquibase error: Migration failed for change set classpath:db/changelog/changes/create-db.xml::MODEXPS-1@@create-job-table::prokhorovalexey: Reason: liquibase.exception.DatabaseException: ERROR: function gen_random_uuid() does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 63 [Failed SQL: (0) CREATE TABLE diku_mod_data_export_spring.job (id UUID DEFAULT gen_random_uuid() NOT NULL, name VARCHAR(100), description TEXT, source VARCHAR(50), is_system_source BOOLEAN, type EXPORTTYPE NOT NULL, export_type_specific_parameters JSONB NOT NULL, status JOBSTATUS DEFAULT 'SCHEDULED', files JSONB, start_time TIMESTAMP WITHOUT TIME ZONE, end_time TIMESTAMP WITHOUT TIME ZONE, created_date TIMESTAMP WITHOUT TIME ZONE DEFAULT NOW() NOT NULL, created_by_user_id UUID, created_by_username VARCHAR(50), updated_date TIMESTAMP WITHOUT TIME ZONE, updated_by_user_id UUID, updated_by_username VARCHAR(50), output_format VARCHAR(50), error_details TEXT, batch_status BATCHSTATUS, exit_status JSONB, CONSTRAINT pk_job PRIMARY KEY (id))]", "content_length": "1192", "content_type": "text/plain", "elapsed": 123, "msg": "Status code was 400 and not [200]: HTTP Error 400: Bad Request", "redirected": false, "status": 400, "url": "http://10.36.1.158:9130/_/proxy/tenants/diku/install?deploy=true&tenantParameters=loadReference%3Dtrue%2CloadSample%3Dtrue", "vary": "origin"}