9 messages in org.apache.portals.jetspeed-userAW: really "The Hypersonic JDBC drive...
FromSent OnAttachments
Peter KmetNov 30, 2004 2:02 am 
Hema MenonNov 30, 2004 3:12 am 
marc...@infineon.comNov 30, 2004 3:17 am 
Peter KmetNov 30, 2004 4:35 am 
Peter KmetNov 30, 2004 5:02 am 
Peter KmetNov 30, 2004 5:05 am 
Peter KmetNov 30, 2004 5:10 am 
marc...@infineon.comNov 30, 2004 5:11 am.xml
Peter KmetNov 30, 2004 5:14 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:AW: really "The Hypersonic JDBC driver require no configuration"?Actions...
From:marc...@infineon.com (marc@infineon.com)
Date:Nov 30, 2004 3:17:15 am
List:org.apache.portals.jetspeed-user

If you are using TC 5.5.x you make need to tweak jetspeed.xml and to move
hsqldb.jar to /shared/lib.

Marc

-----Ursprüngliche Nachricht----- Von: Hema Menon [mailto:meno@gmail.com] Gesendet: Dienstag, 30. November 2004 12:12 An: Jetspeed Users List Betreff: Re: really "The Hypersonic JDBC driver require no configuration"?

What version of tomcat are you running this? Also do you have jetspeed.xml file
in CATALINA_HOME\conf\catalina\localhost directory?

Hema

On Tue, 30 Nov 2004 11:02:23 +0100, Peter Kmet <km@neuron.tuke.sk> wrote:

Hi,

Use anyone this driver? What shall I configure instead steps that are in http://portals.apache.org/jetspeed-2/getting-started.html ?

When I try http://localhost:8080/jetspeed I get blank page and in tomcat logs is following:

... [org.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl] ERROR: SQLException thrown while trying to get Connection from Datasource (java:comp/env/jdbc/jetspeed) Cannot create JDBC driver of class '' for connect URL 'null' org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of
class '' for connect URL 'null' at
org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:780) ...

It looks like somewhere missing configuration, but where?

in WEB-INF/conf/test/registry-hsql-database.xml is:

<database name="registry" engine="hsql"> <driver url="jdbc:hsqldb:./test/db/hsql/Registry" class-name="org.hsqldb.jdbcDriver"> <param name="user" value="sa" /> <param name="password" value="" /> </driver> <mapping href="registry-mapping.xml"/> </database>