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

2013-10-22 Thread ribin . jones
Terry, I got ip authentication working in our Dspace. I just have the below in my authentication-ip.cfg: ip. = , \ In authentication.cfg, I have the below: plugin.sequence.org.dspace.authenticate.AuthenticationMethod = org.dspace.authenticate.IPAuthentication, org.dspace.authenticate.Passwor

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

2013-10-22 Thread helix84
Hi Terry, were you testing with this bugfix patch (not included in 3.x)? https://github.com/DSpace/DSpace/pull/255 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -

Re: [Dspace-tech] Upload error works fine if I make the upload optional

2013-10-22 Thread helix84
On Wed, Oct 23, 2013 at 12:56 AM, Schuster, David wrote: > If I choose not to upload a file the system completes the process. > > I did rebuild dspace but continue to get the error... > > I get a permissions denied message still as before. > > I'm using xmlui on Debian.with ssl > > How can I dete

[Dspace-tech] Upload error works fine if I make the upload optional

2013-10-22 Thread Schuster, David
If I choose not to upload a file the system completes the process. I did rebuild dspace but continue to get the error... I get a permissions denied message still as before. I'm using xmlui on Debian.with ssl How can I determine where the system is trying to access for the upload? I still c

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

2013-10-22 Thread Terry Brady
Ribin, Did you find a solution to this issue? I seem to be encountering something similar with IP authentication. I have my ip authentication mapping to a group named X. I have added group: X to a larger DSpace group Y. Group Y can access collections/items/bitstreams. If I connect from my des

Re: [Dspace-tech] Edit or Remove DSpace Administrative Log in and Password

2013-10-22 Thread helix84
I forgot to say - there's one reason you might not want to delete your current administrator - if you used that account to ingest some items, those items would be left without a valid submitter (which is an eperson_id). There should be no real problem with such orphaned items, just keep it in mind.

Re: [Dspace-tech] Edit or Remove DSpace Administrative Log in and Password

