DSpace Bot
DSpace Bot
adan.roman said: I was debugging and the error comes from MostRecentChecksumDAOImpl. We can avoid this error deleting related bundles: diff --git a/dspace-api/src/main/java/org/dspace/checker/dao/impl/MostRecentChecksumDAOImpl.java b/dspace-api/src/main/java/org/dspace/checker/dao/impl/MostRecentChecksumDAOImpl.java index 2cff889..ec72889 100644 — a/dspace-api/src/main/java/org/dspace/checker/dao/impl/MostRecentChecksumDAOImpl.java +++ b/dspace-api/src/main/java/org/dspace/checker/dao/impl/MostRecentChecksumDAOImpl.java...
tdonohue said: Adan Roman: thanks for noting your fix. I'd recommend creating a Pull Request out of that to get more feedback. Simply removing the bitstream from the Bundle prior...
adan.roman said: Pull request setting null the related bitstream of the bundle https://github.com/DSpace/DSpace/pull/2226
arieljlira said: Same issue here with dspace 5.9 while deleting almost 15000 bitstreams marked as deleted in the database. dspace cleanup -v throws: - Deleting bitstream record from database (ID:...
haoueclf said: We ran into this issue while trying to run the CLI Cleanup Task manually. This issue is due to the reference of the bitstream in the table bundle....
misilot said: I tried applying PR2992, and it applies cleanly on 6_x, however after running dspace cleanup -v again, it "says" the bitstreams were deleted, however if you look at...
misilot said: New error ERROR: update or delete on table "bitstream" violates foreign key constraint "bundle2bitstream_bitstream_id_fkey" on table "bundle2bitstream" Detail: Key (uuid)=(cb5d26a1-e42e-4e25-8081-726ea70b3aaa) is still referenced from table "bundle2bitstream".
Is related to: DS-4366
Is related to: DS-3074