Re: [dspace-tech] Null pointer exception when submitting an item via a file

2019-06-10 Thread Marc
Hi Riccardo, I have logged a issue in the DSpace CRIS GitHub Repo for this issue https://github.com/4Science/DSpace/issues/84 This is actually quite an important issue for us, as we want to allow researchers to upload items using files. I am afraid my knowledge of DSpace CRIS is lacking

Re: [dspace-tech] Null pointer exception when submitting an item via a file

2019-06-06 Thread Marc
Dear Riccardo, I think I may have determined one reason why the file upload is not working. In SubmissionLookupJSONRequest.java when doing the BTE transformation, it creates a new TransformationSpec, but the creation fails with a null pointer error. Line 293. I will create a new issue against

Re: [dspace-tech] Null pointer exception when submitting an item via a file

2019-06-05 Thread Marc
Dear Riccardo, Thank you for the quick response. The New Submission, import a file is no longer stopping and no error is logged in dspace log. But no data is being read from the file, both in preview mode and direct import into a collection. I will try and debug into the code a little more

Re: [dspace-tech] Null pointer exception when submitting an item via a file

2019-06-05 Thread Fazio Riccardo
Dear Marc, I put a fix ( https://github.com/4Science/DSpace/commit/49bf2bcb60d13163a7aeac61c24c2280fe7b382e ) into github dspace-5_x_x-cris branch; try to update thanks for pointing this out regards Riccardo On Tue, 2019-06-04 at 08:58 -0700, Marc wrote: > Dear List, > > As requested, I am