Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 14057 invoked by uid 500); 6 Apr 2003 18:22:17 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Delivered-To: moderator for cocoon-users@xml.apache.org Received: (qmail 62341 invoked from network); 6 Apr 2003 06:45:09 -0000 Reply-To: From: "Phil Coultard" To: Subject: RE: Newbie: yet ANOTHER problem: db access (NoValidConnectionException) Date: Sun, 6 Apr 2003 07:49:04 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > From: Faron Dutton [mailto:FDutton@witness.com] > Sent: 06 April 2003 02:52 > I was having the same problem with Phoenix. It turns out that the > excalibur-datasource-1.0.jar is missing > org.apache.avalon.excalibur.datasource.JdbcConnection. Must have been a > build problem :( After adding it everything works fine. Nope - afraid that idea wasn't valid either I appear to have org.apache.avalon.excalibur.datasource.JdbcConnection in my jar: META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/avalon/ org/apache/avalon/excalibur/ org/apache/avalon/excalibur/datasource/ org/apache/avalon/excalibur/datasource/AbstractJdbcConnection.class org/apache/avalon/excalibur/datasource/DataSourceComponent$1.class org/apache/avalon/excalibur/datasource/DataSourceComponent.class org/apache/avalon/excalibur/datasource/InformixDataSource.class org/apache/avalon/excalibur/datasource/J2eeDataSource.class org/apache/avalon/excalibur/datasource/JdbcConnection.class org/apache/avalon/excalibur/datasource/JdbcConnectionFactory.class org/apache/avalon/excalibur/datasource/JdbcConnectionPool.class org/apache/avalon/excalibur/datasource/JdbcDataSource.class org/apache/avalon/excalibur/datasource/NoAvailableConnectionException.class org/apache/avalon/excalibur/datasource/NoValidConnectionException.class org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcConnectionPool.cl ass org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcDataSource.class META-INF/LICENSE.txt > > From: Andrew Savory > > Sent: 05 April 2003 22:29 > > > On Sat, 5 Apr 2003, Geoff Howard wrote: > > > > > But if clearing up the jdk dependency doesn't work, try explicitly > > > giving root access to the database you're using for the wildcard host: > > > %. > > > > Also, try explicitly adding localhost - MySQL regards localhost as > > different to the wildcard "every host", for goodness knows what reason. > > (Although that will throw a connection error with the > command-line client > > as well as Cocoon.) > > Nope. That didn't work either... still getting the same message: > > "ERROR (2003-04-06) 00:50.36:940 [sitemap.generator.serverpages] > (/ltd_coultard/tickets.xsp) Thread-11/tickets_xsp: Could not get the > datasource > org.apache.avalon.excalibur.datasource.NoValidConnectionException: > No valid > JdbcConnection class available" --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.465 / Virus Database: 263 - Release Date: 25/03/03 --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-users-help@xml.apache.org