[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
doesn't work Has anyone else got this working properly? Thanks Clive -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail

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(login.groupmap. + ++i); Have I found a bug or is this just down to the fact I don't understand the code?? Any thoughts most welcome Clive The complete excerpt from /home/dspace/dspace-3.0-src-release/dspace-api/src/main/java/org/dspace/authenticate

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
/config/log4j.properties Any ideas how to get debugging to work please? Thanks Clive -- Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So

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
? Thanks very much Clive INFO: SolrServlet.init() done Aug 5, 2013 9:56:59 AM org.apache.solr.core.SolrResourceLoader locateSolrHome INFO: Using JNDI solr.home: /home/dspace/solr Aug 5, 2013 9:56:59 AM org.apache.solr.servlet.SolrUpdateServlet init INFO: SolrUpdateServlet.init() done INFO: Loading

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
Hi Problem solved :) I went through all the files below and manually changed ${dspace.dir} for /home/dspace No more error messages in catalina.out Thanks everyone Now to get back to debugging LDAP! Clive [root@standbyvle config]# cd /home/dspace/apache-tomcat-6.0.18/webapps [root@standbyvle

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
Clive On Fri, Aug 2, 2013 at 9:24 AM, helix84 heli...@centrum.sk wrote: The only thing that comes to mind right away is case sensitivity. It shouldn't matter, but let's check. Try login.groupmap.1 = OU=StaffUsers:all-staff login.groupmap.2 = OU=StudentUsers:all-students Regards, ~~helix84

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
blog at http://dspacebromley.blogspot.co.uk/ Thanks very much Clive -- Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you

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
Hi I have found a solution, which involves downloading the files, reuploading them to the original item as a new bitstream and then deleting the original bitsteam including the old thumbnails After running cleanup, index-init and filter-media all seems to be well Thanks Clive On Tue, Jan 17

[Dspace-tech] Help: Corrupted Filenames

2012-01-16 Thread Clive Gould
/26 I'm currently using JSPUI but am considering moving to XMLUI Any ideas what has happened to cause this corruption and how I can fix it? Thanks very much Clive -- Keep Your Developer Skills Current with LearnDevNow

[Dspace-tech] Statistics error with DSpace 1.8.1

2012-01-13 Thread Clive Gould
I can change the URL/port number its looking for here please? I have already set the entries in the appropriate config/modules files to point to the correct URL for solr. Thanks very much Clive -- RSA(R) Conference 2012

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

2012-01-13 Thread Clive Gould
Hi Tim Thanks for this, but what is worrying me is that the solr-statistics.cfg file already contains the required changes :( I've run mvn and ant update Could this be a bug??? See below Clive /home/dspace/dspace-1.8.1-src-release/dspace/config/modules [dspace@standbyvle modules]$ cat solr

Re: [Dspace-tech] HELP: CVE_2012_0013

2012-01-12 Thread Clive Gould
but there is no corresponding entry in the bundle2bitstream table :( Also your SQL query returns an empty results set :(( Could this be because the item has been marked as deleted or is the database corrupt? Thanks very much Clive On Wed, Jan 11, 2012 at 4:32 PM, Tim Donohue tdono...@duraspace.org wrote

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

2012-01-12 Thread Clive Gould
2) A problem with the LDAP Special Groups code, which I successfully customised with Stuart Lewis's help quite a few versions ago and has been running fine up to now. Any ideas/suggestions most welcome In the meantime I am leaving the production server at 1.7.1 ;) Thanks Clive The errors

Re: [Dspace-tech] HELP: CVE_2012_0013

2012-01-11 Thread Clive Gould
Hi Andrea It turned out to be an employment laws quiz in PowerPoint format that ClamAV was objecting to As the file was no longer required I deleted it within DSpace and also at filesystem level Thanks very much for the advice Clive On Wed, Jan 11, 2012 at 7:43 AM, bollini boll...@cilea.it

[Dspace-tech] HELP: CVE_2012_0013

2012-01-10 Thread Clive Gould
an error message. 1) Can anyone tell me how I can find out which item in the repository this file actually relates to? 2) Could this be a false positive? Thanks very much Clive -- Ridiculously easy VDI. With Citrix VDI

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
at http://dspacebromley.blogspot.com/ Thanks very much and Happy New Year everyone Clive -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database

[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
/2010/08/dspace-162-upgrade-procedure.html Any chance someone could update the source file on sourceforge? Thanks again Clive -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry

[Dspace-tech] DSpace 1.6.2 and solr statistics

2010-08-08 Thread Clive Gould
* * * /home/dspace/bin/stat-report-monthly Thanks very much I'll add this to my blog once it's working... Clive -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer

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
see the difference in the issue date display format. Do you know off hand the postgres commands l need to use to view the tables or is it better I reinstall phpPgAdmin? Thanks very much Clive On Sat, Aug 7, 2010 at 9:32 AM, Stuart Lewis s.le...@auckland.ac.nz wrote: Hi Clive / Rajshekhar

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

2010-08-07 Thread Clive Gould
;) Clive On Sat, Aug 7, 2010 at 10:11 AM, Stuart Lewis s.le...@auckland.ac.nz wrote: Hi Clive, 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

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-07 Thread Clive
Hi Stuart Thanks for this detailed explanation. I'm using the source for DSpace 1.6.2 because of the custom ldap special groups code. Maybe the fix missed out on reaching the 1.6.2 source distribution?? Best wishes Clive Sent from my iPhone On 7 Aug 2010, at 20:35, Stuart Lewis s.le

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

2010-08-05 Thread Clive Gould
Hi Robin Appended are the appropriate sections from dspace.cfg. Note that these sections are derived unchanged from the default configuration files that came with DSpace 1.5.2 and 1.6.2 respectively. Any suggestions most welcome. Thanks :) Clive ## Browse Configuration 1.5.2

