Skip to content

Exit-Daten können nicht in SQLite-DB eingefügt werden

Steps to reproduce:

ssh sdvlzarossanity
sudo su -
cd /usr/local/bin/rosettaExitStrategy/
DATE="$(date +%Y-%m-%d_%H-%M-%S)"
perl /usr/local/bin/rosettaExitStrategy/perl/exit_strategy.pl --recovery --sqlitedb-file="/tmp/exit_${DATE}.db" "/mnt/rosetta-dev/permanent_storage/"
(...)
DBD::SQLite::st execute failed: UNIQUE constraint failed: aip.ie_id, aip.version at /usr/local/bin/rosettaExitStrategy/perl/exit_strategy.pl line 250, <$fh> line 3726.
Rollback, because DBD::SQLite::st execute failed: UNIQUE constraint failed: aip.ie_id, aip.version at /usr/local/bin/rosettaExitStrategy/perl/exit_strategy.pl line 250, <$fh> line 3726.

DBD::SQLite::st execute failed: UNIQUE constraint failed: aip.ie_id, aip.version at /usr/local/bin/rosettaExitStrategy/perl/exit_strategy.pl line 250, <$fh> line 3727.
Rollback, because DBD::SQLite::st execute failed: UNIQUE constraint failed: aip.ie_id, aip.version at /usr/local/bin/rosettaExitStrategy/perl/exit_strategy.pl line 250, <$fh> line 3727.