Re: [Dspace-tech] LDAP in DSpace 1.5

2008-04-23 Thread Mika Stenberg
What Im getting in dspace.log is:below. System cant seem to find the class file? -Mika --- Caused by: java.lang.ExceptionInInitializerError at org.dspace.app.webui.util.UIUtil.obtainContext(UIUtil.java:138) at org.apache.jsp.index_jsp._jspService(index_jsp.java:101)

Re: [Dspace-tech] LDAP in DSpace 1.5

2008-04-23 Thread Robin Taylor
In the slightly out of date version of 1.5 that I have LDAPAuthentication is in package org.dspace.authenticate. Cheers, Robin. -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. -Original Message- From: [EMAIL PROTECTED]

[Dspace-tech] Creating database problem

2008-04-23 Thread Hossein Hamam
Dear All, Can someone explain the -A in createuser? And using which user should I issue these commands: createuser -U postgres -d -A -P dspace createdb -U dspace -E UNICODE dspace When I su as postgres user, I am able to apply the first command but when I issue the 2nd command, it gives me

Re: [Dspace-tech] Creating database problem

2008-04-23 Thread Mathias Hjelt
This is how I've done it: su postgres createuser -U postgres -d -A -P dspace exit su dspace createdb --password -E UNICODE dspace -mathias -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hossein Hamam Sent: 23. huhtikuuta 2008 14:42 To:

[Dspace-tech] cannot read in_directory

2008-04-23 Thread Zico
I am trying add statistics feature in my dspace. Now, at the time of configuration i am following these steps: 1. gave the path in stat-initial $out_directory=/usr/src/dspace/bin/log/ 2. gave the path in stat-report-initial $in_directory=/usr/src/dspace/bin/log/ First command is ok... it can

Re: [Dspace-tech] Indexing of scanned PDFs

2008-04-23 Thread Dorothea Salo
You didn't say what version of DSpace you're running (and honestly, I'm not completely sure this was fixed in 1.5 -- anybody know?), but... one thing that may be happening is that the filter-media cron job is dying. Since it's written without error-recovery, it stops dead at the first file it

Re: [Dspace-tech] Indexing of scanned PDFs

2008-04-23 Thread Graham Triggs
Dorothea Salo wrote: You didn't say what version of DSpace you're running (and honestly, I'm not completely sure this was fixed in 1.5 -- anybody know?), but... one thing that may be happening is that the filter-media cron job is dying. Since it's written without error-recovery, it stops dead

Re: [Dspace-tech] Creating database problem

2008-04-23 Thread Mark H. Wood
On Wed, Apr 23, 2008 at 02:41:50PM +0300, Hossein Hamam wrote: Can someone explain the -A in createuser? 'man createuser' -A (or --no-adduser) asserts that the new user should not be permitted to create other users. This is sensible for a role such as DSpace's. Daemons' accounts should not be

Re: [Dspace-tech] Indexing of scanned PDFs

2008-04-23 Thread Michael White
Thanks guys, (I'm on v1.4.1 here for our main repository). Your right - I only tried index-all from the command line earlier when I was trying to figure out why this wasn't working - apologies, an example of brain freeze!! I had a quiet D'oh moment when someone mentioned filter-media :-) I

[Dspace-tech] Postgres upgrade issues

2008-04-23 Thread Gary Browne
Hi all After the deafening silence from my last question, I'll try and rephrase it and break it down. Firstly, perhaps I'm too ambitious but I'm more or less trying to do two upgrades at once: i) upgrade from PostGreSQL 7.4.19 to 8.1.11. I'm actually moving the whole setup to a new machine -