[Dspace-tech] DSpace 1.6.2 issue date format

2010-08-04 Thread Clive Gould
I have done wrong in the configuration settings? Thanks Clive -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash

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

2010-08-04 Thread Clive Gould
Hi Robin 1.5.2 production repository:- http://vle.bromley.ac.uk/dspace/browse?type=dateissued 1.6.2 test repository:- http://standbyvle.bromley.ac.uk/dspace/browse?type=dateissued Thanks :) Clive On Wed, Aug 4, 2010 at 10:27 AM, TAYLOR Robin robin.tay...@ed.ac.uk wrote: Hi Clive, Do you

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

2010-08-03 Thread Clive Gould
with running it just once after applying the bitstream fix? Comments most welcome, before try and I find out the hard way ;) Thanks Clive Message: 4 Date: Fri, 11 Jun 2010 09:13:22 -0400 From: Mark H. Wood mw...@iupui.edu Subject: Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues

[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
-release/pom.xml: artifactIdhandle/artifactId /home/dspace/dspace-1.5.2-src-release/pom.xml: artifactIdhandle/artifactId My best guess is /home/dspace/dspace-1.5.2-src-release/pom.xml Am I right please? Thanks Clive On Sun, Aug 2, 2009 at 10:24 PM, Stuart Lewiss.le...@auckland.ac.nz wrote: Hi

Re: [Dspace-tech] Handle server 6.2 installation

2009-08-03 Thread clive gould
/artifactId /dependency When I rebuild the DSpace installation later this month I'll give it a go by changing the handle version to 6.2 in /home/dspace/dspace-1.5.2-src-release/pom.xml Thanks :) Clive 2009/8/3 Claudia Jürgen claudia.juer...@ub.uni-dortmund.de: Hi Clive, the directories

[Dspace-tech] Handle server 6.2 installation

2009-07-31 Thread clive gould
If I want to rebuild DSpace from SOURCE which handle*.jar file do I need to replace please? Is it /home/dspace/lib/handle-5.3.4.jar that I need to replace with /home/dspace/hdl6.2.5_02/handle.jar ?? Thanks in advance :) Clive

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
settings accordingly. More details of my installation can be found at http://www.linuxtraining.org.uk/blogger.html Thanks in advance :) Clive -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your

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

2009-05-07 Thread clive gould
the following link: http://vleinternal.bromley.ac.uk/dspace/exportdownload/item_export_2009_May_07_2_4.zip How do I change the link in the email to point to the correct location? Thanks very much Clive -- The NEW KODAK i700 Series

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

2009-05-07 Thread clive gould
Hi Claudia Thanks for the prompt reply. I need to change the URL because the link does not work. Best wishes Clive 2009/5/7 Claudia Jürgen claudia.juer...@ub.uni-dortmund.de: Hi Clive, the export directory settings in dspace.cfg are irrelevant for the retrieval URL. There is no direct

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
://wiki.dspace.org/index.php/Building_DSpace_From_Source relevant ?? Is there a jar I can copy over after compilation that will do the trick? Any guidance for a relative newbie would be appreciated ;) Thanks Clive On Tue, Apr 28, 2009 at 12:32 AM, Stuart Lewis s.le...@auckland.ac.nzwrote: Hi Clive, Try

[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
users. ldap.login.specialgroup = Authenticated Any ideas why this isn't working? Thanks Clive -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200

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

2008-08-11 Thread Clive Gould
in advance :) Clive - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip for two to an Open Source

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
much Clive - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip for two to an Open Source event

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

2008-07-30 Thread Clive Gould
this forward. I'd be happy to try out any RADIUS authentication modules on our DSpace 1.5 test server. Best wishes Clive - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

[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
Hi everyone Just to let you know I solved the problem with the missing ePersons. It turned out that there were four incomplete registrations in the eperson table containing all NULL fields. On removing these all was fine again :) Best wishes Clive -- Message: 3

[Dspace-tech] Help: Missing ePersons!

2008-07-16 Thread Clive Gould
to TRUE. Any idea why I am getting this discrepancy? Would upgrading solve this problem?? Thanks very much Clive - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

[Dspace-tech] Help: filter-media error

2008-05-14 Thread Clive Gould
and is associated with the new bitstream. Suggestions welcomed. Thanks Clive - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct

[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
in the eperson table and then all was well :-))) Clive 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

[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

[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
associated with a collection once they have been set? Thanks Clive - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX

[Dspace-tech] Collection Administration Rights and Bitstreams

2007-08-22 Thread Clive Gould
within the collection? It would be useful to allow this for an item that changed content fairly regularly (e.g. Video Collection), so it kept the same metadata and handle reference. Thanks very much Clive - This SF.net email

[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

[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