[Dspace-tech] DSpace 4 and Hierachical Authentication

2013-12-16 Thread Clive Gould
Hi Does anyone know if the LDAP special groups code that was broken in DSpace 3.x will be working in DSpace 4? I've been waiting for this to work before upgrading Thanks Clive -- Rapidly troubleshoot problems before

Re: [Dspace-tech] LDAP auto-registration -- what am I missing?

2013-09-16 Thread Clive Gould
Hi You might find the information in my blog helpful http://dspacebromley.blogspot.co.uk/2009/04/dspace-installation-procedure-on-centos.html Bear in mind it refers to an older version of DSpace so some of the LDAP settings e.g. special groups have changed Good luck Clive Message: 1 Date:

Re: [Dspace-tech] Ldap 3.2 working except groups

2013-08-16 Thread Clive Gould
Hi David I'm pretty sure the special groups code is broken. It was definitely broken in 3.0 and I can't get it to work using the corrected code copied from 3.2 Clive Message: 1 Date: Thu, 15 Aug 2013 22:27:03 + From: Schuster, David dschus...@mail.twu.edu Subject: [Dspace-tech] Ldap 3.2

[Dspace-tech] Does anyone have LDAP Special Groups working?

2013-08-15 Thread Clive Gould
Hi I've tried upgrading from 1.8 to 3.x and LDAP authentication works fine for both staff and students However I can't get the LDAP special groups code to work when there is more than one special group I've tried including the relevant modified code from DSpace 3.2 in DSpace 3.0 but it still

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

2013-08-07 Thread Clive Gould
-students In practice newly authenticated new staff are added to the all-staff, all-authenticated and anonymous groups. Newly authenticated students only belong to the anonymous group Scenario 2 # Added By Clive Gould on 31/07/13 to allow for special groups # login.groupmap.1 = OU=StaffUsers:all

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

2013-08-07 Thread Clive Gould
)); } } groupMap = ConfigurationManager.getProperty(ldap.login.groupmap. + ++i); } On Wed, Aug 7, 2013 at 10:35 AM, Clive Gould cli...@gmail.com wrote: Hi everyone I'm beginning to suspect the LDAP Special Groups code in DSpace 3.0

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

2013-08-07 Thread Clive Gould
Clive On Wed, Aug 7, 2013 at 11:10 AM, Clive Gould cli...@gmail.com wrote: 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

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

2013-08-07 Thread Clive Gould
at 12:26 PM, helix84 heli...@centrum.sk wrote: 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

[Dspace-tech] Dspace DEBUG logging won't work

2013-08-06 Thread Clive Gould
Hi everyone Thanks for all the help recently I'm trying to turn on DEBUG level logging in DSpace 1) I've edited the /home/dspace/config/log4j.properties file and made the following changes ### # A1 is the name of the

Re: [Dspace-tech] Dspace DEBUG logging won't work

2013-08-06 Thread Clive Gould
Solved The DEBUG messages are not going into dspace.log but into dspace.log.2013-08-06 Thanks On Tue, Aug 6, 2013 at 8:12 AM, Clive Gould cli...@gmail.com wrote: Hi everyone Thanks for all the help recently I'm trying to turn on DEBUG level logging in DSpace 1) I've edited the /home

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

2013-08-06 Thread Clive Gould
members of this group. This is useful # if you want a group made up of all internal authenticated users. login.specialgroup = all-authenticated # Added By Clive Gould on 31/07/13 to allow for special groups login.groupmap.1 = OU=StaffUsers:all-staff login.groupmap.2 = OU=StudentUsers:all

[Dspace-tech] Help with Tomcat errors resulting from attempted upgrade from 1.8.1 to 3.0

2013-08-05 Thread Clive Gould
Hi everyone I'm still having trouble with the upgrade from DSpace from 1.8.1 to 3.0 and am starting to feel out of my depth. There appears to be an issue picked up in the Tomcat log appended Can anyone tell me what I've done wrong, or shall I just give up moving to 3.0 and stick with 1.8.1?

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

2013-08-05 Thread Clive Gould
have any more time to sort this out so we'll just have to stick with 1.8.1 for the time being Thanks anyway for all the help Clive On Mon, Aug 5, 2013 at 11:31 AM, helix84 heli...@centrum.sk wrote: On Fri, Aug 2, 2013 at 3:58 PM, Clive Gould cli...@gmail.com wrote

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

