jarib / celerity

This project is no longer maintained.
http://celerity.rubyforge.org/
GNU General Public License v2.0
206 stars 38 forks source link

Exception: org.apache.http.NoHttpResponseException #39

Closed bkone closed 13 years ago

bkone commented 13 years ago

When I run my tests using cucumber/celerity I dont see any errors in my output file, however I see the following. all my tests are doing is just clicking through a bunch of links and navigating.

C:\my_tests>jruby -S cucumber --format html --out=results.html Nov 4, 2010 12:42:17 PM org.apache.http.impl.client.DefaultRequestDirector execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond Nov 4, 2010 12:42:17 PM org.apache.http.impl.client.DefaultRequestDirector execute INFO: Retrying request

does anyone know what is happening? Can I safely ignore this?

jarib commented 13 years ago

You'll have to ask the HtmlUnit guys about the details, but looks like just INFO messages - i.e. safe to ignore.

Please use the mailing list for this type of questions in the future.

bkone commented 13 years ago

will do. Thanks!