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

2013-10-02 Thread Evans, Kevin
.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 a patch. Please, try replacing

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: https://raw.github.com/muelle/DSpace/9fd599653bb16a5a915bb3d8f820b5a5abab60d3/dspace-api/src/main/java/org/dspace/app/bulkedit/

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-07 Thread Evans, Kevin
: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata On Fri, Aug 2, 2013 at 10:29 AM, Evans, Kevin wrote: > Thanks We are using Dspace 1.8.2. > > Does the code occur in the package you mention? Yes, it hasn't ch

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% visibilit

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 wrote: > at > org.dspace.app.bulkedit.MetadataExport.main(MetadataExport.java:260) OK, that should help. Let's see: https://github.com/DSpace/DSpace/blob/dspace-1.8.2/dspace-api/src/main/java/org/dspace/app/bulkedit/MetadataExport.java#L260

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

2013-08-02 Thread Evans, Kevin
t: Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata On Fri, Aug 2, 2013 at 10:29 AM, Evans, Kevin 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/dspac

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 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-xmlui-api/src/main/java/org/dspace/app/xmlui/cocoon/MetadataE

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

2013-08-02 Thread Evans, Kevin
: Re: [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 sever

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 csv.toString().

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

2013-08-01 Thread Evans, Kevin
von, EX4 4QE 01392 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 O

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 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. Also, which command e