2013-08-05 Thread Clive Gould
: param-value${dspace.dir}/config/dspace.cfg/param-value xmlui/WEB-INF/web.xml:param-value${dspace.dir}/param-value On Mon, Aug 5, 2013 at 2:16 PM, helix84 heli...@centrum.sk wrote: On Mon, Aug 5, 2013 at 2:42 PM, Clive Gould cli...@gmail.com wrote: Thanks for the suggestions. I've tried

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

2013-08-02 Thread Clive Gould
internal authenticated users. login.specialgroup = all-authenticated # Added By Clive Gould on 31/07/13 to allow for special groups login.groupmap.1 = ou=StaffUsers:all-staff login.groupmap.2 = ou=StudentUsers:all-students The all-staff and all-students groups are the original group names I

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

2013-08-02 Thread Clive Gould
Hi Helix I've made the change you recommended to /home/dspace/dspace-3.0-src-release/dspace/config/modules/authentication-ldap.cfg Restarted Tomcat and also Apache but it still doesn't work Is there any logging within DSpace that I can enable to see what's happening with LDAP auth? Thanks

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

2013-08-02 Thread Clive Gould
Can anyone advise me what directory to run ant init_configs from with DSpace 3.0 ? Thanks Clive On Fri, Aug 2, 2013 at 9:43 AM, Clive Gould cli...@gmail.com wrote: Hi Helix I've made the change you recommended to /home/dspace/dspace-3.0-src-release/dspace/config/modules/authentication

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

2013-08-02 Thread Clive Gould
silly, but what? On Fri, Aug 2, 2013 at 10:41 AM, helix84 heli...@centrum.sk wrote: You're right, you do need to raise the log level to get those messages I listed, sorry I didn't notice it. On Fri, Aug 2, 2013 at 11:30 AM, Clive Gould cli...@gmail.com wrote: I've edited /home/dspace/dspace

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

2013-08-02 Thread Clive Gould
as it points to the production server) On Fri, Aug 2, 2013 at 12:46 PM, helix84 heli...@centrum.sk wrote: On Fri, Aug 2, 2013 at 1:35 PM, Clive Gould cli...@gmail.com wrote: These are the changes I have made to the log4j file Those should be correct. Unfortunately the dspace.log file hasn't

[Dspace-tech] LDAP and Special Groups Code

2013-07-31 Thread Clive Gould
Hi I'm just upgrading from DSpace 1.8.1 to DSpace 3.0 on our test server We used to use custom code to differentiate between staff and student login and assign them to appropriate dynamic special groups I have tried using the new DSpace 3.0 login.groupmap directive within

Re: [Dspace-tech] DSpace-tech Installing DSpace in centOS

2012-02-24 Thread Clive Gould
Hi Rahul Thought you might find this helpful too: http://dspacebromley.blogspot.com/ Good luck Clive -- Virtualization Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud

[Dspace-tech] DSpace Upgrade to 1.8.1

2012-01-18 Thread Clive Gould
Hi everyone I have now successfully upgraded our repository to DSpace 1.8.1 on Centos 5.x As usual I have blogged the upgrade procedure that I followed at: http://dspacebromley.blogspot.com/ Hope someone finds it useful... Clive

Re: [Dspace-tech] Help: Corrupted Filenames

2012-01-17 Thread Clive Gould
, 2012 at 6:49 AM, Clive Gould cli...@gmail.com wrote: Hi I've noticed that filenames in some collections in our repository have become corrupted at some stage or other Here you can see a page that is OK: http://vle.bromley.ac.uk/dspace/handle/2045/24 And here you can see a page that has

[Dspace-tech] Help: Corrupted Filenames

2012-01-16 Thread Clive Gould
Hi I've noticed that filenames in some collections in our repository have become corrupted at some stage or other Here you can see a page that is OK: http://vle.bromley.ac.uk/dspace/handle/2045/24 And here you can see a page that has been corrupted:

[Dspace-tech] Statistics error with DSpace 1.8.1

2012-01-13 Thread Clive Gould
Hi I am having problem with the dspace stats script following an upgrade from 1.7.1 to 1.8.1 The solr server is running and lynx http://127.0.0.1/solr/statistics/select?q=*:* works fine and returns the statistics file However when I try to run the dspace stats script I get the following error

Re: [Dspace-tech] Statistics error with DSpace 1.8.1

