[fcrepo-user] 2011 DuraSpace Sponsorship Program Update

2011-09-08 Thread Valorie Hollister
Dear DSpace and Fedora Communities - Please see the update below about the Sponsor Program. Thank you to all the institutions who have joined with us so far! It is not too late to participate - please encourage your Library Directors to support DuraSpace. To make it easier, see below for a l

Re: [fcrepo-user] Segmentation fault in fcrepo-client-admin-3.5.jar

2011-09-08 Thread Uwe Klosa
On 8 September 2011 09:30, Stephen Bayliss < stephen.bayl...@acuityunlimited.net> wrote: > ** > Just a thought, but if the stack overflow is triggering this, have you > tried modifying the memory parameters for the JVM in which the client is > running? > > The set-env script seems to specify -Xms6

Re: [fcrepo-user] Segmentation fault in fcrepo-client-admin-3.5.jar

2011-09-08 Thread Aaron Birkland
> (on the other hand there may be some underlying reason for the > StackOverflowError that does need resolving). As far as I recall, there was not much (or any) work on the java admin per se in 3.5. The fact that this overflow is occurring within Axis (where it is presumably acting upon data re

Re: [fcrepo-user] Internal Authorization Problem?

2011-09-08 Thread Mateusz Pabiƛ
Hi, Right, when I restored to default user configuration it seems to work. Thanks. -- Mateusz W dniu 2011-09-08 11:13, Asger Askov Blekinge wrote: > Your problem is in the backedSecurity module. When fedora resolves a url > that seem to point back into fedora, it does so with some hardcoded >

Re: [fcrepo-user] Internal Authorization Problem?

2011-09-08 Thread Asger Askov Blekinge
Your problem is in the backedSecurity module. When fedora resolves a url that seem to point back into fedora, it does so with some hardcoded credentials. I would assume you have removed the internal call users from the fedura-users.xml or in some other way disabled the backend security. Tells u

Re: [fcrepo-user] Fedora namespace in addRelationship

2011-09-08 Thread Stephen Bayliss
Hi Tobias You need to use the fully-qualified name; namespace-prefixed names won't work correctly in the relationships methods. So your predicate fedora:hasDerivation Should instead be info:fedora/fedora-system:def/relations-external#hasDerivation Steve > -Original Message- > From: T

Re: [fcrepo-user] Segmentation fault in fcrepo-client-admin-3.5.jar

2011-09-08 Thread Stephen Bayliss
Just a thought, but if the stack overflow is triggering this, have you tried modifying the memory parameters for the JVM in which the client is running? The set-env script seems to specify -Xms64m -Xmx96m Possibly these values are no longer appropriate for the java admin client; or increasing t

[fcrepo-user] Fedora namespace in addRelationship

2011-09-08 Thread Tobias Schmidt
Hi, I,m trying to add a relationship with predicate e.g "fedora:hasDerivation", where namespace "fedora" should reference to internal scheme "info:fedora/fedora-system:def/relations-external#". Please find below there is the definition of namespace "fedora" but no scheme reference! What I'm d