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
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:
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
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
>
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