2012-01-13 Thread Clive Gould
(Solr-based faceted search/browse), you likely will also need to similarly edit the Solr 'search.server' setting in the [dspace]/modules/discover.cfg config file.) - Tim On 1/13/2012 7:03 AM, Clive Gould wrote: Hi I am having problem with the dspace stats script following an upgrade from

Re: [Dspace-tech] HELP: CVE_2012_0013

2012-01-12 Thread Clive Gould
AND bb.bitstream_id=b.bitstream_id AND b.internal_id='144275680037163242065376693797581511322'; Once you have the Item ID, you can visit your DSpace Admin UI and lookup the Item via its Item ID (under XMLUI, you'd use the Administrative - Items page). - Tim On 1/11/2012 1:05 AM, Clive Gould wrote

[Dspace-tech] Failed upgrade from DSpace 1.7.1 to 1.8.1

2012-01-12 Thread Clive Gould
Hi everyone I have just upgraded from DSpace 1.7.1 to 1.8.1 on our test server I can access the DSpace homepage and successfully login using LDAP authentication I can browse collections quite happily but when I try to view a submission there are two possible outcomes 1) If I am logged in as an

Re: [Dspace-tech] HELP: CVE_2012_0013

2012-01-11 Thread Clive Gould
wrote: Query the bitstream table using the file name as internal_id. Look at the tables bundle2bitstream and item2bundl to find the item_id where the bitstream belong Hope this help, Andrea Inviato da Tablet Samsung Clive Gould cli...@gmail.com ha scritto

[Dspace-tech] HELP: CVE_2012_0013

2012-01-10 Thread Clive Gould
Hi I have just checked the server logs this morning. I use ClamAV to check the assetstore as part of a nightly cron task. The following message appeared this morning: Dspace anti-virus scan /home/dspace/assetstore/14/42/75/144275680037163242065376693797581511322: CVE_2012_0013 FOUND Looking at

Re: [Dspace-tech] Space 1.7.0 and special groups

