"Too many open files" from C++ client

2021-02-10 Thread Toralf Lund
07:44:58 [System] info Connecting: 192.168.0.215:5672 2021-02-10 07:44:58 [System] debug Exception constructed: Too many open files /home/bmparr/rpmbuild/BUILD/srt-qpid-cpp-1.37/srt-qpid-cpp-1.37.0/src/qpid/sys/posix/BSDSocket.cpp:105) This kept repeating itself until I restarted the process

Re: Any Reason For : Could not accept socket: Too many open files

2013-07-19 Thread Virgilio Fornazin
e source code line > from which the error occurred. > > -Chuck > > - Original Message - > > From: "Rajesh Khan" > > To: users@qpid.apache.org > > Sent: Friday, July 19, 2013 12:53:33 PM > > Subject: Any Reason For : Could not accept socket: To

Re: Any Reason For : Could not accept socket: Too many open files

2013-07-19 Thread Darryl L. Pierce
On Fri, Jul 19, 2013 at 12:53:33PM -0400, Rajesh Khan wrote: > I started getting a message from qpidd stating "Could not accept socket: > Too many open files" any reason for that message. Are there too many users > connected to qpid ? This can occur when there are too many file

Re: Any Reason For : Could not accept socket: Too many open files

2013-07-19 Thread Chuck Rolke
Is there an actual broker log entry? That would show the source code line from which the error occurred. -Chuck - Original Message - > From: "Rajesh Khan" > To: users@qpid.apache.org > Sent: Friday, July 19, 2013 12:53:33 PM > Subject: Any Reason For : Could not

Any Reason For : Could not accept socket: Too many open files

2013-07-19 Thread Rajesh Khan
I started getting a message from qpidd stating "Could not accept socket: Too many open files" any reason for that message. Are there too many users connected to qpid ?

RE: Too many open files

2011-08-02 Thread Zhemzhitsky Sergey
oscow 125009, Russia Phone. +7 495 2580500 ext. 1246 -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Tuesday, August 02, 2011 2:52 PM To: users@qpid.apache.org Subject: Re: Too many open files On 08/02/2011 11:34 AM, Zhemzhitsky Sergey wrote: > So we have 20 queues wit

Re: Too many open files

2011-08-02 Thread Gordon Sim
On 08/02/2011 11:34 AM, Zhemzhitsky Sergey wrote: So we have 20 queues with --file-count=64 option and 25 queues with --file-count=8 option. According to the formula nfh=nq * (nf + 1) to estimate the number of file handles from the following link http://www.redhat.com/f/pdf/Large_Journal.pdf

RE: Too many open files

2011-08-02 Thread Zhemzhitsky Sergey
Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Tuesday, August 02, 2011 1:42 PM To: users@qpid.apache.org Subject: Re: Too many open files On 08/01/2011 11:53 AM, Zhemzhitsky Sergey wrote: > We have already set ulimit to be able to open 16384 files, but the error > still h

RE: Too many open files

2011-08-02 Thread Zhemzhitsky Sergey
[mailto:pmora...@redhat.com] Sent: Tuesday, August 02, 2011 12:33 PM To: users@qpid.apache.org Subject: Re: Too many open files Hi Sergey, no, this error log comes from OS, not from qpidd process. The system does not allow to open a new file descriptor as the qpidd process has opened maximum

Re: Too many open files

2011-08-02 Thread Gordon Sim
On 08/01/2011 11:53 AM, Zhemzhitsky Sergey wrote: We have already set ulimit to be able to open 16384 files, but the error still happens from time to time. Could you help us to identify the possible sources of this issue. How many connections and durable queues do you expect to have? Each dur

Re: Too many open files

2011-08-02 Thread Pavel Moravec
$(pgrep qpidd) | nl Kind regards, Pavel - Original Message - From: "Zhemzhitsky Sergey" To: users@qpid.apache.org Sent: Tuesday, August 2, 2011 9:39:12 AM Subject: RE: Too many open files Hi Pavel, I have the following errors in the log file error Could not accept socket: Too

