Re: Strange exception opening JDBC connection

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: Kevin Schmidt <kevin(dot)schmidt(at)enterworks(dot)com>
Cc: "pgsql-jdbc (at) postgresql (dot) org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Strange exception opening JDBC connection
Date: 2003-07-08 18:37:31
Message-ID: 20030708193731.A2352@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On 08/07/2003 17:27 Kevin Schmidt wrote:
> [snip]
> Connections prior to this one have worked fine so the server is up and
> running, and it seems strange that an address already in use would
> happen when a client connection is made. Any ideas what is going on?
> Does the JDBC driver try to listen on a port?

Looks like some kind of OS TCP/IP stack problem. What OS are you running?
I've seen wierd things like this occasionally with M$ OS's - especially 95
& 98.

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Schmidt 2003-07-08 18:45:50 Re: Strange exception opening JDBC connection
Previous Message Kim Ho 2003-07-08 17:06:49 Re: Add casts & related fixes