473,320 Members | 1,876 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Help on "unexpected EOF..client reset by peer" errors

Environment: Server running Redhat 3.2.3-20 on quad Xeon 2.4
Postgresql 7.4 compiled from source (gcc 3.2.3)
Application written in Perl (5.8.0) using Tk,
DBI and DBD
Client accessing DB using ODBC (7.03.02) from
Win XP box
Sample of errors follows:

2004-04-26 10:15:38 [24335] LOG: 00000: connection authorized:
user=djisgitt database=gds2
LOCATION: BackendFork, postmaster.c:2451
2004-04-26 10:20:02 [24335] LOG: 08006: could not receive data from
client: Connection reset by peer
LOCATION: pq_recvbuf, pqcomm.c:678
2004-04-26 10:20:02 [24335] LOG: 08P01: unexpected EOF on client connection
LOCATION: SocketBackend, postgres.c:281
2004-04-26 10:22:39 [24339] LOG: 00000: connection received:
host=10.0.1.55 port=1337
LOCATION: BackendFork, postmaster.c:2389
2004-04-26 10:22:39 [24339] LOG: 00000: connection authorized:
user=djisgitt database=gds2
LOCATION: BackendFork, postmaster.c:2451

It happens sporadically; some days, maybe once or twice a day. However,
other days, like today, as you can see from this sample, it happens
exceedingly often , and is driving the user crazy.

The references in the archive only relate to JDBC, and I am not using that.

Any help greatly appreciated.

Don

p.s. Running the application on the same machine as the db, I do not get
these errors; but, that is local and linux, versus remote (lan, not
really remote) and windows.
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 23 '05 #1
2 6673
Don Isgitt <dj******@soundenergy.com> writes:
2004-04-26 10:20:02 [24335] LOG: 08006: could not receive data from
client: Connection reset by peer
LOCATION: pq_recvbuf, pqcomm.c:678
2004-04-26 10:20:02 [24335] LOG: 08P01: unexpected EOF on client connection
LOCATION: SocketBackend, postgres.c:281


This means the client is crashing or dropping the connection--you need
to be looking at the client end for the problem.

-Doug

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 23 '05 #2
Don Isgitt <dj******@soundenergy.com> writes:
2004-04-26 10:20:02 [24335] LOG: 08006: could not receive data from
client: Connection reset by peer
LOCATION: pq_recvbuf, pqcomm.c:678
2004-04-26 10:20:02 [24335] LOG: 08P01: unexpected EOF on client connection
LOCATION: SocketBackend, postgres.c:281


This means the client is crashing or dropping the connection--you need
to be looking at the client end for the problem.

-Doug

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: PeteCresswell | last post by:
I'm working on a new report in an MS Access DB. The first anomaly was a message "This action will reset the current code in break mode." when the report was run. Seems TB something about my...
0
by: Don Isgitt | last post by:
Environment: Server running Redhat 3.2.3-20 on quad Xeon 2.4 Postgresql 7.4 compiled from source (gcc 3.2.3) Application written in Perl (5.8.0) using Tk, DBI and DBD Client accessing DB using...
2
by: Cleverbum | last post by:
Hi, been scratching my head for a while on this one and was wondering how what was going wrong. I dont mind at this stage if the actual thing I'm trying to do, just why on earth it wont accept...
8
by: John Nagle | last post by:
Here's a wierd problem: I have a little test case for M2Crypto, which just opens up SSL connections to web servers and reads their certificates. This works fine. But if I execute ...
53
by: Sanders Kaufman | last post by:
I'm having a BLAST writing this app as OOP as PHP allows. It's one thing to discuss the dance, but it's a thing of beauty to see the performance. I'm noticing that the constructor is a "reset"...
3
crystal2005
by: crystal2005 | last post by:
I found such eror message when i tried to test sending email. Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in...
2
by: oyster | last post by:
The following is my pure-python wxwidgets test. It runs and give a frame, but soon python comes up to say "unexpected parameter 'mini.py'" and I have to close it. I cannot find the reason. Can...
1
by: Gwindor | last post by:
I have a client who that was using an mdb file, and they appear to have accidentally attempted to compact/repair or convert it, and then tried to stop this activity in mid-process. Oy vey. If I...
12
Frinavale
by: Frinavale | last post by:
I think I'm trying to do something impossible. I have a <div> element with a overflow style set to "scroll". In other words my <div> element allows the user to scroll the content within it. ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.