SSHOC / sshoc-marketplace-backend

Code for the backend
Apache License 2.0
2 stars 0 forks source link

Error while updating a vocabulary #108

Closed dpancic closed 1 year ago

dpancic commented 3 years ago

In GitLab by @tparkola on Aug 27, 2021, 08:37

During updating a vocabulary https://gitlab.gwdg.de/sshoc/vocabularies/-/blob/master/eosc/life-cycle-status/eosc-life-cycle-status.ttl the following occurs:

24-08-2021 15:37:43.902 [http-nio-8080-exec-6] ERROR o.h.e.jdbc.spi.SqlExceptionHelper.logExceptions - ERROR: duplicate key value violates unique constraint "uk_q4000edxs79g5yxv7p1y2kpxi" Detail: Key (uri)=(https://vocabs.dariah.eu/eosc-life-cycle-status/life_cycle_status-alpha) already exists. 24-08-2021 15:37:43.931 [http-nio-8080-exec-6] ERROR e.s.m.c.MarketplaceExceptionHandler.handleServerError - Runtime exception org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a]; constraint [uk_q4000edxs79g5yxv7p1y2kpxi]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement

Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "uk_q4000edxs79g5yxv7p1y2kpxi" Detail: Key (uri)=(https://vocabs.dariah.eu/eosc-life-cycle-status/life_cycle_status-alpha) already exists.

dpancic commented 3 years ago

In GitLab by @tparkola on Aug 30, 2021, 08:31

@KlausIllmayer can you check in DB whether the concept https://vocabs.dariah.eu/eosc-life-cycle-status/life_cycle_status-alpha exists in another vocabulary?

dpancic commented 3 years ago

In GitLab by @vronk on Oct 25, 2021, 15:44

Is this incident still relevant? @KlausIllmayer can you check on @tparkola's question?

dpancic commented 2 years ago

In GitLab by @vronk on Jan 31, 2022, 15:50

I believe this is obsolete. Reopen if still needed.

dpancic commented 2 years ago

In GitLab by @vronk on Jan 31, 2022, 15:50

changed the status to Resolved by closing the incident