You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Browne, Anthony A" <an...@uiowa.edu> on 2006/11/27 18:12:54 UTC

Socket write error

Hello everyone,

	I'm getting the error:

		RemoteException: javax.net.ssl.SSLException: Connection
has been shutdown: javax.net.ssl.SSLException: java.net.SocketException:
Software caused connection abort: socket write error

from my client code and I can't determine why. I generated my client
code from IDEA's Axis plugin and only had to change the timeout and
credentials (since the server deployed an ssl web service). Otherwise,
I'm using the default configuration from the generated stubs. 
	Everything works fine when I use small data sets, but when the
data gets to a certain point, this exception gets thrown. I've looked
everywhere and can't find an answer. I saw many similar problems in the
archives, but no answers. 
	I don't think it's memory related, but I could be wrong. My
development machine is an XP with a lot of memory. I am wondering if
this is a problem with the server.  Any help would be greatly
appreciated. 


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org