[Dspace-tech] DSpace 1.5 - Handle Server can't resolve handles for any items

2008-06-12 Thread Shomorony, Ilan
Hello, I've recently upgraded our DSpace to 1.5 and I also installed the handle server according to the documentation. I updated all the prefixes, but DSpace will give me an internal error every time I try to open an item. The error is the following: Exception: java.lang.NullPointerException

[Dspace-tech] No of Items in Workflow

2008-06-12 Thread Jayan Chirayath Kurian
Hi! In our live DSpace server, 2 level workflow (i.e. metadata editing and approving) has been setup. Although for each submission to the workflow, an email is generated indicating that an item has been submitted for approval, is there any quick way (Postgresql sql query) to find out at a

[Dspace-tech] Handles and URLS in 1.5

2008-06-12 Thread Brett, Hamish
Hi Didnt receive any feedback on this one reposting it as it is a show stopper to us. Additionally is there a way to setup Handles locally? Thanks Hamish From: Brett, Hamish Sent: Friday, 6 June 2008 4:43 PM To: dspace-tech@lists.sourceforge.net

Re: [Dspace-tech] No of Items in Workflow

2008-06-12 Thread Claudia Jürgen
Hi Jayan, you can view the workflow items via the DSpace admin UI [YourDSpaceURL]/dspace-admin/workflow Just to count the total number of workflow items would be: select count(*) from workflowitem; hope that helps Claudia Jayan Chirayath Kurian schrieb: Hi! In our live DSpace

Re: [Dspace-tech] filter-media error in DSpace 1.4.2

2008-06-12 Thread Graham Triggs
Sue, I *think* you can use the PDFFilter class from 1.5 (/dspace-api/src/main/java/org/dspace/app/mediafilter/PDFFilter.java) without any problems. There are changes post-1.4.2 in the media filter regarding the ability to use 'self-named' plugins, but it doesn't look like this affects the

Re: [Dspace-tech] No of Items in Workflow

2008-06-12 Thread Jayan Chirayath Kurian
Thanks Claudia and count looks perfect. Now we have 1106 items in the workflow. Oh... Cheers! Jayan -Original Message- From: Claudia Jürgen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 3:39 PM To: Jayan Chirayath Kurian Cc: dspace-tech@lists.sourceforge.net Subject: Re:

Re: [Dspace-tech] Messages.properties

2008-06-12 Thread Mark Diggory
No, that happens in Maven now. You will need to rebuild in Maven to see the changes if your alter then file in [dspace-source]. Its important to try to keep one changes all located on one project, in this case [dspace-source]/... this allows you to maintain a customized distribution

Re: [Dspace-tech] vmware support

2008-06-12 Thread chodge5
We have been running 1.5 on vmware with RHEL since March without any problems. Chris Hodge University of Tennessee On Wed, 11 Jun 2008, Bram Luyten wrote: Date: Wed, 11 Jun 2008 21:45:36 +0200 From: Bram Luyten [EMAIL PROTECTED] To: dspace-tech@lists.sourceforge.net

[Dspace-tech] Translation to Submit Form is still not applied

2008-06-12 Thread Robert Roggenbuck
Hi, I set up a German version of input-forms.xml (as input-forms_de.xml) in my [dspace-source]. Using 'ant init_configs' it is now in [dspace]/config/. But even after restarting Tomcat the submit form is still in English. Other parts of DSpace are in German, so the language switch works.

[Dspace-tech] checksum effects from file name changes

2008-06-12 Thread Kyle Kaliebe
Dear Dspace Tech list, We have run into a few instances where we have made changes to the file names of some of our bitstreams. We want to ensure that if changing file names changes the MD5 checksum of the bitstreams that the old and new checksum results are recorded in the provenance metadata

Re: [Dspace-tech] checksum effects from file name changes

2008-06-12 Thread Mark Diggory
Name changes do not effect checksum calculation, which should be on the file contents alone. NAme changes are only to records in the database, the original file and its location in the file system do not change. Cheers, Mark On Jun 12, 2008, at 9:06 AM, Kyle Kaliebe wrote: Dear Dspace

Re: [Dspace-tech] DSpace-tech Digest, Vol 26, Issue 31

2008-06-12 Thread Fox, Graeme
Dear Robin, I echo Bram's comments, we run DSpace on RHEL 4 and 5, under VMware on a number of different hardware ranging from my laptop, desktop to servers (dual processors, 2GB mem..etc) no problems at all. And having under VMware allows us to relocate the application to other boxes with

[Dspace-tech] Fieldable class exceptions on indexing and on import

2008-06-12 Thread Mark Jordan
Hello, We've just upgraded to DSpace 1.4.2 and everything appears to be working well. However, I'm getting two different error messages about the same Java class, Fieldable: On running index-all: ./index-all Creating browse index Indexing all Items in DSpace ... Done Creating search