Hi,all: 1.in current svn,start cocoon in win32 and access it will generate such exception: Message: Configuration element FileSystem not found in SearchIndex.
Description: org.apache.avalon.framework.configuration.ConfigurationException: Cannot access configuration information at file:/D:/cocoon/BRANCH_2_1_X/build/webapp/WEB-INF/cocoon.xconf:2671:106 Sender: org.apache.cocoon.servlet.CocoonServlet Source: Cocoon Servlet cause org.apache.jackrabbit.core.config.ConfigurationException: Configuration element FileSystem not found in SearchIndex. request-uri /samples/blocks/ full exception chain stacktrace org.apache.avalon.framework.configuration.ConfigurationException: Cannot access configuration information at file:/D:/cocoon/BRANCH_2_1_X/build/webapp/WEB-INF/cocoon.xconf:2671:106 the cocoon.xconf 2671 line is : <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> 2.portal tools i18n doesn't work,check archive mail-list http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=111692234511897&w=2 Can anyone fix it please? Thanks. Roy Huang
