Re: [Dspace-tech] dspace import throws NullPointerException

2015-07-30 Thread Stefan Fritzsche
Hello Claudia, thanks for your reply. I got the same problem when i use the replace options instead the add. Should i report both as one issues or should be open a issue for each case? Kind regards, Stefan On 07/30/2015 01:44 PM, Claudia Jürgen wrote: Hello Stefan, you are right this looks

Re: [Dspace-tech] dspace import throws NullPointerException

2015-07-30 Thread Claudia Jürgen
Hello Stefan, you are right this looks (not tested it) like a bug in: https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/app/itemimport/ItemImport.java#L736 addItem(c, mycollections, sourceDir, dircontents[i], mapOut, template); should be addItem(c, clist,

Re: [Dspace-tech] Nested Metadata

2015-07-30 Thread Mark H. Wood
On Wed, Jul 29, 2015 at 04:06:19PM -0400, Peter Dietz wrote: Has anyone stored nested / rich metadata in DSpace? An example I'm thinking of is for storing richer amounts of metadata for an object. For example: - Author - first-name: Peter - last-name: Dietz -

Re: [Dspace-tech] HTTP Status 500 - com.lyncode.xoai.dataprovider.exceptions.WritingXmlException: Error trying to output ''

2015-07-30 Thread euler
Hello Adan, The suggestion of Kosmas to add -Dfile.encoding=UTF-8 to my Java solved my problem. Thanks for the response. Best regards, euler -- View this message in context:

Re: [Dspace-tech] About to Create Multiple Instance for Dspace-5.2-src-release

2015-07-30 Thread Luiz dos Santos
Hi, Another way is just dump the database and upload it in the another bd (If you are using postegres): = http://www.postgresql.org/docs/9.4/static/app-pgdump.html 1th server pg_dump $HOME/exports/dspace-export-to-another-server.sql 2th server shutdown the tomcat dropdb -U dspace name

Re: [Dspace-tech] HTTP Status 500 - com.lyncode.xoai.dataprovider.exceptions.WritingXmlException: Error trying to output ''

2015-07-30 Thread euler
Hi Kosmas, Thanks a lot for your response. I'm actually worried that this is a serious error. I am now harvesting successfully. Best regards, euler -- View this message in context:

[Dspace-tech] Mirage2 authority lookup popup

2015-07-30 Thread alastair.duncan
Hi, I've created 2 authorities one which extends the person authority and looks up the person from Active Directory and one that looks up projects from Gateway to Research, GtR is not yet complete. The GtR requires more work as the authority lookup popup does not have the functionality that

[Dspace-tech] Now available: DSpace 5.3 release, providing bug and security fixes to 5.x

2015-07-30 Thread Tim Donohue
Dear DSpace Community: On behalf of the DSpace developers, I would like to formally announce that DSpace 5.3 is now available. DSpace 5.3 is a bug-fix and (minor) security release and contains no new features. DSpace 5.3 can be downloaded immediately from:

Re: [Dspace-tech] dspace import throws NullPointerException

2015-07-30 Thread Claudia Jürgen
Hello Stefan, file one, they are most likely closely related. Sunny greetings Claudia Am 30.07.2015 um 14:02 schrieb Stefan Fritzsche: Hello Claudia, thanks for your reply. I got the same problem when i use the replace options instead the add. Should i report both as one issues or should

[Dspace-tech] Question about search in DSpace 5.2

2015-07-30 Thread George Stanley Kozak
Hi... I am using DSpace 5.2 XMLUI (Mirage 2 theme - modified). Some users have reported to me that search doesn't seem to respect quoted phrases, to mean an exact phrase search. If you search on Cornell University within, say, title. You get a lot of titles without that exact phrase. Is

[Dspace-tech] Need Advice on DSpace Upload Error

2015-07-30 Thread Matt Sherman
Hi all, I could use some help diagnosing an upload error I am getting when I try to upload files. Any assistance would be appreciated as I am unsure what the issues is. The error message is posted below. Thanks for any assistance you can provide. Matt Sherman Problem in creating the Request

Re: [Dspace-tech] Need Advice on DSpace Upload Error

2015-07-30 Thread Mark H. Wood
On Thu, Jul 30, 2015 at 02:50:48PM -0400, Matt Sherman wrote: Hi all, I could use some help diagnosing an upload error I am getting when I try to upload files. Any assistance would be appreciated as I am unsure what the issues is. The error message is posted below. Thanks for any

Re: [Dspace-tech] HTTP Status 500 - com.lyncode.xoai.dataprovider.exceptions.WritingXmlException: Error trying to output ''

2015-07-30 Thread Kosmas Kaifel
Hello Euler, until yesterday I had the same problem and I could fix this problem with: Befor you start Tomcat you must set an environment variable: JAVA_OPTS=-Dfile.encoding=UTF-8 Best luck Am 30.07.2015 um 00:45 schrieb euler: Dear All, I'm having trouble trying to harvest from a

Re: [Dspace-tech] discovery facet by collection

2015-07-30 Thread Pablo Buenaposada
This is the sidebar facet in discovery.xml that works showing the collection bean id=searchFilterCollection class=org.dspace.discovery.configuration.DiscoverySearchFilterFacet property name=indexFieldName value=location.coll/ property name=metadataFields list

[Dspace-tech] How to find item with strange metadata value of |||

2015-07-30 Thread Alan Orth
Hi, I've got an strange metadata value shown in one of our XMLUI Discovery sidebar facets, and I'm not sure how to find the offending item to fix it. The value is displaying as |||, and I've narrowed down the collection the item belongs to by navigating through my communities and looking at the

Re: [Dspace-tech] HTTP Status 500 - com.lyncode.xoai.dataprovider.exceptions.WritingXmlException: Error trying to output ''

2015-07-30 Thread Adan Román Ruiz
Hi Euler Can oai write cache? Check permisions and owner of /(dspace instalation)/var/* regards Dear All, I'm having trouble trying to harvest from a repository I'm working on. I am receiving this error for all the metadataPrefix. Below is the error: HTTP Status 500 -

Re: [Dspace-tech] Need Advice on DSpace Upload Error

2015-07-30 Thread Matt Sherman
I was suspecting as much, but I hadn't seen that error before so I wasn't sure. Time to talk to IT. Thanks. On Jul 30, 2015 3:04 PM, Mark H. Wood mw...@iupui.edu wrote: On Thu, Jul 30, 2015 at 02:50:48PM -0400, Matt Sherman wrote: Hi all, I could use some help diagnosing an upload error I

[Dspace-tech] dspace import throws NullPointerException

2015-07-30 Thread Stefan Fritzsche
Dear Members, i try to ingest some content with the commandline tool dspace import. I want to ingest the content via the Simple Archive Format (https://wiki.duraspace.org/display/DSDOC5x/Importing+and+Exporting+Items+via+Simple+Archive+Format). The ingest is started with dspace@server dspace