[akka-user] Re: Detail: akka.stream.StreamTcpException: Connection failed.

2017-02-28 Thread Chaitanya Mahipath
Please provide your inputs to overcome this problem. Any help is greatly appreciated! Thanks, Chaitanya On Monday, February 27, 2017 at 4:57:34 PM UTC+5:30, Chaitanya Mahipath wrote: > > Hi Johannes, > > I tried with Http.SingleRequest as suggested but could see the following > exception > >

Re: [akka-user] Re: Detail: akka.stream.StreamTcpException: Connection failed.

2017-02-27 Thread Chaitanya Mahipath
Yes. Status code, headers & the content using entity.toStrict. Thanks On Monday, February 27, 2017 at 5:06:53 PM UTC+5:30, √ wrote: > > Are you consuming your response bodies? > > -- > Cheers, > √ > > On Feb 27, 2017 12:27 PM, "Chaitanya Mahipath" > wrote: > >> Hi

Re: [akka-user] Re: Detail: akka.stream.StreamTcpException: Connection failed.

2017-02-27 Thread Viktor Klang
Are you consuming your response bodies? -- Cheers, √ On Feb 27, 2017 12:27 PM, "Chaitanya Mahipath" wrote: > Hi Johannes, > > I tried with Http.SingleRequest as suggested but could see the following > exception > > akka.stream.BufferOverflowException: Exceeded

[akka-user] Re: Detail: akka.stream.StreamTcpException: Connection failed.

2017-02-27 Thread Chaitanya Mahipath
Hi Johannes, I tried with Http.SingleRequest as suggested but could see the following exception akka.stream.BufferOverflowException: Exceeded configured max-open-requests value of [32] This time the test has lasted only for 40 odd minutes(as compared to previous test result which lasted for

[akka-user] Re: Detail: akka.stream.StreamTcpException: Connection failed.

2017-02-27 Thread 'Johannes Rudolph' via Akka User List
Hello, the error is thrown here: https://github.com/akka/akka/blob/master/akka-stream/src/main/scala/akka/stream/impl/io/TcpStages.scala#L303. I agree it's hard to see why that error would happen. One thing that could have happened is that a connection attempt was very slow and so the