Re: [JBoss-user] Problems with message driven beans

2003-04-04 Thread Chris Bonham
David, Are you running in a UNIX environment? If so, you probably need to increase the number of open file descriptors like so (sockets are considered file descriptors): ulimit -n 8192 Good luck! -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyecons

Re: [JBoss-user] Problems with message driven beans

2003-04-04 Thread Stefan Arentz
On Friday, Apr 4, 2003, at 15:26 Europe/Amsterdam, David Luis Fernandes de Araujo wrote: Hi, i'm getting this error after calling many message driven beans in jboss: 2003-04-03 22:41:03,705 ERROR [STDERR] org.jboss.mq.SpyJMSException: Cannot start a the client IL service; - nested throwable:

[JBoss-user] Problems with message driven beans

2003-04-04 Thread David Luis Fernandes de Araujo
Hi, i'm getting this error after calling many message driven beans in jboss: 2003-04-03 22:41:03,705 ERROR [STDERR] org.jboss.mq.SpyJMSException: Cannot start a the client IL service; - nested throwable: (java.net.SocketException: Too many open files) And when i do a netstat, i see lots of es

Re: [JBoss-user] Problems with Message Driven Beans using a Queue

2002-05-03 Thread Dave Smith
You nedd to start the connection. On Fri, 2002-05-03 at 09:17, Dirk Storck wrote: > HI, > > I have a MDB wich used a Topic but I have to use now a Queue and there the > problem starts. > In my ejb-jar.xml I have defined ... > > > OrderListener >

[JBoss-user] Problems with Message Driven Beans using a Queue

2002-05-03 Thread Dirk Storck
HI, I have a MDB wich used a Topic but I have to use now a Queue and there the problem starts. In my ejb-jar.xml I have defined ... OrderListener com.tecmath.cms.mt.order.OrderListenerMDBean Container