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

On Tue, Nov 30, 2004 at 01:35:54PM +0100, Peter Kmet wrote: thanks for your answer, - Version : Apache Tomcat/5.5.4 - conf/Catalina/localhost/jetspeed.xml : there are also these parameters: <!-- Class name for HSQL JDBC driver --> <parameter> <name>driverClassName</name> <value>org.hsqldb.jdbcDriver</value> </parameter>

<!-- The JDBC connection url for connecting to your HSQL dB. --> <parameter> <name>url</name> <value>jdbc:hsqldb:hsql://127.0.0.1:9001</value> </parameter>

- moving hsqldb.jar to /shared/lib brings no changes

btw. when I start database I get [echo] ==================================== [echo] Production/Deployment Database [echo] ==================================== [java] server.properties not found, using command line or default properties

[java] Opening database: ./src/database/hsql/Production [java] HSQLDB server 1.7.1 is running [java] Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly [java] Tue Nov 30 10:15:37 CET 2004 Listening for connections ...

danke :)

On Tue, Nov 30, 2004 at 12:17:37PM +0100, marc@infineon.com wrote:

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>

--------------------------------------------------------------------- To unsubscribe, e-mail: jets@jakarta.apache.org For additional commands, e-mail: jets@jakarta.apache.org