[Dspace-tech] problem DOI

2014-04-09 Thread Sig. Gaetano RUFINO
Hello, We made ​​the move to dspace 4.1 with java 1.8 and tomcat 7. We are experiencing a problem with the DOI that we did not have before: /dspace/bin/dspace doi-organiser -u -q Exception: Can't find crosswalk 'DataCite'! java.lang.RuntimeException: Can't find crosswalk 'DataCite'!

Re: [Dspace-tech] Maven - Local Code as a Maven Project

2014-04-09 Thread Christian Scheible
Thanks for your answers. I am now using the additions module which comes with dspace. The reason why I tried to use my own module have been dependency problems after adding dependencies to additions/pom.xml. But I found out that it was a problem with transitive dependencies

Re: [Dspace-tech] dsapce - submission error...

2014-04-09 Thread Anja Le Blanc
There is not much information to go on with... Check the file permissions for the assetstore and all its sub directories. Tomcat needs to be able write there. Otherwise look in your dspace log file for error messages; they probably say a bit more what dspace was trying to do. Regards, Anja

[Dspace-tech] Question about importing CSV files in dspace

2014-04-09 Thread IPEN/GDS-Informática
Dear, Please, someone could help on a problem that I am having to import CSV files into dspace. The CSV file has over 4,000 lines and when I import via the command line, the dspace imports only 2,260 lines. How do I fix this? Thanks for the help! -- Carlos ANISIO Monteiro mca...@gmail.com

Re: [Dspace-tech] Question about importing CSV files in dspace

2014-04-09 Thread emilio lorenzo
We had a similar problem due to null values in the database in some records... (Dspace 1.8) . The bulk import failed without any messge... We use a fragmentation aproach to identify which record(s) was causing the problem, just divide the csv into chunks... Fragment the csv into pieces

Re: [Dspace-tech] LDAPAuthentication: email always overwritten with netid

2014-04-09 Thread Daniel Scharon
Hi all, just as a reference to better understand what I meant, this already had been reported: http://dspace.2283337.n4.nabble.com/DSpace-LDAP-authentication-problem-td4665853.html#a4668861 Attached is a patch to solve this issue. Best regards, Daniel -- Daniel Scharon KIM, Room B 705

[Dspace-tech] SOLR problem Dspace 3.x - command update-discovery-index

2014-04-09 Thread Hernan Carvajal Briceño
Hi, I'm having the following error when execute update-discovery-index command: [root@dspace bin]# /usr/share/dspace/bin/dspace update-discovery-index -o INFO [main] (DSpaceKernelInit.java:52) - Created new kernel:

[Dspace-tech] changing item mapper layout

2014-04-09 Thread Graham Faulkner
Hi all, I added a thesis advisor field to our submission form (via /dspace/config/input-forms.xml, and mapping the new 'supervisor' field to dc.contributor.advisor). However, I ran into some unintended side effects that I need some help with: 1. The emails sent to collection

Re: [Dspace-tech] SOLR problem Dspace 3.x - command update-discovery-index

2014-04-09 Thread Terry Brady
When I run update-discovery-index or oai with the -o option, I find that error occurs regularly for me as well. Since my system behaves normally, I have presumed that was a quirk related to the -o option. Terry On Wed, Apr 9, 2014 at 1:09 PM, Hernan Carvajal Briceño hernan.hcarva...@gmail.com