EPrints Technical Mailing List Archive
Message: #05515
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] Importer issue with RIOXX plugin?
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: Re: [EP-tech] Importer issue with RIOXX plugin?
- From: Adam Field <Adam.Field@jisc.ac.uk>
- Date: Tue, 22 Mar 2016 15:11:02 +0000
What happens if you do:
my $ds = $repo->dataset('buffer');
$eprint = $ds->create_dataobj ();
From: <eprints-tech-bounces@ecs.soton.ac.uk> on behalf of "Alan.Stiles" <alan.stiles@open.ac.uk>
Reply-To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk> Date: Tuesday, 22 March 2016 10:54 To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk> Subject: [EP-tech] Importer issue with RIOXX plugin? Hi all, Has anyone else encountered a problem with adding new eprints using $ep_data{'eprint_status'}="buffer"; my $eprint = $ds->create_dataobj( \%ep_data ); On a system with the RIOXX2 plugin installed? It seemed to be falling over with a Can't call method "current_repository" on an undefined value at /opt/eprints3/perl_lib/EPrints/BackCompatibility.pm line 443. When trying to process this loop: https://github.com/eprints/eprints/blob/3.3/perl_lib/EPrints/DataObj.pm#L1639 for a RIOXX2 field, although I see that the MetaField::RIOXX2::to_sax method does nothing… when I removed the plugin the new creations process worked fine, but with the RIOXX2 plugin installed it just fails on the same record and line every time. Cheers, Alan Stiles Digital Repository Developer Library Services, The Open University Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Services Limited is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under company number 2881024, VAT number GB 197 0632 86. The registered office is: One Castle Park, Tower Hill, Bristol BS2 0JA. T 0203 697 5800. |
- Prev by Date: Re: [EP-tech] Importer issue with RIOXX plugin?
- Next by Date: Re: [EP-tech] Importer issue with RIOXX plugin?
- Previous by thread: Re: [EP-tech] Importer issue with RIOXX plugin?
- Next by thread: Re: [EP-tech] Importer issue with RIOXX plugin?
- Index(es):