[Dspace-tech] DSpace 1.5 submission bug?

2008-02-26 Thread Mika Stenberg
I am encountering strange behaviour with DSpace 1.5 beta submission process. I have a collection which has read and collection_admin policy to to Administrators. When Im trying to submit a document in this collection I get the following error at the end of submission process. However the

Re: [Dspace-tech] DSpace Remote APIs

2008-02-26 Thread Rob Hudson
Thanks all for the information. I'm after a purely pull method of access. Effectively sucking as much information out of DSpace as is possible. I was thinking of a REST based approach due to simplicity. Is OAI-PMH supported on the current version? Thanks again, Rob On 22/02/2008, Mark

[Dspace-tech] Dspace build error

2008-02-26 Thread yinjin
Hi All, I'm trying to install dspace 1.5 beta. However, When I run mvn package assembly:assembly, it throws an error: [INFO] [INFO] Building DSpace JSPUI :: Web Application Resources [INFO]task-segment: [package]

[Dspace-tech] RSS feed error

2008-02-26 Thread Jeffrey Trimble
I'm receiving a RSS feed error, and I cannot for the life of me figure out what it is looking for. My RSS feeds for my own use are working fine. An internal server error occurred on http://dspace.maag.ysu.edu:8080/ dspace: Date: 2/26/08 10:55 AM Session ID:

[Dspace-tech] Registration problem

2008-02-26 Thread Glenn Bunton
Version 1.3.2 When someone registers and tries the link they receive in the email that looks something like this https://myurl/dspace/register?token=. it times out with a message that it can't connect. Any ideas of what to look for? Also, where is the text for the email message that is

Re: [Dspace-tech] RSS feed error

2008-02-26 Thread Mark Diggory
Missing Channel Description errors occur when the collection or community in question does not have a description. On Feb 26, 2008, at 8:25 AM, Jeffrey Trimble wrote: I'm receiving a RSS feed error, and I cannot for the life of me figure out what it is looking for. My RSS feeds for my own

Re: [Dspace-tech] Dspace build error

2008-02-26 Thread Mark Diggory
The documentation on building dspace 1.5 beta should clearly say you just use mvn package using mvn package assembly:assembly will cause the package to be constructed twice and result in an error different than this. This particular error is caused because your maven installation has some

Re: [Dspace-tech] Dspace build error

2008-02-26 Thread yinjin
Thanks, Mark. mvn -U package works. :) Ying - Original Message - From: Mark Diggory [EMAIL PROTECTED] To: yinjin [EMAIL PROTECTED] Cc: dspace-tech@lists.sourceforge.net Sent: Tuesday, February 26, 2008 3:29 PM Subject: Re: [Dspace-tech] Dspace build error The documentation on

Re: [Dspace-tech] Dspace build error

2008-02-26 Thread Mark Diggory
Great, I'm glad we are starting to see that -U is enough to fix the problem. I think I will put it in the docs for the next 1.5 cut. On Feb 26, 2008, at 1:01 PM, yinjin wrote: Thanks, Mark. mvn -U package works. :) Ying - Original Message - From: Mark Diggory [EMAIL PROTECTED]