You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2004/03/01 10:43:48 UTC

DO NOT REPLY [Bug 20718] - uninformative exceptions

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20718>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20718

uninformative exceptions





------- Additional Comments From mram@yodlee.com  2004-03-01 09:43 -------
am also being bitten by this bug from few weeks, my client fork's 100 threads
and each thread having 5/6 SOAP call simultaneously in a loop, my app server is
Resin 2.1, and Axis 1.1 is the SOAP service gateway, the behaviour is so wierd
as sometimes the application is working fine with all the threads, sometimes
throws this AxisFault exception with no message/dump at the server side :-(, i
feel this is something at the client side, 

does anybody have a workaround for this.

advance thanks for all the help.