Re: JDBC java.net.BindException connecting to Postgres 7.4 running on Cygwin Win2K

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: Matt Magoffin <matt(at)msqr(dot)us>
Cc: "pgsql-jdbc (at) postgresql (dot) org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC java.net.BindException connecting to Postgres 7.4 running on Cygwin Win2K
Date: 2003-12-25 10:37:24
Message-ID: 20031225103724.A3201@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-jdbc


On 24/12/2003 23:32 Matt Magoffin wrote:
> I'm getting the exception below when I try to connect to my locally
> running instance of Postgres 7.4 (via Cygwin on Win2K). I'm trying to
> connect via a DataSource configured with Tomcat 4.1.24. I can connect to
> instances of Postgres this way on other machines, just not my locally
> running instance. I can connect to the local instance just fine using
> psql (with or without using TCP/IP via '-h 127.0.0.1') and applications
> like pgAdmin are able to connect to it as well. This looks like the same
> error noted in
>
> http://archives.postgresql.org/pgsql-jdbc/2003-07/msg00058.php
>
> but I didn't find any followups that addressed the problem for me (this
> error happens every time I try to get a connection, including the first
> attempt when there are no active connections to the database).
>
> Has anyone been able to find a solution to this error?
>
> Thanks in advance,
> Matt
>
> java.net.BindException: Address already in use: connect

Its a Windows thing. I suggest following the links provided in the posting.

--
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

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-12-29 18:30:11 Cygwin PostgreSQL 7.4.1 Regression Test Issue
Previous Message Muhyiddin A.M Hayat 2003-12-25 07:23:50 Windows XP Pro Run As Service

Browse pgsql-jdbc by date

  From Date Subject
Next Message Harry Schittler 2003-12-29 18:11:17 getBinaryStream/setBinaryStream 7.2<->7.4 Question
Previous Message Matt Magoffin 2003-12-25 01:14:30 Re: [JDBC] JDBC java.net.BindException connecting to Postgres 7.4