RE: Too many open files

2011-08-02 Thread Zhemzhitsky Sergey
Hi Pavel, I have the following errors in the log file error Could not accept socket: Too many open files (qpid/sys/posix/Socket.cpp:220) error Could not accept socket: Too many open files (qpid/sys/posix/Socket.cpp:220) error Could not accept socket: Too many open files (qpid/sys/posix

Re: Too many open files

2011-08-01 Thread Pavel Moravec
onnections Kind regards, Pavel - Original Message - From: "Zhemzhitsky Sergey" To: users@qpid.apache.org Sent: Monday, August 1, 2011 12:53:09 PM Subject: Too many open files Hi there, We have already set ulimit to be able to open 16384 files, but the error still happe

Too many open files

2011-08-01 Thread Zhemzhitsky Sergey
Hi there, We have already set ulimit to be able to open 16384 files, but the error still happens from time to time. Could you help us to identify the possible sources of this issue. Best Regards, Sergey Zhemzhitsky Information Technology Division Troika Dialog, 4, Romanov lane, Moscow 125009, Ru

Re: error Could not accept socket: Too many open files

2010-12-02 Thread Barys_Ilyushonak
about 20 queues and 20 connections. Gordon Sim 02.12.2010 01:35 Please respond to users@qpid.apache.org To users@qpid.apache.org cc Subject Re: error Could not accept socket: Too many open files On 12/01/2010 05:41 PM, Carl Trieloff wrote: > On 12/01/2010 08:01 AM, Gordon Sim wr

Re: error Could not accept socket: Too many open files

2010-12-01 Thread Gordon Sim
On 12/01/2010 05:41 PM, Carl Trieloff wrote: On 12/01/2010 08:01 AM, Gordon Sim wrote: On 12/01/2010 12:57 PM, Steve Huston wrote: I agree that bumping the nofile limit should get around the error. But, first consider if you expected that you'd need over 1000 sockets open. If you expected you'd

Re: error Could not accept socket: Too many open files

2010-12-01 Thread Carl Trieloff
On 12/01/2010 08:01 AM, Gordon Sim wrote: On 12/01/2010 12:57 PM, Steve Huston wrote: I agree that bumping the nofile limit should get around the error. But, first consider if you expected that you'd need over 1000 sockets open. If you expected you'd be using far fewer than that, then looking fo

Re: error Could not accept socket: Too many open files

2010-12-01 Thread Gordon Sim
On 12/01/2010 12:57 PM, Steve Huston wrote: I agree that bumping the nofile limit should get around the error. But, first consider if you expected that you'd need over 1000 sockets open. If you expected you'd be using far fewer than that, then looking for that problem is more important. Note th

RE: error Could not accept socket: Too many open files

2010-12-01 Thread Steve Huston
r Could not accept socket: Too many open files > > > Hallo Boris > > add the following to /etc/security/limits.conf : > > @qpidd soft nofile 1024 > @qpidd hard nofile 65535 > > then reboot. > > not sure if this is the correct official solut

RE: error Could not accept socket: Too many open files

2010-12-01 Thread warwick.richard
[mailto:barys_ilyusho...@troika.ru] Sent: Mittwoch, 1. Dezember 2010 09:00 To: users@qpid.apache.org Subject: error Could not accept socket: Too many open files Folks, greetings. I got the following error on linux, qpid 0.6 (builded from svn) error Could not accept socket: Too many open files (qpid/sys

error Could not accept socket: Too many open files

2010-12-01 Thread Barys_Ilyushonak
Folks, greetings. I got the following error on linux, qpid 0.6 (builded from svn) error Could not accept socket: Too many open files (qpid/sys/posix/Socket.cpp:220) Could you please help me? How can I fix it? FYI ulimit -n 1024 I increase ulimit, but is this right solution? Regards, Boris