Hi Thomas, On Mon, Aug 16, 2010 at 8:18 AM, Thomas Müller <[email protected]>wrote:
> Hi, > > The root cause is: DatabaseJournal "ORA-00902: invalid datatype". What > version of Oracle and Jackrabbit do you use? Oracle 9. JackRabbit version is whatever is with the latest Sling builds (2.1?). > > The only 'fix' was to copy ns_reg.properties and ns_idx.properties from > one node to another. > > I believe a workaround / the solution is to use a shared > repository-level file system. I have updated the wiki page at > http://wiki.apache.org/jackrabbit/Clustering . In your case this > means: > > <Repository> > <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > <param name="path" value="<shared>"/> > </FileSystem> > ... > > The other file systems are OK. If you want, you can use a database > file system here (the other file system can be LocalFileSystem). > Thanks for clarifying that. I'll be sure to update our documentation as well. > Regards, > Thomas >
