Re: websocket: connections not getting closed properly

2017-06-29 Thread Sandeep Dhameshia
of errors for some period of time are more or less matching with num of connections increased previously. Sandeep On Fri, Jun 23, 2017 at 2:34 PM, Sandeep Dhameshia < sandeep.dhames...@gmail.com> wrote: > One more doubt, does it log anything when max connections limit is reached > and it sta

Re: websocket: connections not getting closed properly

2017-06-29 Thread Sandeep Dhameshia
appens after 10-12 hrs. and > related to the autoscaling of ALB. > > On Thu, Jun 29, 2017 at 5:40 PM, Sandeep Dhameshia < > sandeep.dhames...@gmail.com> wrote: > > > Update: > > > > Started using AWS Application Load Balancer, with SSL offload. This has > > re

Re: websocket: connections not getting closed properly

2017-06-20 Thread Sandeep Dhameshia
$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745) *Connector*: regards On Wed, Jun 21, 2017 at 12:01 AM, Mark Thomas <ma...@apache.org> wrote: > On 20/06/2017 18:48, Sandeep Dhameshia wrote: > > Hello, > > > > I don't know about any for

websocket: connections not getting closed properly

2017-06-20 Thread Sandeep Dhameshia
Hello, I don't know about any format in which I should write this mail, so please forgive me if there's any format to follow. I am using v8.0.43 in latest Amazon Linux AMI(2017.03), on m4.large instance. I have deployed modified example Chat application. Everything works fine as expected, but I

Re: websocket: connections not getting closed properly

2017-06-23 Thread Sandeep Dhameshia
, restarted tomcat and it started accepting client requests again. Have created a cron job after this incident, which restarts the server when it is reaching the limit. regards On Wed, Jun 21, 2017 at 9:41 AM, Sandeep Dhameshia < sandeep.dhames...@gmail.com> wrote: > Thanks for your reply Mark,