[dspace-tech] dspace-replication

2019-04-09 Thread Jose Blanco
When I run this command, I get "Cannot write to filled bag", not sure what that means?: ./dspace curate -t transmitaip -i 2027.42/57773 -v Adding task: transmitaip Starting curation Curating id: 2027.42/57773 Exception: Cannot write to filled bag -- All messages to this mailing list should

[dspace-tech] Re: dspace-replication

2019-04-09 Thread Jose Blanco
I see the issue, it had an entry in the [dspace]/replicate dir. On Tue, Apr 9, 2019 at 3:23 PM Jose Blanco wrote: > > When I run this command, I get "Cannot write to filled bag", not sure > what that means?: > > ./dspace curate -t transmitaip -i 2027.42/57773 -v > > Adding task: transmitaip > >

[dspace-tech] OAI_PMH enable problem

2019-04-09 Thread vinod awasare
dear sir, i have given the path of oai into server.xml(C:\Program Files\Apache Software Foundation\Tomcat 8.5\conf\server.xml) . But 197.168.68.37:8080/oai shows error HTTP Status 404 - /oai type Status report message /oai description The requested resource is not available.

[dspace-tech] Re: Generate New Customized Reports in Dspace

2019-04-09 Thread Arunendra M. Biswas
Anything on Dspace 5.x, please? On Monday, April 8, 2019 at 6:38:41 PM UTC+5:30, Arunendra M. Biswas wrote: > > How to generate new customized reports in Dspace 5.x/6.x? > -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct:

[dspace-tech] how to configure dspace to run behind a proxy

2019-04-09 Thread Ze Victor Harry
my dspace is fully configured running on an environment where there is a proxy and when I want to register user it shows internal system error because of proxy.I already configured the dspace.cfg like(http.proxy.host =192.168.4.10 http.proxy.port =8080) but it is not working yet do i need

[dspace-tech] Dspace 6.3 after adding Metadata Fields to OAI, import crashes.

2019-04-09 Thread vladd
Hello, I've been trying to add/modify metadatafields in OAI. I've been following steps like here : https://wiki.duraspace.org/display/DSDOC6x/OAI+2.0+Server#OAI2.0Server-Add/RemoveMetadataFields After those tips, I made /dspace/bin/dspace oai import -co. And ended with this error:

[dspace-tech] Re: Null item_id values in the item table & authority keys instead of names in authors browsing

2019-04-09 Thread Liviu Petcu
Update We found that if I update one of those elements by modifying its metadata, the item is relocated to the appropriate author and displayed correctly, but item_id in the table of articles remains the same (null). It seems that those elements have become orphaned somehow ... luni, 8 aprilie

[dspace-tech] Outputting Qualified Dublin Core through DSpace's OAI- proper system configuration?

2019-04-09 Thread tuf04742
Group- We're configuring our DSpace and want to be able to output qualified Dublin Core through OAI. Would someone be able to give us an overview of how the system must be configured to do this? Should be putting field values exclusively in the 'dcterms' schema fields? Or, should we be

[dspace-tech] OAI Dspace 6.3 Add/Edit Metadata fields, crash OAI import

2019-04-09 Thread vladd
Hello, I've been trying to add metadatafields to OAI following these steps: https://wiki.duraspace.org/display/DSDOC6x/OAI+2.0+Server#OAI2.0Server-Add/RemoveMetadataFields After some work, restarted the tomcat8 and the error occurs on "[dspace]/bin/dspace oai import -co" /dspace/bin/dspace

[dspace-tech] OAI Import java.lang.NullPointerException

2019-04-09 Thread Nugroho Raharjo
Hello everyone. I get this error after run oai import command. How to solve this? java.lang.NullPointerException at org.dspace.xoai.app.XOAI.getFileFormats(XOAI.java:92) at org.dspace.xoai.app.XOAI.index(XOAI.java:415) at org.dspace.xoai.app.XOAI.index(XOAI.java:280)

Re: [dspace-tech] OAI Import java.lang.NullPointerException

2019-04-09 Thread MALMQUIST Hrafn
Hi Raharjo This is a bug in 6.3, fixed with a small check for null. https://github.com/DSpace/DSpace/pull/2138 Hrafn From: dspace-tech@googlegroups.com on behalf of Nugroho Raharjo Sent: 09 April 2019 10:27:34 To: DSpace Technical Support Subject:

Re: [dspace-tech] Outputting Qualified Dublin Core through DSpace's OAI- proper system configuration?

2019-04-09 Thread Claudia Jürgen
Hello Gabe, unless you are using a very old instance of dspace, this is already part of the default oai. IIt is at two point configured: a) which metadata format is available in which context in xoai.xml see