2011-12-14 Thread Clive Gould
confirm that the patch below should work properly with 1.7.1 Thanks very much Clive /* * New code written by Stuart Lewis and added by Clive Gould on 7th April 2011 (modified 20/10/11) */ public int[] getSpecialGroups(Context context, HttpServletRequest request

[Dspace-tech] Upgrading from DSpace 1.5.1 to 1.7.1 - best way?

2011-04-08 Thread Clive Gould
Hi Sue I've blogged all the upgrade stages we at Bromley went through from v1.5.2 to v1.7.1 at http://dspacebromley.blogspot.com/ Good luck Clive - Hi, I am getting ready to start upgrading our Test DSpace

[Dspace-tech] Version Number

2011-04-07 Thread Clive Gould
Hi Is there any easy way to find out the version of DSpace installed from the Web Interface without resorting to the command line? (t may be that I've accidentally disabled this feature when applying custom JSPUI header/footers) Thanks very much Clive

[Dspace-tech] Enabling/Disabling OAI access to particular communities/collections

2011-04-06 Thread Clive Gould
Hi Does anyone know if it is possible to selectively enable/disable OAI harvest access at a community/collection level in DSpace 1.7? I'm having trouble with WorldCat OCLC harvesting using their new Web interface and it would help if this was possible. Thanks very much Clive

Re: [Dspace-tech] Problem with upgrade from 1.6.2 to 1.7.0

2011-01-01 Thread Clive Gould
server from a backup made before the upgrade :(( I'll try again when I can find some more time... Best wishes Clive On Fri, Dec 31, 2010 at 6:50 PM, Clive Gould cli...@gmail.com wrote: Hi Keith I've just checked and CentOS 5 uses postgresql 8.1.2 This means I need to upgrade PostgreSQL before

[Dspace-tech] Problem with upgrade from 1.6.2 to 1.7.0

2010-12-31 Thread Clive Gould
Hi everyone I've just tried to upgrade DSpace on our test server (CentOS Linux) from version 1.6.2 to 1.7.0 I have got to the very end of the upgrade procedure only to be faced by the following error message when I try to run the index script: [dsp...@standbyvle dspace-1.7.0-build.dir]$ psql -U

[Dspace-tech] Space 1.7.0 and special groups

2010-12-31 Thread Clive Gould
source and the LDAP authentication won't now work on our test server. Before I start looking for silly errors in dspace.cfg can you please confirm that the patch below should work properly with 1.7.0 Thanks very much Clive /* * New code written by Stuart Lewis and added by Clive Gould on 28th April

Re: [Dspace-tech] Problem with upgrade from 1.6.2 to 1.7.0

2010-12-31 Thread Clive Gould
Hi Keith I've just checked and CentOS 5 uses postgresql 8.1.2 This means I need to upgrade PostgreSQL before going any further. Thanks very much Clive On Fri, Dec 31, 2010 at 5:48 PM, Keith Gilbertson keith.gilbert...@library.gatech.edu wrote: On Dec 31, 2010, at 7:34 AM, Clive Gould wrote

[Dspace-tech] Enabling/Disabling OAI access to particular communities/collections

2010-08-11 Thread Clive Gould
Hi Does anyone know if it is possible to selectively enable/disable OAI harvest access at a community/collection level in DSpace 1.6.2? I'm having trouble with WorldCat OCLC harvesting using their new Web interface and it would help if this was possible. Thanks very much Clive

Re: [Dspace-tech] DSpace 1.6.2 issue date format

2010-08-08 Thread Clive Gould
Hi Stuart The problem with the issue date truncation on DSpace 1.6.2 has been solved :) Thanks for all your invaluable assistance in locating the source of the problem. It appears that the patch http://jira.dspace.org/jira/browse/DS-469 had not been applied to DCDate.java in the 1.6.2 source

[Dspace-tech] DSpace 1.6.2 and solr statistics

2010-08-08 Thread Clive Gould
Hi everyone I've got solr statistics working succesfully on our DSpace 1.6.2 test server. However I cannot work out: 1) How to convert and import the old log files into solr as I cannot find the scripts stats-log-converter and stats-log-importer anywhere (I installed DSpace 1.6.2 from source)

Re: [Dspace-tech] DSpace 1.6.2 issue date format

2010-08-07 Thread Clive Gould
absence and Business Support staff should contact their immediate Line Manager. dc description provenance Submitted by Clive Gould (xx...@bromley.ac.uk) on 2009-04-29T05:37:47Z No. of bitstreams: 1 sickness-absence_reporting.doc: 76800 bytes, checksum: f1174340c8eb1dc64f63efa0c7c625d6 (MD5) dc

Re: [Dspace-tech] DSpace 1.6.2 issue date format

2010-08-07 Thread Clive Gould
Hi Stuart :) I've already run the index-init script several times. Here is an item in our restored 1.5.2 production server: http://vle.bromley.ac.uk/dspace/handle/2045/22 and here is the same item in our 1.6.2 test server: http://standbyvle.bromley.ac.uk/dspace/handle/2045/22 You can clearly

Re: [Dspace-tech] DSpace 1.6.2 issue date format

2010-08-07 Thread Clive Gould
Hi Stuart The section you mentioned was commented out. 1) I stopped tomcat, removed the comments from the relevant sectio of dspace.cfg, updated dspace, rebuilt the indexes and restarted tomcat. Following these modifications on the test server 1.6.2 the dates are still shown correctly under

Re: [Dspace-tech] DSpace 1.6.2 issue date format

2010-08-07 Thread Clive Gould
:- http://standbyvle.bromley.ac.uk/dspace/handle/2045/22 Thanks Clive On Sat, Aug 7, 2010 at 11:01 AM, Clive Gould cli...@gmail.com wrote: Hi Stuart The section you mentioned was commented out. 1) I stopped tomcat, removed the comments from the relevant sectio of dspace.cfg, updated dspace

Re: [Dspace-tech] DSpace 1.6.2 issue date format

2010-08-05 Thread Clive Gould
robin.tay...@ed.ac.uk wrote: Hi Clive, Could you post to the list the contents of the ## Browse Configuration ## section from dspace.cfg ? Thanks. Robin Taylor Main Library University of Edinburgh Tel. 0131 6513808 -Original Message- From: Clive Gould [mailto:cli

[Dspace-tech] DSpace 1.6.2 issue date format

2010-08-04 Thread Clive Gould
Hi everyone Just wondering why the date display format appears to have changed with DSpace 1.6.2 when browsing by issue date and title? With DSpace 1.5.2 the issue date appears in the format: 29-Apr-2009 With DSpace 1.6.2 the same items issue date appears in the format: 2009 Any ideas what

Re: [Dspace-tech] DSpace 1.6.2 issue date format

2010-08-04 Thread Clive Gould
have a url for the item so I could have a look at it ? Thanks, Robin. Robin Taylor Main Library University of Edinburgh Tel. 0131 6513808 -Original Message- From: Clive Gould [mailto:cli...@gmail.com] Sent: 04 August 2010 08:01 To: dspace-tech@lists.sourceforge.net Subject

Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in 1.6.1

2010-08-03 Thread Clive Gould
in 1.6.1 To: dspace-tech@lists.sourceforge.net Message-ID: 20100611131322.gb2...@iupui.edu Content-Type: text/plain; charset=us-ascii On Fri, Jun 11, 2010 at 12:40:40PM +0100, Clive Gould wrote: We are currently running DSpace 1.5.2 and I was planning to upgrade over the summer holiday when I

[Dspace-tech] DSpace 1.6.0 and special groups

2010-03-10 Thread Clive Gould
and looked at the above file. Before I take the plunge, can you please confirm that the patch we applied below will still work with the 1.6.0 code? Thanks very much Clive /* * New code written by Stuart Lewis and added by Clive Gould on 28th April 2009 */ public int[] getSpecialGroups(Context

Re: [Dspace-tech] Handle server 6.2 installation

2009-08-03 Thread clive gould
Hi Stuart There are quite a number of pom.xml files around in my DSpace installation. I need to make sure I'm editing the right one ;) [r...@standbyvle ~]# grep -RH handle /home/dspace/*/pom.xml /home/dspace/dspace-1.5.1-release/pom.xml: artifactIdhandle/artifactId

Re: [Dspace-tech] Handle server 6.2 installation

2009-08-03 Thread clive gould
- [dspace-source]/dspace-api/pom.xml Hope that helps Claudia Jürgen clive gould schrieb: Hi Stuart There are quite a number of pom.xml files around in my DSpace installation. I need to make sure I'm editing the right one ;) [r...@standbyvle ~]# grep -RH handle /home/dspace/*/pom.xml /home

[Dspace-tech] Handle server 6.2 installation

2009-07-31 Thread clive gould
Hi I am looking at upgrading the handle system in our test installation of DSpace 1.5.2 to version 6.2 later in August. In the DSpace installation documentation it refers to: If you decide to update, you should replace the existing handle.jar in [dspace-source]/lib with the new version and

Re: [Dspace-tech] Dpace configuration with LDAP

2009-07-08 Thread clive gould
Hi Ahmad Have you looked at my blog http://www.linuxtraining.org.uk/blogger.html Scroll down to where you see the section *Getting LDAP access to Active Directory working * ** Good luck :) Clive -- Enter the BlackBerry

[Dspace-tech] Help: Change of URL for DSpace

2009-05-08 Thread clive gould
Hi I currently have an evaluation installation of DSpace 1.5.2 accessible on http://vleinternal.bromley.ac.uk/jspui/ How can I change this to http://vleinternal.bromley.ac.uk/dspace ? Is it just a question of editing Tomcat's server.xml and changing the Context path from /jspui to /dspace in

[Dspace-tech] Help: How to customise export download emails

2009-05-07 Thread clive gould
Hi I've got the following parameters in dspace.cfg ### Item export and download settings ### # The directory where the exports will be done and compressed org.dspace.app.itemexport.work.dir = ${dspace.dir}/exports # The directory where the compressed files will reside and be read by the

[Dspace-tech] Fwd: Help: How to customise export download emails

2009-05-07 Thread clive gould
to change the URL created, does yours not work? Hope that helps Claudia Jürgen clive gould schrieb: Hi I've got the following parameters in dspace.cfg ### Item export and download settings ### # The directory where the exports will be done and compressed org.dspace.app.itemexport.work.dir

Re: [Dspace-tech] Special Groups = Working :)

2009-04-29 Thread clive gould
Hi Stuart I've managed to figure out how to get your code working. Staff and students are now automatically being added to special groups in DSpace. When I get the time I'll add the process I followed to my DSpace blog. Thanks very much indeed :D Clive On Tue, Apr 28, 2009 at 12:32 AM, Stuart

Re: [Dspace-tech] ldap login

2009-04-28 Thread clive gould
: # plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ # org.dspace.authenticate.ShibAuthentication, \ # org.dspace.authenticate.PasswordAuthentication # Next two lines added by Clive Gould on 22/04/09 to allow AD Authentication plugin.sequence.org.dspace.authenticate.AuthenticationMethod

Re: [Dspace-tech] Special Groups

2009-04-27 Thread clive gould
Hi Stuart Thanks very much for the patch :D I've downloaded dspace-1.5.2-src-release from Sourceforge and located the section of the code in the file LDAPHierarchicalAuthentication.java in /root/dspace-1.5.2-src-release/dspace-api/src/main/java/org/dspace/authenticate My next problem is down to

[Dspace-tech] Special Groups

2009-04-23 Thread clive gould
with the getSpecialGroups methods. Automatic group membership for staff and students in DSpace worked well with RADIUS authentication, but the RADIUS module won't work for me any longer :( Has anyone got this working with LDAP authentication I wonder? Thanks in advance Clive Clive Gould Bromley College

[Dspace-tech] HELP: DSpace 1.5.2 LDAP/AD login problem

2009-04-22 Thread clive gould
by \colon; What am I doing wrong please? Thanks Clive Clive Gould HE PAL ICT Bromley College -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200

Re: [Dspace-tech] HELP: DSpace 1.5.2 LDAP/AD login problem

2009-04-22 Thread clive gould
Hi Everyone Problem solved :) The url needed to be in the form ldap.provider_url = ldap://10.100.0.2:3268/http://mail.google.com/mail/goog_1240385101348 including the trailing backslash! Clive -- Forwarded message -- From: clive gould cli...@gmail.com Date: Wed, Apr 22

