9 messages in org.apache.portals.jetspeed-userreally "The Hypersonic JDBC driver re...
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:really "The Hypersonic JDBC driver require no configuration"?Actions...
From:Peter Kmet (km@neuron.tuke.sk)
Date:Nov 30, 2004 2:02:01 am
List:org.apache.portals.jetspeed-user

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>