From: | "vijayendra mohan agrawal" <vijayendra(dot)agrawal(at)wipro(dot)com> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "PostGre SQL Mailing List" <pgsql-admin(at)postgresql(dot)org> |
Subject: | RE: Connect Failed error |
Date: | 2001-01-10 06:47:40 |
Message-ID: | 000601c07ad1$3a6ab880$2a14a8c0@wipro.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
I am getting the following errors :
FATAL 1: Memory exhausted in AllocSetAlloc()
pq_recvbuf: unexpected EOF on client connection
or sometimes...
pq_flush: send() failed: Broken pipe
For ending a connection, I am using PQfinish(database_connection con)
Any inform will be helpfull...
Vijay
-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Tuesday, January 09, 2001 11:23 PM
To: vijayendra(dot)agrawal(at)wipro(dot)com
Cc: PostGre SQL Mailing List
Subject: Re: Connect Failed error
"vijayendra mohan agrawal" <vijayendra(dot)agrawal(at)wipro(dot)com> writes:
> The application runs fine with as many as 50 instances of Network Elements
> with a very high rate of message coming from 50 corresponding "Black Box
> applications". But it will stop after some hours of continous run (max 16
> hours). error :
> "Connection to database failed"
This isn't enough info to troubleshoot your problem. *Why* is that
error coming out? If your application isn't willing to provide more
info, try looking in the postmaster's stdout/stderr log for error
messages. (You are keeping such a log, I hope, and not using -S or
sending the messages to /dev/null.)
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | R D | 2001-01-10 08:54:57 | Re: Granting Permissions to User To Access Database |
Previous Message | Tom Lane | 2001-01-09 17:53:13 | Re: Connect Failed error |