You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Conny Pemfors <co...@uarda.lu.se> on 2002/06/04 14:23:30 UTC

no suitable driver

The org.apache.cocoon.www.sitemap_xmap notifies that
org.apache.cocoon.ProcessingException says:

Exception in ServerPagesGenerator.generate()

More precisely:

org.apache.cocoon.ProcessingException: Exception in
ServerPagesGenerator.generate(): java.lang.RuntimeException: Error opening
connection to dburl: : No suitable driver

so what's the problem


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: no suitable driver

Posted by Andrew Savory <an...@luminas.co.uk>.
On Tue, 4 Jun 2002, Conny Pemfors wrote:

> org.apache.cocoon.ProcessingException: Exception in
> ServerPagesGenerator.generate(): java.lang.RuntimeException: Error opening
> connection to dburl: : No suitable driver
>
> so what's the problem

Cocoon is trying to connect to a database specified in either
database.properties or in your cocoon.xconf, but is unable to find a
suitable database driver for the connection. Take a look through both of
those files for database-url or dburl, and check what is specified for
database-driver. Make sure you have the appropriate jdbc database driver
in your path.


Andrew.

-- 
Andrew Savory                                Email: andrew@luminas.co.uk
Managing Director                              Tel:  +44 (0)870 741 6658
Luminas Internet Applications                  Fax:  +44 (0)700 598 1135
This is not an official statement or order.    Web:    www.luminas.co.uk


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>