[jboss-user] [Beginners Corner] - connection exception

raja_c do-not-reply at jboss.com
Mon Jul 9 02:03:14 EDT 2007


Hi
I am new to jboss 
i deployed my mdb in the server and I am trying to access from my test application and getting the following error

please help me to solve this problem.

javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:8888 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] [Root exception is javax.naming.CommunicationException: Failed to retrieve stub from server localhost:8888 [Root exception is java.io.EOFException]]
	at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1414)
	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:594)
	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
	at javax.naming.InitialContext.lookup(InitialContext.java:347)
	at de.conti.copc.process.Test.service(Test.java:62)
	at de.conti.copc.process.Test.main(Test.java:43)
Caused by: javax.naming.CommunicationException: Failed to retrieve stub from server localhost:8888 [Root exception is java.io.EOFException]
	at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:263)
	at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1385)
	... 5 more
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2155)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2621)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:734)
	at java.io.ObjectInputStream.(ObjectInputStream.java:251)
	at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:250)
	... 6 more


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

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



More information about the jboss-user mailing list