0 Replies Latest reply on Dec 3, 2002 5:18 AM by zarni

    AxisFault

    zarni

      Can someone understand what's going on here...

      AxisFault
      faultCode: {http://xml.apache.org/axis/}Server.userException
      faultString: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]
      faultActor: null
      faultDetail:
      stackTrace: javax.naming.CommunicationException: Receive timed out. Root exception is java.net.SocketTimeoutException: Receive timed out
      at java.net.PlainDatagramSocketImpl.receive(Native Method)
      at java.net.DatagramSocket.receive(DatagramSocket.java:670)


      I'm using Axis 1.0 which I deployed directly into JBoss, not using the .net! The problem encounters when I run an example from Ammai.com from the tutorial on Axis part III.
      The exception doesn't come up everytime, sometimes everything works fine...

      zarni...