2013-10-22 Thread helix84
On Tue, Oct 22, 2013 at 8:38 PM, Thomas Ronayne wrote: > I've looked, I can't find: how do I edit the administrative log in and > password (to change the administrative log in and password or to add > additional log in and password, or get rid of the existing log in and > password and enter a new

[Dspace-tech] Edit or Remove DSpace Administrative Log in and Password

2013-10-22 Thread Thomas Ronayne
I've looked, I can't find: how do I edit the administrative log in and password (to change the administrative log in and password or to add additional log in and password, or get rid of the existing log in and password and enter a new one)? --

[Dspace-tech] Setting up Handle server with XMLUI

2013-10-22 Thread Schuster, David
I have a custom Theme "TWU" How do I indicate the Handle server in the xmlui.xconf 1. 2. Open Manakin's configuration file, dspace/config/xmlui.xconf, scroll to the bottom and locate the element. 3. Add a new tag element inside the element as below: 4. If you wish to insta

[Dspace-tech] Sidebar Facets are not shown and search fails after enabling Discovery

2013-10-22 Thread mgreene
Hello, I am running V3.1 I followed the process at https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-Stepsrequired forXMLUI for xmlui. I executed the command [dspace]/bin/dspace update-discovery-index . The Sidebar Facets are not visible, there is no Discover section and sear

Re: [Dspace-tech] DSpace v3 and uketd_dc OAI?

2013-10-22 Thread Michael White
Hi helix84, > I could modify the stylesheet if you can test the changes. Please, file a new > Jira > issue for this: > https://jira.duraspace.org/browse/DS That's great, many thanks, and yes, happy to help with development/testing in any way I can - once I have all the required info, I'll add a

Re: [Dspace-tech] DSpace v3 and uketd_dc OAI?

2013-10-22 Thread helix84
Hi Mike, I could modify the stylesheet if you can test the changes. Please, file a new Jira issue for this: https://jira.duraspace.org/browse/DS On Tue, Oct 22, 2013 at 12:51 PM, Michael White wrote: > - the output is not limited to only "Theses" What metadata field and value(s) in DSpace speci

Re: [Dspace-tech] disable/hide top level communities

2013-10-22 Thread Webshet, Sisay (ILRI)
I just changed dri:div in to dri:body and top level communities were displayed on the front page Thanks From: Webshet, Sisay (ILRI) Sent: Monday, October 21, 2013 4:11 PM To: 'heli...@centrum.sk' Cc: 'dspace-tech@lists.sourceforge.net' Subject: RE: [Dspace

Re: [Dspace-tech] Cannot get a connection, pool error Timeout waiting for idle object

2013-10-22 Thread helix84
On Tue, Oct 22, 2013 at 1:05 PM, Awanish Singh wrote: > I m working on dspace 1.8.2. I deal with jspui and postgres 8.4.9. > I get following error most of time , which i mention bellow In DSpace 1.8 this error was most often (not always, though) caused by OAI server under load exhausting the DB c

Re: [Dspace-tech] Cannot get a connection, pool error Timeout waiting for idle object

2013-10-22 Thread Hilton Gibson
See the following: 1. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S06#Step_6.6:_Setup_number_of_client_connections 2. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_DSpace/S04#Database The number of allowed connections must match in both configs. Cheers hg On 22 Octob

[Dspace-tech] Cannot get a connection, pool error Timeout waiting for idle object

2013-10-22 Thread Awanish Singh
I m working on dspace 1.8.2. I deal with jspui and postgres 8.4.9. I get following error most of time , which i mention bellow org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object at org.apache.commons.dbcp.PoolingDataSource.getC

[Dspace-tech] DSpace v3 and uketd_dc OAI?

2013-10-22 Thread Michael White
Hi, We participate in the British Library's EThOS service which harvests eTheses metadata from our DSpace repository over OAI in uketd_dc format - this has been working well in our Production system running DSpace v1.6. We are working on migrating to DSpace v3.1 and I have been testing the OAI

Re: [Dspace-tech] Ldap Authentification and profile

2013-10-22 Thread helix84
Hi Stefanie, I'm sorry about that, it's a known bug. I'll try to make a fix later this week. For now, you can use the LDAPAuthentication or LDAPHierarchicalAuthentication class from DSpace 1.8 (along with authentication-ldap.cfg from 1.8). Regards, ~~helix84 Compulsory reading: DSpace Mailing L

[Dspace-tech] Ldap Authentification and profile

2013-10-22 Thread Stefanie Behnke
Dear all, I am using DSpace 3.1 and as well the jspui and the xmlui interface. Attached is the authentication-ldap.cfg file and the screenshot of the ldap entry. I have successfully logged in using the ldap authentification, but when I call „My DSpace“ all form fields are empty and there

Re: [Dspace-tech] help

2013-10-22 Thread Daniel Deogratus
Hey Bram, I tested the link you gave me and seems to seem to work well, Please see attached Shot and How do i generate a link for someone to harvest from my Repository. Thank you On Tue, Oct 22, 2013 at 11:34 AM, Bram Luyten wrote: > Hi Daniel, > > please always keep dspace-tech in C

Re: [Dspace-tech] Problem in uploading files - xmlui

2013-10-22 Thread Bram Luyten
Hi David, I don't think I've seen this exact error before, so right now just guessing in two directions: - *permissions*: Has anything changed with regards to folder permissions? Or compared to your previous 3.1 build that was working, are you now executing some commands (ant, maven, tomcat start

Re: [Dspace-tech] Expose thumbnails and preview images in closed collection

2013-10-22 Thread helix84
On Mon, Oct 21, 2013 at 2:34 AM, Gary Browne wrote: > It looks like this is not possible with the wildcard policy tool, as > BITSTREAM seems to cover thumbnails, previews and images - so one cannot > differentiate between them. True, wildcard policy tool is handy, but not too fine-grained. > I

Re: [Dspace-tech] help

2013-10-22 Thread Daniel Deogratus
Oh i have replied already with Screen shot, unfortunately not in Mailing list On Tue, Oct 22, 2013 at 11:29 AM, helix84 wrote: > On Tue, Oct 22, 2013 at 11:28 AM, Daniel Deogratus > wrote: > > Helix > > i tried several servers it all give me the same error! > > > > http://www.openarchives.org/

Re: [Dspace-tech] [Dspace-devel] Dspace 3.2 disable discovery for the site

2013-10-22 Thread helix84
On Mon, Oct 21, 2013 at 10:21 PM, Diwakar Timilsina wrote: > I just upgraded to DSpace 3.2. I would like to enable Discovery only for > certain collections and not site-wide. It looks like I have to edit > config/spring/api/discovery.xml. Is there a way to disable for the main site > without havin

Re: [Dspace-tech] Problem in uploading files - xmlui

2013-10-22 Thread helix84
On Mon, Oct 21, 2013 at 11:44 PM, Schuster, David wrote: > When I look in the /var/lib/tomcat7/webapps/ROOT/i18n/ folder none of those > files reside there… I’m going in circles trying to figure out what I have > done wrong. Hi David, sounds like you either deployed DSpace incorrectly or config

Re: [Dspace-tech] help

2013-10-22 Thread helix84
On Tue, Oct 22, 2013 at 12:10 AM, Daniel Deogratus wrote: > help me in setting up Harverster please, all the links that i put on i get > the message > "The OAI server does not support dissemination in this format" > What could be the problem Hi Daniel, that means the server you're trying to har

Re: [Dspace-tech] help

2013-10-22 Thread Bram Luyten
Hi Daniel, can you provide some more details about this error? Are you seeing this in your browser window or your command line output? Can you post a screenshot or stacktrace of this error, together with the URL you are using? cheers, Bram -- [image: logo] *Bram Luyten* *@mire* *2888 Loker

[Dspace-tech] toplevel communities

2013-10-22 Thread Webshet, Sisay (ILRI)
We are using dspace 3.2 xmlui version I want top level communities to be viewed or displayed before the search page on the front page of this site. https://openknowledge.worldbank.org/ Can anyone has a hint on this Thanks ---