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=10071>. 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=10071 Exception contacting deployed service ------- Additional Comments From [EMAIL PROTECTED] 2002-06-21 13:45 ------- Okay, working with the Jun 20 nightly build I have interesting things to report. 1) When the service deploys without hanging, my web-service client is able to consistently contact the service successfully. 2) Sometimes (50%?) services will hang during deployment after restarting tomcat. In this case, deployment will sometimes succeed after (many?) retries (and sometimes it will never deploy), but the client fails to successfully contact the service in this case and reports: - Mapping Exception to AxisFault AxisFault faultCode: http://xml.apache.org/axis/:Server.userException faultString: java.io.IOException: Cannot close the same input stream twice faultActor: null faultDetail: stackTrace: java.io.IOException: Cannot close the same input stream twice at org.apache.catalina.connector.http.HttpRequestStream.close(HttpRequestStream.java:158) 3) The situtation is better than it had been since it is somewhat more predictable. Is it possible that this problem is related to another bug (sorry I couldn't find the # again) that reported two instances of axis being started, yet only one was answering [I wonder if my hangs on deploy and reclosing closed stream could be result of this.]