Jose Blanco
2006-09-21 20:48:23 UTC
It seems like my cleanup routine is not working. As soon as it tries to
delete the 1st item it needs to delete it gets the following error:
DEBUG org.dspace.storage.bitstore.BitstreamStorageManager @ Deleted
bitstream 47749 (file
/l1/dspace/repository/dev/assetstore/59/82/63/598263743033612961148868350549
64859950) with result false
2006-09-21 16:24:14,989 FATAL org.dspace.storage.bitstore.Cleanup @ Caught
exception:
java.lang.NullPointerException
at
org.dspace.storage.bitstore.BitstreamStorageManager.deleteParents(BitstreamS
torageManager.java:740)
at
org.dspace.storage.bitstore.BitstreamStorageManager.cleanup(BitstreamStorage
Manager.java:673)
at org.dspace.storage.bitstore.Cleanup.main(Cleanup.java:67)
4886835054964859950dspace/repository/dev/assetstore/59/82/63/598263743033612
9611
ls:
/l1/dspace/repository/dev/assetstore/59/82/63/598263743033612961148868350549
64859950: No such file or directory
It seems like the bitstream it's trying to delete is not there and this
causes the program to terminate. I looked in the archive for a solution to
this problem, but was not clear what to do. Is there a way to get cleanup
to work?
Thanks!
delete the 1st item it needs to delete it gets the following error:
DEBUG org.dspace.storage.bitstore.BitstreamStorageManager @ Deleted
bitstream 47749 (file
/l1/dspace/repository/dev/assetstore/59/82/63/598263743033612961148868350549
64859950) with result false
2006-09-21 16:24:14,989 FATAL org.dspace.storage.bitstore.Cleanup @ Caught
exception:
java.lang.NullPointerException
at
org.dspace.storage.bitstore.BitstreamStorageManager.deleteParents(BitstreamS
torageManager.java:740)
at
org.dspace.storage.bitstore.BitstreamStorageManager.cleanup(BitstreamStorage
Manager.java:673)
at org.dspace.storage.bitstore.Cleanup.main(Cleanup.java:67)
4886835054964859950dspace/repository/dev/assetstore/59/82/63/598263743033612
9611
ls:
/l1/dspace/repository/dev/assetstore/59/82/63/598263743033612961148868350549
64859950: No such file or directory
It seems like the bitstream it's trying to delete is not there and this
causes the program to terminate. I looked in the archive for a solution to
this problem, but was not clear what to do. Is there a way to get cleanup
to work?
Thanks!