Re: Cannot open connection while insert much data.

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: BozhkoKA <BozhkoKA(at)tower(dot)ru>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Cannot open connection while insert much data.
Date: 2011-03-31 22:24:03
Message-ID: AANLkTinyh-6o3dCaQZOLC2DAjJSfijsioe+kfS1_E9-1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 31 March 2011 19:56, BozhkoKA <BozhkoKA(at)tower(dot)ru> wrote:
> My application is using JBOSS 5.1.0.GA, hibernate for connection to
> PostgreSQL 9.0 database. Application inserts into database rows regularly.
> But when it attempts insert row with 11Mb (11511828 bytes) size body (into
> text-datatype column), the following error appiared:

Hard to help you here as none of the logging you provided actually
comes from the JDBC driver. If you can convince JBoss to report an
actual driver exception, we can look at that.

Oliver

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2011-03-31 22:32:42 Re: JDBC gripe list (the autocommit subthread)
Previous Message Oliver Jowett 2011-03-31 22:20:57 Re: Re-read of updated row using scrollable ResultSet returns old data