[Dspace-tech] Help: ldap.login.specialgroup doesn't seem to work

2009-04-22 Thread clive gould
Hi everyone I've got DSpace 1.5.2 running on CentOS 5.2 successfully authenticating against Active Directory using the LDAP plugin. I have created a group called Authenticated using dspace-admin, but when new users login for the first time via LDAP they are not being added automatically to the

[Dspace-tech] HELP - DSpace 1.5 upgrade and tomcat error

2008-08-11 Thread Clive Gould
Hi Can anyone please help? I'm still trying to upgrade from DSpace 1.4.2 to 1.5.0 on our test server. I get through the complete upgrade process successfully with no apparent error messages but when I go to our repository home page I get the following error message within the DSpace main

Re: [Dspace-tech] HELP - DSpace 1.5 upgrade and tomcat error

2008-08-11 Thread Clive Gould
Hi everyone Thanks for the help so far :) I include the Tomcat and Java version numbers as requested. Best wishes Clive DSpace 1.4.2 works fine but DSpace 1.5 on the same platform gives internal server errors when I try to do a search. When I try to do a search I get an internal error

[Dspace-tech] DSpace 1.5 upgrade and JAR files

2008-08-09 Thread Clive Gould
Hi In earlier upgrades of DSpace it was necessary to copy over the PostgreSQL and Handle server JAR files from the previous version. The upgrade documentation that comes packaged with DSpace 1.5 doesn't include this step. Has the new build process removed the need for this step? Thanks very

