Return-Path: Delivered-To: apmail-db-ddlutils-user-archive@www.apache.org Received: (qmail 28097 invoked from network); 4 Jan 2009 02:43:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2009 02:43:56 -0000 Received: (qmail 26199 invoked by uid 500); 4 Jan 2009 02:43:56 -0000 Delivered-To: apmail-db-ddlutils-user-archive@db.apache.org Received: (qmail 26189 invoked by uid 500); 4 Jan 2009 02:43:55 -0000 Mailing-List: contact ddlutils-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-user@db.apache.org Delivered-To: mailing list ddlutils-user@db.apache.org Received: (qmail 26178 invoked by uid 99); 4 Jan 2009 02:43:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jan 2009 18:43:55 -0800 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 tomdzk@gmail.com designates 209.85.200.170 as permitted sender) Received: from [209.85.200.170] (HELO wf-out-1314.google.com) (209.85.200.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jan 2009 02:43:48 +0000 Received: by wf-out-1314.google.com with SMTP id 26so8269671wfd.13 for ; Sat, 03 Jan 2009 18:43:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=lmR0yJTJZcC+9fN4INcWJYfdjtWT/i3aEmspEcsflNo=; b=iZP9M334lrii09xIW6yVwRe9NOC4QvKcawIz9rAXypNUaoRF9UA0obIjbMzmE1k0Bk iYr6aXNLu3gjxTcm4JcwB3dmuPdyrgXgid88hXaeclHsrJAMtvg9bizeP4abztzx7Fup T5BmtAR6Yoar59Hnqu8mDMH7cHQKU2c7r2C2c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=V/7uoaCoMlYxh3oHMIvPSo9j3l5eIIfJLwdSKJGEWoVXMqufb9kNs7Ng+4ZU8vvVEt Onm3Ye8q66pwEfk6WCJ2fNxkmAV6kYq2x/5EsMH3/aCB6Ki0golaIsTSp9tNwRcQZZpX isTdXFh806SqWKg5OLBGeJayrqOOWi6y/ouUc= Received: by 10.142.254.2 with SMTP id b2mr98105wfi.323.1231037008643; Sat, 03 Jan 2009 18:43:28 -0800 (PST) Received: by 10.143.162.14 with HTTP; Sat, 3 Jan 2009 18:43:28 -0800 (PST) Message-ID: <224f32340901031843t584d775auf2b5553549cb3776@mail.gmail.com> Date: Sat, 3 Jan 2009 18:43:28 -0800 From: "Thomas Dudziak" To: ddlutils-user@db.apache.org, marcel.wagner@gmx.de Subject: Re: Problem with importing BLOB data In-Reply-To: <495DD879.3030000@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <495DD879.3030000@gmx.de> X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Jan 2, 2009 at 1:03 AM, Marcel Wagner wrote: > I have some trouble with DdlUtils 1.0 and also trunk. I can't get BLOB data > imported. I always get > > Caused by: java.sql.SQLException: Connection is closed. > at > org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.checkOpen(PoolingDataSource.java:175) > at > org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.close(PoolingDataSource.java:180) > at > org.apache.ddlutils.io.DataToDatabaseSink.end(DataToDatabaseSink.java:217) > ... 19 more > > As an attachment the schema and data, where the exception occures. Any idea, > what is the problem??? Verified with MySql and DerbyDB This error looks like the connection timed out on the database side. How is the data source configured ? Do you have a validation query ? Tom