Hi Shafeer, I suppose that the action (you <clickButton/>) has been performed, but that the answer to this request delivered from your server is not valid.
Perhaps can you try to change the log level for log4j.logger.httpclient.wire.header to debug to "see" what comes. For instance setting logLevel.httpclientWire to debug before running your test export ANT_OPTS=-DlogLevel.httpclientWire=debug or for Windows set ANT_OPTS=-DlogLevel.httpclientWire=debug Other solution: you can use a proxy that allows you to see what is going on the line. The advantage is that you can use it too to see how your server behaves when you navigate with a "normal" browser. Marc. -- View this message in context: http://www.nabble.com/Unexpected-exception-caught%3A-java.io.IOException%3A-Stream-closed-t1622655.html#a4404033 Sent from the WebTest forum at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

