Re: [Dspace-tech] Override default facet browse page size

2014-02-20 Thread Hilton Gibson
Hi Terry There is way without modifying source code. See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/SOLR_Discovery/3.2, the sample config. Look for: property name=facetLimit value=20/ This assumes you use DSpace 3.2 of course. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator

Re: [Dspace-tech] OAI2.0 utf-8 encoding problem (dspace 4.0)

2014-02-20 Thread helix84
What about the -Dfile.encoding=UTF-8 option in your JAVA_OPTS? Make sure it's the JAVA_OPTS that Tomcat uses. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] google custume search

2014-02-20 Thread Webshet, Sisay (ILRI)
Hello , For dspace 3.2 xmlui version is there anyone who uses Google custom search where and How. Thanks Sisay -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer -

Re: [Dspace-tech] OAI2.0 utf-8 encoding problem (dspace 4.0)

2014-02-20 Thread Leire Urzelai
Oh, thank you very much. That was the problem. I have installed Tomcat as a service and it doesn't take directly the JAVA_OPTS environment variable. Thank you so much! On Thu, Feb 20, 2014 at 10:44 AM, helix84 heli...@centrum.sk wrote: What about the -Dfile.encoding=UTF-8 option in your

[Dspace-tech] Database Migration Postgresql-- Oracle

2014-02-20 Thread emilio lorenzo
(Sorry, I sent this message to the wrong list (Dspace-General)) Hello, Which aspects or steps have to be taken into account if I need to migrate the Dspace Database from PostgreSQL to Oracle 1. Change JDBC connectors on dspace.cfg 2. Migrate the database (any tips or advices on this point?)

Re: [Dspace-tech] [Dspace-general] Database Migration Postgresql-- Oracle

2014-02-20 Thread emilio lorenzo
I supposed something as complicated as you description:-) Anyone has attempted this migration ? Thanks El 20/02/2014 13:50, helix84 escribió: On Thu, Feb 20, 2014 at 1:31 PM, emilio lorenzo elore...@arvo.es mailto:elore...@arvo.es wrote: 1. Change JDBC connectors on dspace.cfg

Re: [Dspace-tech] oai_dc metadata format [Dspace 1.7.2]

2014-02-20 Thread David Abeijón
Hello, Finally it works. There was a problem with the value of the property Crosswalks.oai_dc=org.dspace.app.oai.OAIDCCrosswalk in the file [dspace]\config\oaicat.properties. Thank you. - David - .. -Mensaje original- De: David Abeijón [mailto:david.abei...@uca.es] Enviado el:

[Dspace-tech] Internal System Error after loading jspui

2014-02-20 Thread sergi.garcia
Hi, After installing Dspace 4.0 a I point my browser to the JSP User Interface: http://dspace.eug.es:8081/jspui The Web page shows an Internal System Error message at the bottom. The XML User Interface, Works fine: http://dspace.eug.es:8081/xmlui I look for the Tomcat logs for error messages

Re: [Dspace-tech] Override default facet browse page size

2014-02-20 Thread Terry Brady
Hilton, Thank you for the suggestion. I am running version 3.1. I had tried modifying this value in discovery.xml yesterday with no success. I will try this again and investigate the results more closely. Thanks, Terry On Thu, Feb 20, 2014 at 4:20 AM, Hilton Gibson

Re: [Dspace-tech] Ldap Authentification and profile

2014-02-20 Thread helix84
On Thu, Feb 20, 2014 at 11:41 AM, Stefanie Behnke s.beh...@online.de wrote: can you please tell me what I should use for especially my case as values: position_field = usydPersonEntitlement groupMapping_field = staff:access,enrolled:access I don't think you need to use these config options

[Dspace-tech] Installing Dspace 4.x on a server running tomcat behind apache that also runs drupal - can't access dspace

2014-02-20 Thread Charlene Chinda Barina
Hi, I'm a bit confused about what's going on in this installation. We're on a virtual server and they are running tomcat behind apache. They've told me to create a subdirectory in /www for dspace, and using tomcat manager, which is www/ccn, I was able to successfully deploy the xmlui webapp from

[Dspace-tech] Off-Topic: Digital Content/Publishing Associate Position at IDB

2014-02-20 Thread Calloni, Rodrigo
Hello everyone Inter-American Development Bank is looking for a Digital Content/Publishing Associate to work with our DSpace and other digital platforms. More information about the vacancy is available here: https://iadbcareers.taleo.net/careersection/external/jobdetail.ftl?job=140578

[Dspace-tech] Off-Topic: Repository/Library Software Developer Position at IDB

2014-02-20 Thread Calloni, Rodrigo
Hello everyone Inter-American Development Bank is looking for a Repository/Library Software Developer to work supporting our DSpace and other Library platforms. More information about the vacancy is available here:

Re: [Dspace-tech] Override default facet browse page size

2014-02-20 Thread Hilton Gibson
Hi Terry Did you rebuild DSpace and then rebuild the Discovery indexes? Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758

Re: [Dspace-tech] google custume search

2014-02-20 Thread Nisreen Qabbani
I think that in any problem you version the system and I think this link is useful https://wiki.duraspace.org/display/DSDOC4x/Search+Engine+Optimization Good luck On Thu, Feb 20, 2014 at 2:50 PM, Webshet, Sisay (ILRI) s.webs...@cgiar.orgwrote: Hello , For dspace 3.2 xmlui version is

[Dspace-tech] cocoon profiler, or diagnosing dspace slowness

2014-02-20 Thread Ingram, William A
Hi all, Has anyone used the cocoon profiler with dspace? We're having some slowness issues, and I'm trying to track down the cause. The profiler is supposed to show how much time is spent on each part of the pipeline. I can't get it to work, and I'm not sure it even does work with this version

Re: [Dspace-tech] Ldap Authentification and profile

2014-02-20 Thread Keir Vaughan-Taylor
The screenshot doesn;t show a user role field, in which case just leave the config changes out. the code should pick up mail, given name and so on. the screenshot may have cut off the other fields On Thu, 2014-02-20 at 11:41 +0100, Stefanie Behnke wrote: can you please tell me what I should

Re: [Dspace-tech] OAI validation for Dspace 3.0 failure

2014-02-20 Thread Carlos Walter Blandon Alvarez
Hi helix84. I applied this patch in Dspace 4.0 and updated with mvn package ant -Dconfig=[dspace]/config/dspace.cfg update But the problem in http://www.openarchives.org/ is yet. Is necessary to do fresh install? Regards, Walter Blandón Gestión Tecnológica y Proyectos Centro Cultural