Andrew C. Oliver wrote: >Every single sample using HSQL datasources are all broken. I tried >upping the connections to 5 but that didn't work either. Anyone been >playing in the datasource area lately? >
See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11400 I guess if you attach the patch it will be closed faster... Vadim >Thanks, > >Andy > >(example stack trace below, but EVERY sample using SQL will give you >one) > >==> webapps/cocoon/WEB-INF/logs/core.log <== >WARN (2002-09-01) 13:49.08:816 [core.datasources.personnel] >(/cocoon/samples/sql/sql-page) >HttpProcessor[8080][4]/ResourceLimitingJdbcDataSource: Could not return >Connection >org.apache.avalon.excalibur.datasource.NoValidConnectionException: No >valid JdbcConnection class available > at >org.apache.avalon.excalibur.datasource.JdbcConnectionFactory.newInstance(JdbcConnectionFactory.java:185) > at >org.apache.avalon.excalibur.pool.ResourceLimitingPool.newPoolable(ResourceLimitingPool.java:629) > at >org.apache.avalon.excalibur.pool.ValidatedResourceLimitingPool.newPoolable(ValidatedResourceLimitingPool.java:136) > at >org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcConnectionPool.newPoolable(ResourceLimitingJdbcConnectionPool.java:79) > at >org.apache.avalon.excalibur.pool.ResourceLimitingPool.get(ResourceLimitingPool.java:359) > at >org.apache.avalon.excalibur.pool.ValidatedResourceLimitingPool.get(ValidatedResourceLimitingPool.java:88) > at >org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource.getConnection(ResourceLimitingJdbcDataSource.java:174) > at >org.apache.cocoon.transformation.SQLTransformer$Query.getConnection(SQLTransformer.java:1017) > at >org.apache.cocoon.transformation.SQLTransformer$Query.execute(SQLTransformer.java:1089) > at >org.apache.cocoon.transformation.SQLTransformer.executeQuery(SQLTransformer.java:305) > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]