From owner-freebsd-java Tue Apr 23 17:22:57 2002 Delivered-To: freebsd-java@freebsd.org Received: from absinthe.carnagecopia.com (absinthe.carnagecopia.com [216.187.87.246]) by hub.freebsd.org (Postfix) with SMTP id 1F5FD37B41B for ; Tue, 23 Apr 2002 17:22:51 -0700 (PDT) Received: (qmail 38585 invoked by uid 85); 24 Apr 2002 00:22:45 -0000 Received: from random@goblinstudios.com by absinthe.carnagecopia.com with qmail-scanner-1.03 (uvscan: v4.0.50/v4197. . Clean. Processed in 0.144683 secs); 24 Apr 2002 00:22:45 -0000 Received: from firewall-vancouver.goblinstudios.com (HELO goblinstudios.com) (204.244.192.2) by absinthe.carnagecopia.com with SMTP; 24 Apr 2002 00:22:45 -0000 Message-ID: <3CC5FAD3.1040504@goblinstudios.com> Date: Tue, 23 Apr 2002 20:22:43 -0400 From: Vincent Janelle User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: java.net.SocketException: errno: 48, error: Address already in use Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I keep seeing this error: The connection attempt failed because Exception: java.net.SocketException: errno: 48, error: Address already in use for fd: 6 pretty repeatedly for my jdbc connections when I'm connecting to either mysql or postgres, and usually only when the application starts ( and creates its database pools). This is with FreeBSD-4.5 STABLE, and the output from java -version java version "1.3.1-p6" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p6-root-020318-17:29) Classic VM (build 1.3.1-p6-root-020318-17:29, green threads, nojit) The only other reference I could find in relation to this is: http://archives.postgresql.org/pgsql-jdbc/2001-09/msg00217.php Any other tips? This is starting to get rapidly annoying. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message