Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-07 Thread ribin . jones
What is strange is that even after I did the configurations, when I check the logs, the access comes as anonymous. Is it something usual when we use IP authentication? - Ribin - Original Message - From: ribin jones ribin.jo...@niist.res.in To: heli...@centrum.sk Cc: dspace-tech

Re: [Dspace-tech] Missing dc.type field in mets.xml, but present in database

2013-08-07 Thread Andrea Bollini
As it looks as not asked before... have you reindex your content after have changed the discovery configuration? as you have noted the filter are index under a different SOLR field, in your case type bean id=searchFilterType class=org.dspace.discovery.configuration.DiscoverySearchFilter

Re: [Dspace-tech] One handle server for two DSpace instances?

2013-08-07 Thread Andrea Bollini
Hi, Il 03/06/2013 21:16, Peter Dietz ha scritto: Hi Jessica / Nikolai, I've been looking into a possibly related problem. We are planning on consolidating/moving DSpace instances. We want a single handle daemon that supports multiple handle prefixes, and supports multiple DSpace (and

Re: [Dspace-tech] Missing dc.type field in mets.xml, but present in database

2013-08-07 Thread helix84
On Wed, Aug 7, 2013 at 8:36 AM, Andrea Bollini a.boll...@cineca.it wrote: The metadata are automatically indexed in discovery in the form schema.element.qualifier so it is right that you already have dc.type in your index but if have added the type searchFilter only recently it only affect

Re: [Dspace-tech] Missing dc.type field in mets.xml, but present in database

2013-08-07 Thread Andrea Bollini
yes, this was my guess Il 07/08/2013 08:56, helix84 ha scritto: On Wed, Aug 7, 2013 at 8:36 AM, Andrea Bollini a.boll...@cineca.it wrote: The metadata are automatically indexed in discovery in the form schema.element.qualifier so it is right that you already have dc.type in your index but if

Re: [Dspace-tech] How to replace the word dspace with repository

2013-08-07 Thread otuoma peter
NOT WORKING YET. When I reset the password as you previously suggested, both the digest_algorith and salt fields get cleared. Then they are repopulated after attempting to login just as you said. This does not however solve the login problem. Am not actually getting an error when i attempt to

[Dspace-tech] Lightbox in Item

2013-08-07 Thread bcoballes
Hi everyone, I am currently working on putting lightbox feature in item by following the tutorial from this site: http://developer.edina.ac.uk/projects/jorumdspace/wiki/Licence_lightbox_viewer. However, instead of lightbox from the CC license in which the patch is originally intended, I want the

Re: [Dspace-tech] LDAP and Special Groups Code

2013-08-07 Thread Clive Gould
Hi everyone I'm beginning to suspect the LDAP Special Groups code in DSpace 3.0 is broken Please see the scenarios below, which are excerpts from /home/dspace/config/modules/authentication-ldap.cfg Scenario 1 login.groupmap.1 = OU=StaffUsers:all-staff login.groupmap.2 =

Re: [Dspace-tech] LDAP and Special Groups Code

2013-08-07 Thread Clive Gould
Hi everyone I'm not a programmer as I said before but have just been scanning over the source code in LDAPAuthentication.java My concern is with the following lines Before we go into the while loop int i = 1; String groupMap = ConfigurationManager.getProperty(authentication-ldap,

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

