Re: [akka-user] IllegalStateException in akka.dispatch.BatchingExecutor$Batch.run

2014-11-18 Thread Konrad Malawski
Thanks a lot for creating the issue Maxim! Let us know if you'd be able to find any more details that would help us find the root cause of the issue. Thanks in advance -- Cheers, Konrad 'ktoso' Malawski hAkker @ Typesafe -- >> Read the docs: http://akka.io/docs/ >> Ch

Re: [akka-user] IllegalStateException in akka.dispatch.BatchingExecutor$Batch.run

2014-11-18 Thread Maxim Valyanskiy
Hello! I created new issue https://github.com/akka/akka/issues/16327. I'm going to reproduce this problem later with logging settings that was suggested by Viktor and also update Akka to 2.3.7. Maxim понедельник, 17 ноября 2014 г., 20:18:07 UTC+3 пользователь Konrad Malawski написал: > > Than

Re: [akka-user] IllegalStateException in akka.dispatch.BatchingExecutor$Batch.run

2014-11-17 Thread Konrad Malawski
Thanks for the description Maxim, would you mind opening an issue on our issue tracker using the data you've collected so far (the stacktrace and your descrition here)? Sounds like there may be something on our side we should look deeper into. Thanks in advanc

Re: [akka-user] IllegalStateException in akka.dispatch.BatchingExecutor$Batch.run

2014-11-17 Thread Maxim Valyanskiy
Hello! Our application provides REST interface to database storage. User uploads data via HTTP interface, we store it to JDBC and then do some additional logic that processes uploaded data. HTTP interface is implemented via Spray 1.3.2; Akka version 2.3.6 (but I have seen this problem in previo

Re: [akka-user] IllegalStateException in akka.dispatch.BatchingExecutor$Batch.run

2014-11-17 Thread √iktor Ҡlang
Also, could you have your logger output the full stack trace? On Mon, Nov 17, 2014 at 3:02 PM, Konrad 'ktoso' Malawski < konrad.malaw...@typesafe.com> wrote: > Hi Maxim, > We fixed a very similar bug in akka-streams 0.11, but it does not seem > that’s the exact place that your stacktrace is comin

Re: [akka-user] IllegalStateException in akka.dispatch.BatchingExecutor$Batch.run

2014-11-17 Thread Konrad 'ktoso' Malawski
Hi Maxim, We fixed a very similar bug in akka-streams 0.11, but it does not seem that’s the exact place that your stacktrace is coming from… Here’s the issue we fixed in 0.11 => https://github.com/akka/akka/issues/16263 Would you mind giving more background on what you’ve been using and when this

[akka-user] IllegalStateException in akka.dispatch.BatchingExecutor$Batch.run

2014-11-17 Thread Maxim Valyanskiy
Hello! I'm running Akka application that sometimes logs ISE in BatchingExecutor$Batch.run. I can't find any application class in it stack trace, all classes in it are Akka internal. Is it a problem (bug) in application or in Akka? How to find the cause of it? Here it the complete stack trace: