hi everyone!

after updating, trunk now compiles and runs again. but for every request, i get this:

====
Initialization Problem

Message: /srv/lenya/build/lenya/webapp/samples/blocks/jcr/repotest/repository.xml (No such file or directory)

Description: org.apache.avalon.framework.configuration.ConfigurationException: Cannot access configuration information at file:/srv/lenya/build/lenya/webapp/WEB-INF/cocoon.xconf:1666:106

Sender: org.apache.cocoon.servlet.CocoonServlet

Source: Cocoon Servlet

cause

java.io.FileNotFoundException: /srv/lenya/build/lenya/webapp/samples/blocks/jcr/repotest/repository.xml (No such file or directory)
====


the corresponding section in my cocoon.xconf is this:

<component class="org.apache.cocoon.jcr.JackrabbitRepository" logger="jcr" role="javax.jcr.Repository">
     <credentials login="anonymous" password=""/>

     <jaas src="context://samples/blocks/jcr/repotest/jaas.config"/>

     <home src="context://samples/blocks/jcr/repotest"/>
     <!--
     <home src="file:/home/USER/repotest"/>
     -->

<configuration src="context://samples/blocks/jcr/repotest/repository.xml"/>
     <!--
     <configuration src="file:/home/USER/repository.xml"/>
     -->
  </component>


(note that i'm not using the repository yet.)



regards,


jörn



--
"Open source takes the bullshit out of software."
        - Charles Ferguson on TechnologyReview.com

--
Jörn Nettingsmeier, EDV-Administrator
Institut für Politikwissenschaft
Universität Duisburg-Essen, Standort Duisburg
Mail: [EMAIL PROTECTED], Telefon: 0203/379-2736

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to