PostgreSQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsDatabasesPostgreSQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 20th, 2013, 05:34 AM
akumar akumar is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2013
Posts: 3 akumar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 14 m 57 sec
Reputation Power: 0
PGError: server closed the connection unexpectedly

Hi,

I'm using PostgreSql database with one of my web application built in RubyOnRails, but I often fall into this error from the PostgreSql database which is installed on a VM. I'm connecting my application to a remote database. I tried to figure out the reason for this issue in various ways, but I couldn't find out why will the database give me such an error.

Error I get is.

PGError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.

PGError: could not receive data from server: Connection timed out

I'm using the latest version of open source PostgreSql database i.e 9.2, and I get these errors very frequently which is reducing the performance of my application. Can someone help me to understand why this error occurs and how do I avoid them?

I have tried all the possible solutions available for me at my application end, which includes setting various database configuration values like timeout, pool and using latest database adaptor gems. Still couldn't find out the source of this issue nor the solution.

Reply With Quote
  #2  
Old March 20th, 2013, 05:43 AM
shammat shammat is offline
Contributing User
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Oct 2003
Location: Germany
Posts: 2,685 shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 1 Month 3 Weeks 3 Days 19 h 59 m 2 sec
Reputation Power: 284
What does the Postgres logfile say?
__________________
I will not read nor answer questions where the SQL code is messy and not formatted properly using [code] tags.
http://forums.devshed.com/misc.php?do=bbcode#code

Tips on how to ask better questions:
http://tkyte.blogspot.de/2005/06/how-to-ask-questions.html
http://wiki.postgresql.org/wiki/SlowQueryQuestions
http://catb.org/esr/faqs/smart-questions.html

Reply With Quote
  #3  
Old March 20th, 2013, 06:05 AM
akumar akumar is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2013
Posts: 3 akumar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 14 m 57 sec
Reputation Power: 0
I did check these two log files

/var/lib/pgsql/9.2/data/pg_log/postgresql-Wed.log
/var/lib/pgsql/9.2/data/pg_log/postgresql-Tue.log

and I find this

LOG: could not receive data from client: Connection timed out

Can you please tell me which log file I have to check. The VM where the database is installed is a CentOS release 6.3 (Final) and I have installed the PostgreSql using yum installation.

Reply With Quote
  #4  
Old March 20th, 2013, 06:17 AM
shammat shammat is offline
Contributing User
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Oct 2003
Location: Germany
Posts: 2,685 shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 1 Month 3 Weeks 3 Days 19 h 59 m 2 sec
Reputation Power: 284
Quote:
Originally Posted by akumar
LOG: could not receive data from client: Connection timed out
Sounds like a connection/network problem between the client (your computer) and the CentOS VM.

Reply With Quote
  #5  
Old March 20th, 2013, 06:30 AM
akumar akumar is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2013
Posts: 3 akumar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 14 m 57 sec
Reputation Power: 0
I did check if it was a connection problem with the network engineer where my application and database VM exists and that is not the problem. We had kept the VMs network under monitoring for a long time and didn't find any networking issues. I also made sure that the database VM and the application VM are on the same network.

Is this something to do with the PostgreSql version or any configuration settings in the PostgreSql database? I did try all the versions of PostgreSql starting from 8.1 to 9.2.

I would like to add up that the connection between database VM and application persists even with heavy loads on the database, and this PgError occurs occasionally which we couldn't determine.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesPostgreSQL Help > PGError: server closed the connection unexpectedly

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap