You may have too many connections to the broker. Try: qpid-stat -b localhost:5672 -c To see your connections. When developing an application it's easy to forget to call connection.close() in a loop and have lots of outstanding connections. Actaully this is a catch since qpid-stat won't be able to connect to read the value. Maybe start qpid-tool before you run your tests and you can see the connections with "list connection" as the application proceeds.
By default the connection limit is 500. You can change that by having --max-connections N command line option. 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" <[email protected]> > To: [email protected] > Sent: Friday, July 19, 2013 12:53:33 PM > Subject: Any Reason For : Could not accept socket: Too many open files > > 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 ? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
