Hello, I build exactly the same way. I end up with a 34M jackrabbit-standalone-1.5.2.jar which fails to start, while the one downloaded from the download page is 20M.
What is the file size in your case? Thanks, Antonio -----Original Message----- From: Jukka Zitting [mailto:[email protected]] Sent: Wednesday, January 21, 2009 3:00 AM To: [email protected] Subject: Re: Built 1.5.2 standalone does not start 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
