I have tested the Converter ejb in two other testing envronments.  Both still generate 
errors (see below) but with many more threads.  It seems that this is a system/network 
issue.  The first environment is win2003/dual zeon processor servers and errors 
started occuring with two clients running 300 threads each.  See previous post for 
client.  The second is win2k server and errors started showing at 200 threads each.  
Can the timeout period be set?

javax.naming.CommunicationException: Receive timed out [Root exception is 
java.net.SocketTimeoutException: Receive timed
 out]
        at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1115)
        at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1192)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:514)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
        at javax.naming.InitialContext.lookup(InitialContext.java:347)
        at ejb.stateless.ConverterClient.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:534)
Caused by: java.net.SocketTimeoutException: Receive timed out
        at java.net.PlainDatagramSocketImpl.peekData(Native Method)
        at java.net.DatagramSocket.receive(DatagramSocket.java:661)
        at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1093)
        ... 6 more 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844737#3844737

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844737


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to