Ramble01 / nativedriver

Automatically exported from code.google.com/p/nativedriver
Apache License 2.0
0 stars 0 forks source link

Connection reset error #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow the "Getting Started for Android" instructions on a Mac. 
2. Continue following the "Getting Started" instructions.
3. Finish following the "Getting Started" instructions.

Expected output: Successfully running a test.

Actual output:

Oct 28, 2011 10:06:45 AM 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
Oct 28, 2011 10:06:45 AM org.apache.http.impl.client.DefaultRequestDirector 
execute
INFO: Retrying request

Using version: no idea, since this project is only obtained through SVN, rather 
than a download/archive file with a normal version number.

Additional information:

The ServerInstrumentation and port forwarding commands were executed as 
instructed, and LogCat showed the expected confirmation message. It's not clear 
exactly what connection the test app is making that is being reset, although 
after telnetting to the port in question, the connection is opened and then 
immediately disconnected by the server.

Original issue reported on code.google.com by peatears...@gmail.com on 28 Oct 2011 at 2:19