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
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
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
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
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 ?
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
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
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
[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
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
$(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
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
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
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
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
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
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
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
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
[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
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
21 matches
Mail list logo