Hi,
On Wed, Jan 21, 2009 at 4:57 AM, MARTINEZ Antonio
<[email protected]> wrote:
> If I download the standalone jar jackrabbit standalone-1.5.2.jar from
> http://jackrabbit.apache.org/downloads.html the repository comes up just
> fine.
> However if I download the code and build it myself, I get an error
> during startup. Any pointers ?
It looks like the configuration embedded within the standalone jar is
somehow broken. How did you build it?
The following works for me:
jar xf source/jackrabbit-1.5.2-src.jar
cd jackrabbit-1.5.2
mvn install
cd jackrabbit-standalone/target
java -jar jackrabbit-standalone-1.5.2.jar
BR,
Jukka Zitting