Re: Connection Problem

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Rich Rutkowski <innovapos(at)mindspring(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Connection Problem
Date: 2007-01-10 12:04:39
Message-ID: 65501565-D676-4062-B93C-9743F12C0336@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Do you have the stack trace?

Version of java ?

Dave
On 9-Jan-07, at 11:46 PM, Rich Rutkowski wrote:

> Hardware: Acer 9300
> CPU: Dual Core Turion 64bit
> OS: Suse Linux 10.1 with all upgrades and running as 64 bit.
> 1 GB Ram
> Both IPV4 and IPV6 are running on the system
>
> JDBC Driver: postgres-8.2-504.jdbc3 (same problem with 8.1-405)
> Server: Postgres 8.1.5
>
> The problem is that after 2 successful connections to a database
> and retrival of data the driver throws the following message:
> "Something unusual has occurred to cause the driver to fail. Pleas
> report this exception." Note that the server doesn't complain only
> the driver. If the java application is restarted the same scenerio
> occurrs.
> Both Postgres 8.1.5 and PG AdminIII wer built from source on this
> system. PGAdmin can contanct the local server and also contact
> other servers in our development environment. psql also works and
> serveral databases have been created and at least 60 tables. We
> have been using postgresql for over 5 years and this is the first
> time we have seen the problem. Any guidance, comments, things to
> try, etc would be appreciated. Note that the application is
> packaged as a jar file and it runs without problems on other systems.
>
> Thanks,
>
> Rich Rutkowski
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2007-01-10 12:06:45 Re: How to Insert the Row in ResultSet by moveToInsertRow() ... insertRow()?
Previous Message vasylenko 2007-01-10 10:47:57 How to Insert the Row in ResultSet by moveToInsertRow() ... insertRow()?