On Wed, 2016-06-15 at 15:30 -0700, Gary Gregory wrote:
> On Wed, Jun 15, 2016 at 2:00 AM, Oleg Kalnichevski <[email protected]> wrote:

...

> > > Running
> > > org.apache.http.nio.client.integration.TestHttpAsyncPrematureTermination
> > > java.util.concurrent.ExecutionException: java.lang.IllegalStateException
> > >         at
> >
> > That basically means that '0.0.0.0' address resolves to local host on
> > your system. This makes no sense.
> >
> > Could you please change the request URL in the test from
> > "http://0.0.0.0/"; to "http://0.0.0.0:000/"; and try one more time?
> >
> > ---
> > final HttpGet get = new HttpGet("http://0.0.0.0:000/";);
> >
> 
> Window 7 command line:
> 
> >ping 0.0.0.0
> 
> Pinging 0.0.0.0 with 32 bytes of data:
> PING: transmit failed. General failure.
> PING: transmit failed. General failure.
> PING: transmit failed. General failure.
> PING: transmit failed. General failure.
> 
> Ping statistics for 0.0.0.0:
>     Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
> 
> Cygwin on Windows 7:
> 
> $ curl http://0.0.0.0
>   % Total    % Received % Xferd  Average Speed   Time    Time     Time
>  Current
>                                  Dload  Upload   Total   Spent    Left
>  Speed
>   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--
>   0curl: (7) Failed connect to 0.0.0.0:80; No error
> 
> I turned off my VPN in case that mattered, but it does not. This fails at
> home with TimeWarner and now where I am on a public library WiFi.
> 
> Anything else I can test?
> 

I think enough time has been wasted already. I'll disable the test.

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to