Hi all, > I made a fresh checkout yesterday and downloaded lenya 1.4.x along > with cocoon-2.1.x (as svn:externals). I'm following the "Installation > with Tomcat" steps in the Lenya site. > > I've built it successfully and then I've checked the endorsed > libraries. The only file I've found in the folders suggested is > xml-apis.jar. However, I've found several files placed in both > /common/endorsed and /webapps/lenya/WEB-INF/lib/endorsed. They are: > > jakarta-bcel-20040329.jar > jakarta-regexp-1.4.jar > xalan-2.7.0.jar > xercesImpl-2.7.1.jar > xml-apis-1.3.02.jar > > I've tried removing those files and now I can access > the Lenya Welcome page. I can access the Default Publication and > create a new one. However, any time I try to login as Editor or access > the Reader's view I get this message: > > HTTP Status 500 - > > type Exception report > > message > > description The server encountered an internal error () that prevented > it from fulfilling this request. > > exception > javax.servlet.ServletException: La ejecución del Servlet lanzó una excepción > > root cause > > java.lang.NoSuchMethodError: > javax.xml.transform.dom.DOMResult.getNextSibling()Lorg/w3c/dom/Node;
I've finally solved it myself. The problem was that Tomcat 5.0.28 ships with xml-apis.jar in common/endorsed and the Lenya 1.4.x build process copies xml-apis-1.3.02.jar to the same directory. There was some sort of conflict between these files and removing the xml-apis.jar fixed the problem. Regards, Paloma -- Paloma Gomez University of Seville --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