2013-08-07 Thread Evans, Kevin
Hi Helix, Thanks for your help so far. Just picked up this in the dspsace.log. Is it of use in pinpointing the issue? 2013-08-06 13:58:18,767 INFO com.atmire.statistics.export.ExportUsageEventListener @ Robot (Mozilla/5.0 (compatible; Baiduspider/2.0;

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

[Dspace-tech] User Login page

2013-08-07 Thread Parul dubey
Dear All Please let me know how can the User Login Page fields can be increased. i.e. apart from FirstName , LastName , Contact No. ,Password fields new fields like Department , Designation etc. to be added. Regards Parul Dubey ITSL Limited From: Parul dubey

Re: [Dspace-tech] LDAP and Special Groups Code

2013-08-07 Thread Clive Gould
Hi everyone It looks as if this was fixed in DSpace 3.2 [dspace@standbyvle ~]$ diff /home/dspace/dspace-3.2-src-release/dspace-api/src/main/java/org/dspace/authenticate/LDAPAuthentication.java

Re: [Dspace-tech] LDAP and Special Groups Code

2013-08-07 Thread helix84
On Wed, Aug 7, 2013 at 1:20 PM, Clive Gould cli...@gmail.com wrote: It looks as if this was fixed in DSpace 3.2 Right. Sorry about that. You can simply use that newer LDAPAuthentication.java file (beware of OAI being broken in 3.2). Does it work for you now?

Re: [Dspace-tech] LDAP and Special Groups Code

2013-08-07 Thread Clive Gould
I've just copied over the config file from 3.2 run maven and ant On restarting Tomcat the problem still seems to be there :(( 1026 cp /home/dspace/dspace-3.2-src-release/dspace-api/src/main/java/org/dspace/authenticate/LDAPAuthentication.java

Re: [Dspace-tech] ConfigurationManager apparently returning 'xmlworkflow' instead of 'originalworkflow'

2013-08-07 Thread G.M. Torrance
Hi, The news on this seems to be that this can be fixed by building dspace-xmlui and deploying that separately. This is obviously quite weird, but it may be that there is some problem with the products in maven repositories differing from the source in the 3.1 tag. Anyway, hope this is

Re: [Dspace-tech] Missing dc.type field in mets.xml, but present in database

2013-08-07 Thread Alcides Carlos de Moraes Neto
Hello everyone, First of all thanks for helping me out. I did an update-discovery-index -b when I created the new filter, this should work as well as -f, correct? Last night I scheduled a new update-discovery-index -b. I think the problem is that it did not run completely. It ran for only about 4

Re: [Dspace-tech] DSpace 3.2 needs JDK 1.7 for OAI functionality?

2013-08-07 Thread João Melo
Hi, i've managed it in order to use JDK 6 instead of JDK 7. XOAI 3.0.0 release is now building on jdk 6. On 29 July 2013 19:45, Sam Ottenhoff ottenh...@longsight.com wrote: DSpace 3.x documentation seems JDK-agnostic, it points to using Oracle or OpenJDK, version 6 or 7:

Re: [Dspace-tech] Missing dc.type field in mets.xml, but present in database

2013-08-07 Thread Andrea Schweer
Hi, On 08/08/13 06:46, Alcides Carlos de Moraes Neto wrote: I think the problem is that it did not run completely. It ran for only about 4 minutes. I noticed the items it did log as written do work with the filter. ...and at least one of them has a repeated dc.type, so that's not the problem

[Dspace-tech] Handling error 404 on XMLUI

2013-08-07 Thread Álvaro Vargas Quezada
Hi everyone, After search all over the documentation I couldn't find a way to handle the 404 error in my XMLUI interface. I was trying to handle it with sitemap.xmap (\dspace\webapps\xmlui\), I found this line: map:when test=not-foundmap:generate type=exception/map:transform

Re: [Dspace-tech] Missing dc.type field in mets.xml, but present in database

2013-08-07 Thread Alcides Carlos de Moraes Neto
I checked the catalina.out for errors but could not find anything. I trimmed it, beginning at 22:00 and uploaded it. (SOLR log is really verbose, too big for pastebin) https://dl.dropboxusercontent.com/u/4193365/catalina.out.22h I'll try an update-discovery-index -f tomorrow... Ats, Alcides

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-07 Thread ribin . jones
Any help on this? Ribin - Original Message - From: ribin jones ribin.jo...@niist.res.in To: heli...@centrum.sk Cc: dspace-tech dspace-tech@lists.sourceforge.net Sent: Wednesday, 7 August, 2013 11:46:43 AM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1 What is strange is

Re: [Dspace-tech] Uploading Bibliographic information from RefWorks

2013-08-07 Thread Kostas Stamatis
Hi Claire, We are working on this in order to include it in the 4.0 release of DSpace. Apart from other changes like the improvement of the library and the support for other bibliographic formats, we want to fix issues that are mentioned by the users, like the one you reported, the ability to

[Dspace-tech] Login does not work after upgrading from 1.7 to 3.2

2013-08-07 Thread otuoma peter
I have almost succeeded upgrading our dspace repository from version 1.7 to 3.2. I followed the upgrade procedures for both versions. However, the login including the administrator's account can not be logged-in. It does not give an error message. The login does not just happen and one is

Re: [Dspace-tech] Missing dc.type field in mets.xml, but present in database

2013-08-07 Thread Andrea Schweer
Hi, On 08/08/13 11:55, Alcides Carlos de Moraes Neto wrote: I checked the catalina.out for errors but could not find anything. No, nothing looks suspicious. Very strange. I'll try an update-discovery-index -f tomorrow... Good luck and let us know what happens. It might be interesting to see