Service stops responding (Ubuntu 14.04)

Need help? Post your questions here.

Moderator: moderators

Service stops responding (Ubuntu 14.04)

Postby courtarro » Tue Aug 11, 2015 9:33 pm

I am running the .deb version of Subsonic 5.2.1. I have a strange issue where I lose the ability to create connections over new sessions, though previous sessions may keep working just fine. I have a PC running Chrome that can access the server; reloading works fine and all is good.

Meanwhile, on other machines, the service is inaccessible. I am running both HTTP and HTTPS. If I look at Wireshark on the Linux machine running the service, it looks like the connection gets to the point of making an HTTP request, then the server hangs. When I make an HTTPS request, the server hangs before completing the SSL handshake. In HTTP, the following packets are seen:

  1. client -> server, TCP SYN
  2. server -> client, TCP SYN, ACK
  3. client -> server, TCP ACK
  4. client -> server, "GET / HTTP/1.1" (plus all the headers)
  5. server -> client, TCP ACK
  6. ... nothing else ...

In HTTPS, the following is seen:

  1. client -> server, TCP SYN
  2. server -> client, TCP SYN, ACK
  3. client -> server, TCP ACK
  4. client -> server, SSL Client Hello
  5. server -> client, TCP ACK
  6. ... nothing else ...

Is it possible that I'm seeing this kind of problem, related to some kind of hangup when Jetty tries to handle a new session?
courtarro
 
Posts: 10
Joined: Sun Feb 07, 2010 3:36 pm

Return to Help

Who is online

Users browsing this forum: No registered users and 12 guests