0 Replies Latest reply on Jul 9, 2007 2:03 AM by raja_c

    connection exception

    raja_c

      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