Hi 
     I am getting the following exception when ever my client tries to do a lookup for 
any EJB 

Exception in thread "main" javax.naming.CommunicationException: Receive timed out
 [Root exception is java.net.SocketTimeoutException: Receive timed out]
        at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:97
1)
        at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1040)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:450)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:443)
        at javax.naming.InitialContext.lookup(InitialContext.java:347)
        at HelloClient.main(HelloClient.java:31)
Caused by: java.net.SocketTimeoutException: Receive timed out
        at java.net.PlainDatagramSocketImpl.receive(Native Method)
        at java.net.DatagramSocket.receive(DatagramSocket.java:711)
        at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:95
3)
        ... 5 more


Can anyone help.

Thanks

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to