You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Christophe <ch...@sword-technologies.com> on 2004/03/07 21:54:06 UTC

TxFileContentStore

Hi All ,

The following Slide API call gives an excepion when I'm using the 
content store "org.apache.slide.store.txfile.TxFileContentStore"

                content.create(slideToken, "/files/folder1/content1", 
revisionDescriptor, revisionContent);

Everything works fine with the JDBCStore.

The exception is :

org.apache.slide.store.txfile.rm.ResourceManagerSystemException: 
main-1078692273733-5: Failed to undo change / create of 
'/files/folder1/content1_1.0' (ERR_SYSTEM)
    at 
org.apache.slide.store.txfile.rm.impl.FileResourceManager.undoScheduledChangeOrCreate(FileResourceManager.java:993)
    at 
org.apache.slide.store.txfile.rm.impl.FileResourceManager.deleteResource(FileResourceManager.java:696)
    at 
org.apache.slide.store.txfile.rm.impl.FileResourceManager.deleteResource(FileResourceManager.java:676)
    at 
org.apache.slide.store.txfile.TxFileContentStore.storeRevisionContent(TxFileContentStore.java:117)
    at 
org.apache.slide.store.txfile.TxFileContentStore.createRevisionContent(TxFileContentStore.java:85)
    at 
org.apache.slide.store.AbstractStore.createRevisionContent(AbstractStore.java:1296)
    at 
org.apache.slide.store.ExtendedStore.createRevisionContent(ExtendedStore.java:393)
    at org.apache.slide.content.ContentImpl.create(ContentImpl.java:553)
 ...

I don't understant what Slide is doing :-( Any idea ?

Regards,
Christophe

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: TxFileContentStore

Posted by Martin Holz <ho...@fiz-chemie.de>.
"Christophe" <ch...@sword-technologies.com> writes:

> Hi All ,
> 
> The following Slide API call gives an excepion when I'm using the
> content store "org.apache.slide.store.txfile.TxFileContentStore"
> 
> 
>                 content.create(slideToken, "/files/folder1/content1",
> revisionDescriptor, revisionContent);
> 
> 
> Everything works fine with the JDBCStore.
> 
> The exception is :
> 
> org.apache.slide.store.txfile.rm.ResourceManagerSystemException:
> main-1078692273733-5: Failed to undo change / create of
> '/files/folder1/content1_1.0' (ERR_SYSTEM)
> 
>     at
> org.apache.slide.store.txfile.rm.impl.FileResourceManager.undoScheduledChangeOrCreate(FileResourceManager.java:993) 
> 
> I don't understant what Slide is doing :-( Any idea ?

Not in detail. Looks like the store is trying to rollback a transaction
and fails to do so.


Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org