Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] no response is sent

Hi,

On Tue, May 27, 2014 at 8:23 AM, Itamar Farchy <itamar.farchy@xxxxxxxxx> wrote:
> Let me give a little more details:
> i have 2 unix machines and 2 http server softwares.
> 1. The machines are identical in the installed software manner
> 2.  The two servers differ in jetty version (and the related jetty class).
> 3. One server is using V5.1.14 the other uses V9.1.2
> 4.Both http servers are installed on each unix machine (so at total i have 4
> http servers)
> 5. At one Unix machine both servers work, at the other one only the V5.1.14
> is working
>
>
> in code i see that the client side is stuck after performing the following
> code at the underlined code:
>
> URLConnection conn = url.openConnection();
>
> conn.getInputStream()
>
>  (conn  is instance of sun.net.www.protocol.http.HttpURLConnection)

Take a tcpdump of the traffic of 9.1.2 and attach it to an issue you
create at https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty.

Thanks !

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top