0 Replies Latest reply on Apr 6, 2005 7:33 AM by jboss_eval

    java.net.SocketException

    jboss_eval

      HI,

      i'm trying to deploy a EntityBean CMP on jBoss4.0.1, well my bean (.jar) file was successfully deployed,
      when i run the client(on the console) i get the following error :

      javax.naming.CommunicationException: Software caused connection abort: socket write error [Root exception is java.net.SocketException: Software caused connection abort: socket write error]

      takes place at my client code line:
      Object ref = jndiContext.lookup(" TestJNDI");

      Can somebody throw some light on this issue......

      Thanks