hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
List, Is there some comprehensive DB configure doc for C2? I've looked throught the listserv but its very piecemeal (sp?). I keep getting this error from tomcat: Loading catalog: /localhost/cocoon/resources/entities/catalog Server.run/init: java.net.BindException: Address in use: JVM_Bind

RE: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread Mark S. Kent
To: [EMAIL PROTECTED] Subject: hsqldb - how do I get rid of this error message (and turn off hsqldb) List, Is there some comprehensive DB configure doc for C2? I've looked throught the listserv but its very piecemeal (sp?). I keep getting this error from tomcat: Loading catalog: /localhost/cocoon

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread Lajos Moczar
Comment out the hsqldb stuff in cocoon.xconf, unless you really need it. Lajos daniel robinson wrote: List, Is there some comprehensive DB configure doc for C2? I've looked throught the listserv but its very piecemeal (sp?). I keep getting this error from tomcat: Loading catalog:

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
Ok, I commented out the hsqldb stuff and this error has gone away - but I can't get PostgreSQL to work correctly. I've created the sample DB and modified cocoon.xconf: datasources jdbc name=personnel pool-controller min=5 max=10/ auto-committrue/auto-commit

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread Lajos Moczar
I don't know PostgreSQL, but you might try putting the jar file in cocoon/WEB-INF/lib. I have found cases where cocoon doesn't have access to the jars in $CATALINA_HOME/common/lib, even though it is supposed to. If that doesn't fix the problem, you'll have to post the error message. Lajos

RE: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread Berin Loritsch
From: daniel robinson [mailto:[EMAIL PROTECTED]] Ok, I commented out the hsqldb stuff and this error has gone away - but I can't get PostgreSQL to work correctly. I've created the sample DB and modified cocoon.xconf: datasources jdbc name=personnel pool-controller

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
That didn't work: Here is the error: java.lang.AbstractMethodError at org.apache.avalon.excalibur.datasource.JdbcConnection.prepareStatement(Unknown Source) Thanks Lajos Moczar wrote: I don't know PostgreSQL, but you might try putting the jar file in cocoon/WEB-INF/lib. I have found cases

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
did both things, moved jar and added driver into cocoon.xconf. No change. Logs look pretty clean - there is a retrieval of jdbc connection and release ok There are a bunch of msgs to do with the parsing and executing of the SQL. Nothing alarming. ??? Berin Loritsch wrote: From: daniel