JavaJ wrote:
Anyone else have trouble deploying the jackrabbit-server-1.0.1.war on Tomcat
5.0.28, using JDK 1.5?

The initial error that I get when I tried to deploy the war was:

javax.xml.transform.TransformerFactoryConfigurationError: Provider
org.apache.xalan.processor.TransformerFactoryImpl not found

This is apparently a 1.5 issue on Tomcat and the solution is the remove the
xercesImpl.jar and xml-apis.jar from the endorsed library folder.

After removing the files, I now get this error:

org.apache.jackrabbit.core.config.ConfigurationException: Configuration file
syntax error.: Premature end of file.: Premature end of file.

I have not changed anything in the war that came from the apache jackrabbit
website.

Any ideas?

I remember having "Premature end of file" error when the repository directory wasn't fully initialized (due to a similar previous error) and the workspace.xml or some other xml file was empty. Deleting and re-initializing the repository directory helped.

Pavel

Reply via email to