users@jersey.java.net

Re: No server response

From: Alexis Moussine-Pouchkine <alexis.mp_at_sun.com>
Date: Tue, 10 Jul 2007 14:20:17 +0200

I cannot reproduce with Windows XP SP2, jdk 1.5.0_11, jdk 1.6.0_01 & jdk
1.6.0_02. I used FF 2.0.0.4 and NetTool (HTTPcommons really) as clients.
Jersey is latest 0.1.1.
-Alexis

Paul Sandoz wrote:
> Hi Gary,
>
> I just tested with stable version 0.1, unstable 0.1.1 and the trunk on
> Solaris using SE 5, SE 6 (update2), ant 1.6.5 and i could not reproduce.
>
> I used curl and Firefox 2.0.0.4 as the clients. I also did a quick test
> using the Apache TCP monitor and it worked OK.
>
> Unfortunately i do not have a windows machine to test with... perhaps it
> is a windows bug with the lightweight HTTP server.
>
> Some questions:
>
> What version of Jersey were you using, the stable 0.1?
>
> Do you get any exceptions printed out on the server side?
>
> What happens if you do not use Fiddler as a local proxy?
>
> Thanks,
> Paul.
>
> P.S. i recommend you subscribe to the users list
> https://jersey.dev.java.net/communicate/#users
>
> gary.casey_at_bt.com wrote:
>> Hi,
>>
>> Just downloaded and installed Jersey and ran up HelloWorld (ant run).
>> If I go to _http://localhost:9998/gary_ I get, as one would expect, a
>> 404 response from the server. If I then go to
>> _http://localhost:9998/helloworld_ the server sends no response - my
>> client waits forever. Interestingly, if I then try to GET
>> _http://localhost:9998/gary_ again, this time I get no response. FYI
>> I'm using a local proxy (Fiddler) to monitor all HTTP traffic
>>
>> I've tried latest and stable versions of Jersey; I am running Ant
>> 1.6.5, JDK 1.6.0_02 on fully patched Windows XP
>>
>> This is obviously pilot error of some sort, but I hope someone can
>> help me figure out what's wrong ...
>>
>> Thanks,
>>
>> - Gary
>>
>