| From: | Matt Magoffin <matt(at)msqr(dot)us> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org, pgsql-cygwin(at)postgresql(dot)org |
| Subject: | JDBC java.net.BindException connecting to Postgres 7.4 running on Cygwin Win2K |
| Date: | 2003-12-24 23:32:29 |
| Message-ID: | 3FEA220D.1050608@msqr.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-cygwin pgsql-jdbc |
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
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:426)
at java.net.Socket.connect(Socket.java:376)
at java.net.Socket.<init>(Socket.java:291)
at java.net.Socket.<init>(Socket.java:119)
at org.postgresql.core.PGStream.<init>(PGStream.java:47)
at
org.postgresql.jdbc1.AbstractJdbc1Connection.openConnection(AbstractJdbc1Connection.java:197)
at org.postgresql.Driver.connect(Driver.java:139)
at
org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:83)
at
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:184)
at
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(Unknown Source)
at
org.apache.commons.dbcp.AbandonedObjectPool.borrowObject(AbandonedObjectPool.java:117)
at
org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:110)
at
org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:312)
[snip]
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Matt Magoffin | 2003-12-25 01:14:30 | Re: [JDBC] JDBC java.net.BindException connecting to Postgres 7.4 |
| Previous Message | Jason Tishler | 2003-12-22 14:57:58 | Re: psql connection error |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Matt Magoffin | 2003-12-25 01:14:30 | Re: [JDBC] JDBC java.net.BindException connecting to Postgres 7.4 |
| Previous Message | Tammy Jones | 2003-12-24 17:19:03 | Re: [JDBC] BUG #1026: org.apache.commons.dbcp.DbcpException: |