[Jcrbrowser-developers] Credential problem with JCRBrowser connecting to a local repository
Brought to you by:
sandro_boehme
|
From: Willis M. <wil...@ma...> - 2009-02-17 19:36:50
|
I am using Jackrabbit 1.4 embedded inside my app.
I am trying to get the latest JCRBrowser to connect to the repository
created by my app, using the bundled Jackrabbit connector in JCRBrowser.
I keep getting the following credential error whenever I try to connect:
It was not possible to login. Please check the credentials.
Invalid repository configuration: /XXX/Repository Configuration.xml:
Configured class org.apache.jackrabbit.core.fs.local.LocalFileSystem
does not contain the property externalBLOBs. Please fix the repository
configuration.:
Configured class org.apache.jackrabbit.core.fs.local.LocalFileSystem
does not contain the property externalBLOBs. Please fix the repository
configuration.
I am using a standard Jackrabbit 1.4 config file which contains three
LocalFileSystem sections, each of which looks like this:
<FileSystem
class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
<param name="path" value="${rep.home}/version"/>
<param name="externalBLOBs" value="true"/>
</FileSystem>
I have made sure that my app has disconnected properly from the
repository and that there is no lock file, and I have verified that
JCRBrowser is looking in the right location for the config file and
the repository root folder.
Any thoughts on what the problem might be? Can I mix versions of
Jackrabbit like this?
Thanks,
Willis Morse
|