You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/08/14 04:51:31 UTC

DO NOT REPLY [Bug 28273] - Initialization Problem

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28273>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28273

Initialization Problem

vgritsenko@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From vgritsenko@apache.org  2004-08-14 02:51 -------
org.apache.avalon.framework.configuration.ConfigurationException: 
Problem setting up the connection to XML:DB: null

Caused by: java.lang.ClassCastException
	at org.apache.cocoon.components.source.impl.XMLDBSourceFactory.configure
(XMLDBSourceFactory.java:112)


You have to configure XMLDB source with class ("driver") implementing Database
interface (org.xmldb.api.base.Database). The one you provided was either not
implementing it, or you have class loading issues (misplaced jars, etc).