JDBC Connection broken (followup)

From: Michael Bell <mikebell90(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JDBC Connection broken (followup)
Date: 2009-08-17 08:00:10
Message-ID: 750530.72887.qm@web43140.mail.sp1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Oh, tried this with Windows firewall off, and AV off too. Here's the logging of the last few successful, and then the unsuccessful....

2009-08-17 00:56:58 PDTLOG: 00000: connection received: host=127.0.0.1 port=3233
2009-08-17 00:56:58 PDTLOCATION: BackendInitialize, .\src\backend\postmaster\postmaster.c:3205
2009-08-17 00:56:58 PDTLOG: 00000: connection authorized: user=mjb database=retain
2009-08-17 00:56:58 PDTLOCATION: BackendInitialize, .\src\backend\postmaster\postmaster.c:3283
2009-08-17 00:56:58 PDTLOG: 00000: disconnection: session time: 0:00:00.016 user=mjb database=retain host=127.0.0.1 port=3233
2009-08-17 00:56:58 PDTLOCATION: log_disconnections, .\src\backend\tcop\postgres.c:4024
2009-08-17 00:56:58 PDTLOG: 00000: connection received: host=127.0.0.1 port=3234
2009-08-17 00:56:58 PDTLOCATION: BackendInitialize, .\src\backend\postmaster\postmaster.c:3205
2009-08-17 00:56:58 PDTLOG: 00000: connection authorized: user=mjb database=retain
2009-08-17 00:56:58 PDTLOCATION: BackendInitialize, .\src\backend\postmaster\postmaster.c:3283
2009-08-17 00:56:58 PDTLOG: 00000: disconnection: session time: 0:00:00.000 user=mjb database=retain host=127.0.0.1 port=3234
2009-08-17 00:56:58 PDTLOCATION: log_disconnections, .\src\backend\tcop\postgres.c:4024
2009-08-17 00:56:58 PDTLOG: 00000: connection received: host=127.0.0.1 port=3235
2009-08-17 00:56:58 PDTLOCATION: BackendInitialize, .\src\backend\postmaster\postmaster.c:3205
2009-08-17 00:56:58 PDTLOG: XX000: could not receive data from client: An operation was attempted on something that is not a socket.
2009-08-17 00:56:58 PDTLOCATION: pq_recvbuf, .\src\backend\libpq\pqcomm.c:769
2009-08-17 00:56:59 PDTLOG: 08P01: incomplete startup packet
2009-08-17 00:56:59 PDTLOCATION: ProcessStartupPacket, .\src\backend\postmaster\postmaster.c:1469

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Monu Z 2009-08-17 08:49:31 JDBC connection query..
Previous Message Michael Bell 2009-08-17 07:27:31 JDBC broken connection against Postgres 8.4