Re: [dspace-tech] Re: ERROR oai import

2019-03-07 Thread Claudia Jürgen
Hi Freddy, that is the same error as before, see Tim's answer from the 28th of February for details. Track down the item in question and correct it before creating the oai index. cu Claudia Jürgen Am 07.03.2019 um 06:40 schrieb Freddy Guerrero: Hi Claudia Yes, execute: $DSPACE/bin/dspace

Re: [dspace-tech] Re: ERROR oai import

2019-03-06 Thread Freddy Guerrero
Hi Claudia Yes, execute: $DSPACE/bin/dspace oai clean-cache $DSPACE/bin/dspace oai import -c i have error: java.lang.NullPointerException at org.dspace.storage.bitstore.BitstreamStorageServiceImpl.retrieve(BitstreamStorageServiceImpl.java:216) at

Re: [dspace-tech] Re: ERROR oai import

2019-03-05 Thread Claudia Jürgen
Hello Freddy, did you recreate the oai index after having corrected the items? This is done with [dspace]/bin/dspace oai -c import Hope this helps Claudia Jürgen Am 06.03.2019 um 07:22 schrieb Freddy Guerrero: Hello Claudia Thanks for your help, run the script and I left the items that

Re: [dspace-tech] Re: ERROR oai import

2019-03-05 Thread Freddy Guerrero
Hello Claudia Thanks for your help, run the script and I left the items that were not licensed, then one by one I added the license, and actually the license file was generated. I run the script again and the same items keep coming up, should I run something else? Regards, Freddy El

Re: [dspace-tech] Re: ERROR oai import

2019-03-01 Thread Claudia Jürgen
Hello Freddy, you can query the database: select * from item where in_archive=true and uuid not in (select item_id from item2bundle join metadatavalue on item2bundle.bundle_id=metadatavalue.dspace_object_id where metadata_field_id in (select metadata_field_id from metadatafieldregistry where