Hi, I'm new to the list and new to Jackrabbit.
I've been following the instructions for deploying Jackrabbit on JBoss ( http://wiki.apache.org/jackrabbit/JackrabbitOnJBoss) and believe I've got everything working but the WebDAV part. I've written a little Spring-based web app that looks up the Jackrabbit repository via JNDI @ java:jcr/local. The JNDI lookup produces the Repository object and I can succesfully read and write nodes. In short: my .war file is successfully connecting to the Jackrabbit JCA adapter. When I deploy the the jackrabbit-webapp.war file it deploys without any stacktraces being spewed out onto the console. I've used the web.xml example from the wiki. When I access http://localhost:8080/jackrabbit/ I get a white web page with the following text: Error while accessing the repository: The repository is not available. Check the configuration or use the easy setup<http://localhost:8080/jackrabbit/admin/>wizard. The server console displays the following (once again no stacktraces): 11:44:06,674 INFO [AbstractConfig] Configuration of BootstrapConfig 11:44:06,675 INFO [AbstractConfig] ---------------------------------------------- 11:44:06,679 INFO [AbstractConfig] jndiConfig: [EMAIL PROTECTED] 11:44:06,679 INFO [AbstractConfig] rmiConfig: [EMAIL PROTECTED] 11:44:06,679 INFO [AbstractConfig] repositoryHome: null 11:44:06,679 INFO [AbstractConfig] repositoryConfig: null 11:44:06,679 INFO [AbstractConfig] class: class org.apache.jackrabbit.j2ee.BootstrapConfig 11:44:06,679 INFO [AbstractConfig] valid: true 11:44:06,679 INFO [AbstractConfig] repositoryName: java:jcr/local 11:44:06,679 INFO [AbstractConfig] ---------------------------------------------- 11:44:06,679 INFO [AbstractConfig] Configuration of JNDIConfig 11:44:06,679 INFO [AbstractConfig] ---------------------------------------------- 11:44:06,679 INFO [AbstractConfig] jndiName: java:jcr/local 11:44:06,679 INFO [AbstractConfig] class: class org.apache.jackrabbit.j2ee.JNDIConfig 11:44:06,680 INFO [AbstractConfig] jndiEnv: {} 11:44:06,680 INFO [AbstractConfig] valid: true 11:44:06,680 INFO [AbstractConfig] jndiEnabled: false 11:44:06,680 INFO [AbstractConfig] ---------------------------------------------- 11:44:06,680 ERROR [RepositoryAccessServlet] The repository is not available. Check config of 'RepositoryAccessServlet'. Any help and advice would be appreciated. Regards, Ijonas Kisselbach.
