Re: Unknown winsock error 10061

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Yuval Sofer" <Yuval_Sofer(at)bmc(dot)com>
Cc: "Shay Primor" <Shay_Primor(at)bmc(dot)com>,<pgsql-admin(at)postgresql(dot)org>
Subject: Re: Unknown winsock error 10061
Date: 2010-04-13 13:33:37
Message-ID: 4BC42C6102000025000307BB@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Sofer, Yuval" <Yuval_Sofer(at)bmc(dot)com> wrote:

> Postgres server crashed on windows vista.

What causes you to say that the server crashed?

> 2010-04-07 07:00:35.694 LOG: could not receive data from client:
> Unknown winsock error 10061
> 2010-04-07 07:00:35.694 LOG: could not receive data from client:
> Unknown winsock error 10061
> 2010-04-07 07:00:35.694 LOG: unexpected EOF on client connection
> 2010-04-07 07:00:35.694 LOG: unexpected EOF on client connection

This looks like a network disruption or a client machine being
turned off. Sort of. The odd thing is the error code of 10061,
which is supposed to be for "connection refused" -- are you using
anything which might be trying to connect out from the PostgreSQL
server (e.g., dblink)?

> 2010-04-07 08:27:53.934 LOG: received fast shutdown request
> 2010-04-07 08:27:53.934 LOG: aborting any active transactions

This looks like the server was shut down an hour and half after the
broken client connections. Did you shut it down at 8:27?

> Why did the postgres server crashed?

What did you see that makes you think it did?

> Is it operating system problem or postgres?

I don't see any indication of a PostgreSQL problem. By the way,
what version of PostgreSQL is this?

> Is there any work around ?

Without knowing what happened, it's hard to say. Any idea what
might have happened with the network or client machine(s) at 7:00?

If you review this page and follow the suggestions there, you'll
give us more to work with when trying to help:

http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

-Kevin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2010-04-13 13:44:30 Re: "the database system is starting up"
Previous Message Adrian Klaver 2010-04-13 13:17:34 Re: [GENERAL] Query is stuck