Re: [Dspace-tech] Easy to follow guide to updating from 1.4.x to 1.5 (Stuart Lewis)

2008-07-30 Thread Clive Gould
Hi Stuart Thanks for the information on DSpace update documentation :) I have spent some time looking into updating and have concluded that it is impracticable for us to upgrade our production server from DSpace 1.4.2 to 1.5 at this moment, because of our need for RADIUS authentication. Mark

[Dspace-tech] Easy to follow guide to updating from 1.4.x to 1.5

2008-07-28 Thread Clive Gould
with 1.5? i.e. have there been any changes to authentication mechanisms with the latest version? Thanks very much Clive Clive Gould Bromley College - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [Dspace-tech] Help: Missing ePersons!

2008-07-17 Thread Clive Gould
Date: Wed, 16 Jul 2008 13:27:00 +0100 (BST) From: Clive Gould [EMAIL PROTECTED] Subject: [Dspace-tech] Help: Missing ePersons! To: dspace-tech@lists.sourceforge.net Message-ID: [EMAIL PROTECTED] Content-Type: text/plain;charset=iso-8859-1 Hi I am having trouble with missing ePersons. If I log

[Dspace-tech] Help: Missing ePersons!

2008-07-16 Thread Clive Gould
Hi I am having trouble with missing ePersons. If I log into DSpace 1.4.2 as admin and choose Administer EPeople Select E-Person I get a list containing a total of 32 names. If I log in using phpPgAdmin and view the epersons table I can see 79 entries, all bar 6 of whom have can_log_in set to

