Carl M�sak <[EMAIL PROTECTED]> writes: > Hello fellow Cocooners, > > I'm running Cocoon 2.1rc1 with Jetty 4.2.9 (running on port 80), trying to > get it to work harmoniously with eXist 0.9.2 (on a RedHat 9.0 i686 running > JDK1.4.1_03). > > I've followed the various tutorials on the web (especially ExistInCocoon > in the cocoonwiki), and set everything up according to the letter. > However, when I try a db request of the form > > http://localhost/xmldb/ > > I get this as a result xml tree: > > <html><body/></html> > > and this exception: > > 01:47:16.929 WARN!! Error for /xmldb/ > java.lang.NoSuchMethodError: > org.xmldb.api.base.XMLDBException.<init>(ILjava/lang/String;Ljava/lang/Throwable;)V > at org.exist.xmldb.RemoteCollection.close(RemoteCollection.java:109) > at > org.apache.cocoon.components.source.impl.XMLDBSource.collectionToSAX(XMLDBSource.java:307) > at > org.apache.cocoon.components.source.impl.XMLDBSource.toSAX(XMLDBSource.java:184)
Probably some kind of classloader problem. In which directory are xmldb.jar and exist.jar? Is the exist XMLRPC servlet running in the same servlet context as cocoon? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
