Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-10-02 Thread Evans, Kevin
Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: 08 August 2013 08:26 To: Evans, Kevin Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata Hi Kevin, Adán was so kind to submit

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-08 Thread helix84
Hi Kevin, Adán was so kind to submit a patch. Please, try replacing the MetadataExport.java file with this one and report back whether it woks and what error do you see:

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-07 Thread Evans, Kevin
: Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata On Fri, Aug 2, 2013 at 10:29 AM, Evans, Kevin kevin.ev...@exeter.ac.uk wrote: Thanks We are using Dspace 1.8.2. Does the code occur in the package you mention? Yes, it hasn't changed: https://github.com/DSpace/DSpace/blob

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-07 Thread helix84
No, that's completely harmless. Details are here: https://jira.duraspace.org/browse/DS-1448 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-06 Thread helix84
On Fri, Aug 2, 2013 at 2:08 PM, Evans, Kevin kevin.ev...@exeter.ac.uk wrote: at org.dspace.app.bulkedit.MetadataExport.main(MetadataExport.java:260) OK, that should help. Let's see:

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-06 Thread helix84
I filed a Jira issue: https://jira.duraspace.org/browse/DS-1614 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Get 100%

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-02 Thread Evans, Kevin
: [Dspace-tech] java.lang.NullPointerException when exporting metadata Assuming you're running DSpace 3, here's the offending line: https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-xmlui/src/main/java/org/dspace/app/xmlui/cocoon/MetadataExportReader.java#L187 There are several things

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-02 Thread helix84
On Fri, Aug 2, 2013 at 10:29 AM, Evans, Kevin kevin.ev...@exeter.ac.uk wrote: Thanks We are using Dspace 1.8.2. Does the code occur in the package you mention? Yes, it hasn't changed:

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-02 Thread Evans, Kevin
] java.lang.NullPointerException when exporting metadata On Fri, Aug 2, 2013 at 10:29 AM, Evans, Kevin kevin.ev...@exeter.ac.uk wrote: Thanks We are using Dspace 1.8.2. Does the code occur in the package you mention? Yes, it hasn't changed: https://github.com/DSpace/DSpace/blob/dspace-1.8.2/dspace-xmlui/dspace

[Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-01 Thread Evans, Kevin
Hi, We are having an issue with some of our collections coming back with a java.lang.NullPointerException When running export metadata. I have performed an index-update but hasn't fixed it. Any advice please Kevin Kevin Evans Systems Developer, Research Collaborative Systems, Enterprise

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-01 Thread helix84
On Thu, Aug 1, 2013 at 4:05 PM, Evans, Kevin kevin.ev...@exeter.ac.uk wrote: We are having an issue with some of our collections coming back with a java.lang.NullPointerException Hi Kevin, that is a generic exception, we can't help without the full stacktrace, including the Caused by: lines.

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-01 Thread Evans, Kevin
725573 -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: 01 August 2013 15:23 To: Evans, Kevin Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata On Thu, Aug 1, 2013

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-01 Thread helix84
Assuming you're running DSpace 3, here's the offending line: https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-xmlui/src/main/java/org/dspace/app/xmlui/cocoon/MetadataExportReader.java#L187 There are several things that could possibly be null: out, csv and csv.toString() and