[Dspace-tech] Help: filter-media error

2008-05-14 Thread Clive Gould
Hi When I run the ./filter-media script in DSpace 1.4.2 all is well apart from one MS Word document that logs the following error: ERROR filtering, skipping bitstream #461 java.util.NoSuchElementException java.util.NoSuchElementException at

[Dspace-tech] RADIUS Authentication

2008-04-22 Thread Clive Gould
Hi I have RADIUS authentication working with DSpace 1.42 Does anyone have the RADIUS module working with with DSpace 1.5 yet? Thanks Clive - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss

Re: [Dspace-tech] Help - Internal Server Error on viewing Eperson solved

2007-10-10 Thread Clive Gould
to do to correct this? Thanks very much Clive Gould Bromley College 2007-10-10 06:33:57,759 WARN org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=10BD6C8CDBB11C85E09C09D9E4B6D0B9:internal_error:-- URL Was: http://vle.bromley.ac.u k/dspace/tools/eperson-list?multiple

[Dspace-tech] Help - Internal Server Error on viewing Eperson

2007-10-09 Thread Clive Gould
Help - as dspace-admin I have tried to view the list of users (epeople) on the server this morning and I get an internal server error. I have appended the relevant log entry to this email. Can anyone please advise me what is wrong and what I need to do to correct this? Thanks very much Clive

Re: [Dspace-tech] Any definitive guide to setting up handle server? (Dan Scott)

2007-09-07 Thread Clive Gould
Hi Have a look at http://www.linuxtraining.org.uk/blogger.html For my experiences getting the handle server working. Good luck Clive - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to

[Dspace-tech] Help - Extra character appearing in HTML document

2007-08-30 Thread Clive Gould
I've uploaded an HTML page into DSpace When the page stored in DSpace is viewed from Internet Explorer under Win 2K or Firefox under CentOS 4.5 instead of a space character I am sometimes getting a capital A with a ^ on top of it. This is listed as #194 in utf8. Any suggestions why these extra

[Dspace-tech] How to view advanced policies

2007-08-23 Thread Clive Gould
Hi I've been experimenting with the Advanced Policy Manager, which allows you to do wildcard additions to and clearing of policies for types of content contained in a collection. I can see how it can be used to Add and Clear policies but is there any way of viewing the advanced policies

[Dspace-tech] Collection Administration Rights and Bitstreams

2007-08-22 Thread Clive Gould
Hi I understand that a DSpace collection administrator has the following rights: - add and delete submitters - edit metadata - withdraw items - map items from other collections Is there any way that a collection administrator can be allowed to edit the bitsteams asssociated with an item

[Dspace-tech] OAI harvesting of restricted access DSpace collections

2007-08-07 Thread Clive Gould
Hi Came across this statement on the DSpace Web site referring to DSpace 1.3.2 Is the content still true for Dspace 1.4.2 ??? Thanks Clive Access control OAI provides no authentication/authorisation details, although these could be implemented using standard HTTP methods. It is assumed that

[Dspace-tech] RADIUS authentication in DSpace

2007-08-07 Thread Clive Gould
Hi everyone I've included a section in my DSpace blog explaining how I got DSpace Radius authentication working with MS AD via a Freeradius proxy. http://www.linuxtraining.org.uk/blogger.html#twentyfive Best wishes Clive

[Dspace-tech] Help - is automatic group membership possible ?

2007-08-02 Thread Clive Gould
to be automatically added to a group in DSpace at the same time as they are registered. Is this possible with LDAP authentication? If yes, is this also possible with RADIUS authentication?? Thanks very much Clive Clive Gould HE PAL ICT Bromley College

[Dspace-tech] DSpace and RADIUS Authentication

2007-07-09 Thread Clive Gould
Hi I came across the RAM - RADIUS authentication module on the DSpace wiki. This is just what we need, but the documentation is all in Portuguese? Has anyone implemented this and can explain in English what needs to be done? Thanks very much Clive

[Dspace-tech] Upgrade to DSpace 1.4.2

2007-05-21 Thread Clive Gould
://www.linuxtraining.org.uk/blogger.html#twentyfour Please let me know if you spot any errors or omissions in the published upgrade procedure. Thanks to the DSpace development team yet again for an excellent product :-) Clive Clive Gould HE PAL ICT Bromley College