Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 36244 invoked from network); 25 Sep 2008 23:50:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2008 23:50:03 -0000 Received: (qmail 47178 invoked by uid 500); 25 Sep 2008 23:49:59 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 47155 invoked by uid 500); 25 Sep 2008 23:49:59 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 47144 invoked by uid 99); 25 Sep 2008 23:49:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 16:49:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of larry.meadors@gmail.com designates 209.85.128.189 as permitted sender) Received: from [209.85.128.189] (HELO fk-out-0910.google.com) (209.85.128.189) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 23:49:00 +0000 Received: by fk-out-0910.google.com with SMTP id b27so967592fka.0 for ; Thu, 25 Sep 2008 16:49:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xDRi8A/1/WkfuGgCF/jLeibhm4xZvHbI51RT61xNViA=; b=h0aP2yCvnHRqAbf2fVnzs04hPP8hvi9eTF4wTWe3m68cR7Tcd/aB+Cdd5HBwhlLZh8 BSDVakMa+Tx+g4/0M6BgctSpHdRniFR6SU22IgeA2vS+NmEMDzsB2IwApihbK22mudYe jXmb7cJiCuWjjA+Hf2Eh3qQdwsa5OKDcgS6qU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RcCQHZZXAWmneX0hTZb944bHsz76xM/iCQe6CxRSEbz2E/cd3NH1qUlpQVhvUn34e8 NQtJlT/axbnpSSiipOANqXdCHpEEunQSa4jvGNN8jJEtUsU4XzE648mkGTBKlpAspqAi VPexr50auyLTYtLwUGwy4fvu2tYT4GWVMiPXU= Received: by 10.181.32.18 with SMTP id k18mr355144bkj.96.1222386572556; Thu, 25 Sep 2008 16:49:32 -0700 (PDT) Received: by 10.180.239.20 with HTTP; Thu, 25 Sep 2008 16:49:32 -0700 (PDT) Message-ID: Date: Thu, 25 Sep 2008 17:49:32 -0600 From: "Larry Meadors" Reply-To: larry.meadors@gmail.com To: user-java@ibatis.apache.org Subject: Re: JDBC.ConnectionURL problem. Changed from 'localhost' to 'IP-number' In-Reply-To: <19679603.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19679603.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Cause: java.sql.SQLException: No suitable driver found for jdbc:mysql:/69.89.12.165:3306/itc_registration_db Looks like you are missing a / there. Larry