[Dspace-tech] connection pool error

2010-04-13 Thread ManuMohedano
Hi all. We are using dspace 1.5.2 version and and we are having some problems every 3-4 hours getting this error: 2010-04-13 09:01:38,521 WARN org.dspace.jsp @ anonymous:no_context:database_error:org.apache.commons.dbcp.SQLNestedException\colon; Cannot get a connection, pool error\colon;

[Dspace-tech] Create communities and collections programmatically

2010-04-13 Thread Hayden Young
We are in the process of converting records for importation into DSpace. The records are stored in a directory structure that exactly matches our communities and collections hierarchy and we have a script to prepare the records for conversion and importation. We would also like our conversion

Re: [Dspace-tech] Create communities and collections programmatically

2010-04-13 Thread Stuart Lewis
Hi Hayden, We are in the process of converting records for importation into DSpace. We would also like our conversion scripts to build the communities and collections by reading the directory hierarchy and creating the corresponding communities and collections. Are there any scripts or

Re: [Dspace-tech] Create communities and collections programmatically

2010-04-13 Thread Hilton Gibson
Hi Stuart Will it be able to export with DSpace version 1.6.1 ? That would be very useful for backups ! Also would it be able to export the users and permissions per collection/bitstream ? Cheers hg. On 13 April 2010 12:01, Stuart Lewis s.le...@auckland.ac.nz wrote: Hi Hayden, We are in

Re: [Dspace-tech] Create communities and collections programmatically

2010-04-13 Thread Stuart Lewis
Hi Hilton, Tim Donohue has been doing some work in this area. He'll be able to explain it better than I, but the code he has been working on is available at: - http://scm.dspace.org/trac/dspace/browser/sandbox/aip-external-1_6-prototype Details can be found at: -

[Dspace-tech] Search extended: Digital Library Programmer Analyst (GWU, Washington, DC)

2010-04-13 Thread karim boughida
We're seriously evaluating dspace and fedora so dspace developers are encouraged to apply. The search for a Digital Library Programmer Analyst at the George Washington University (Washington, DC) has been extended through April 16, 2010. Please see below announcement for further details. Feel

Re: [Dspace-tech] Create communities and collections programmatically

2010-04-13 Thread Hayden Young
Great, thanks for the guidance Stuart. On 13/04/10 18:22, Stuart Lewis wrote: Hi Hilton, Tim Donohue has been doing some work in this area. He'll be able to explain it better than I, but the code he has been working on is available at: -

[Dspace-tech] Browse/Search not updating

2010-04-13 Thread Evans, Kevin
Hello, once again.. I'm encountering an oddity with our Dspace installation that I can only put down to caching. I have changed the browse config. I have reindexed the search.browse and on most collections the changed menu appears fine. But on some the old option still appears. I have

[Dspace-tech] IPAuthentication not working since upgrade

2010-04-13 Thread Jason Fowler
All, We recently upgraded to 1.6, and I have noticed that IPAuthentication now seems not to be working. Any idea why this might be the case? Nothing has really changed in our setup. Jason Fowler, CA, MSLS Archives and Special Collections Librarian The Southern Baptist Theological Seminary

Re: [Dspace-tech] IPAuthentication not working since upgrade

2010-04-13 Thread keith . gilbertson
Jason, There's a bug that breaks IP authentication in 1.6, discovered by Dave Falke and Stuart Lewis. There's a thread here that details the fix: http://www.mail-archive.com/dspace-de...@lists.sourceforge.net/msg02985.html - Original Message - From: Jason Fowler jfow...@sbts.edu To:

[Dspace-tech] Dspace upgrade 1.5.2 to 1.6.0

2010-04-13 Thread Tumie Morupisi
we are trying to upgrade from dspace 1.5.2 to 1.6.0 but everything works fine until step 9 for rolling log appeander upgrade were we get an error Exception in thread main java.lang.noclassdefFoundError org/dspace/app/launcher/scriptlauncher. what could be the problem?

[Dspace-tech] Lost permission to access dspace server after update

2010-04-13 Thread Shaw Yu
Hi there, I followed the update steps from 1.4.2 to 1.5.0 and finished the update. However, when access the server, I got: Forbidden You don't have permission to access /dspace/ on this server. I did not touch the Apache and the related files. Not sure what went wrong. Also, I do not see any

Re: [Dspace-tech] Lost permission to access dspace server after update

2010-04-13 Thread Shaw Yu
Also, When accessing some other directories, I simply got blank screens. For example: http://uls-linux17.uls.vcu.edu/mydspace (blank) http://uls-linux17.uls.vcu.edu (blank) http://uls-linux17.uls.vcu.edu/dspace/manager/ (Error: Document Not Found)

Re: [Dspace-tech] Lost permission to access dspace server after update

2010-04-13 Thread Jason Fowler
Since upgrading, I, too, have had the blank screen problem. Usually, the only thing that resolves it for me is a restart. Jason Fowler, CA, MSLS Archives and Special Collections Librarian The Southern Baptist Theological Seminary Vice President, ALABI jfow...@sbts.edu

[Dspace-tech] Where is Messages_LOCALE.properties ?

2010-04-13 Thread Panyarak Ngamsritragul
I am now in the state of implementing DSpace 1.6 to our service. There are a few modifications I would like to make to Messages.properties file. For English language, this can be done with difficulty. But for some other languages, I just could not locate the files! In the manual page 139

Re: [Dspace-tech] Where is Messages_LOCALE.properties ?

2010-04-13 Thread Hayden Young
Probably the most up-to-date generic language property files are located in the DSpace language module source control. http://scm.dspace.org/svn/repo/modules/dspace-api-lang/trunk/src/main/resources/. If you already have a DSpace instance deployed, implmenting a new language properties file is

Re: [Dspace-tech] Where is Messages_LOCALE.properties ?

2010-04-13 Thread Panyarak Ngamsritragul
Thanks Hayden, I set the supportin locales in dspace.cfg to be something like this: webui.supported.locales = en, th, ja And then deployed the DSpace. There is no problem to have them switch between each locales. But I found it very tricky because the Messages_LOCALE.properties files are

Re: [Dspace-tech] Where is Messages_LOCALE.properties ?

2010-04-13 Thread Hayden Young
Where are those different language messages from? Does the system read them directly from http://scm.dspace.org/svn/repo/modules/dspace-api-lang/trunk/src/main/resources ? You'll need to download the properties files from the languages module to your DSpace installation's