Re: [akka-user] Akka 2.5.8 (Java Edition) Error initializing: java.lang.IllegalStateException: not yet initialized

2018-01-08 Thread Eduardo Fernandes
Fixed. As you've said there was a mix in initialization. I was using persistence jdbc version 3.0.0 which loaded an old version of the stream jar. After changing to 3.1.0 the problem was fixed. Many thanks for you time Patrik. Regards. -- >> Read the docs:

Re: [akka-user] Akka 2.5.8 (Java Edition) Error initializing: java.lang.IllegalStateException: not yet initialized

2018-01-08 Thread Eduardo Fernandes
Thank you very much Patrik. I'll check. Best regards. On Mon, Jan 8, 2018 at 8:53 AM, Patrik Nordwall wrote: > Konrad is right. That is not the correct line numbers for GraphStage.scala > in akka-stream 2.5.8 and not 2.5.6 either, so check what akka-stream >

Re: [akka-user] Akka 2.5.8 (Java Edition) Error initializing: java.lang.IllegalStateException: not yet initialized

2018-01-07 Thread Patrik Nordwall
Konrad is right. That is not the correct line numbers for GraphStage.scala in akka-stream 2.5.8 and not 2.5.6 either, so check what akka-stream dependency you actually have on the classpath. On Mon, Jan 8, 2018 at 7:50 AM, Konrad “ktoso” Malawski < konrad.malaw...@lightbend.com> wrote: > Are you

Re: [akka-user] Akka 2.5.8 (Java Edition) Error initializing: java.lang.IllegalStateException: not yet initialized

2018-01-07 Thread Konrad “ktoso” Malawski
Are you not accidentally mixing Akka versions? What does your dependency file look like with regards to Akka dependencies. Akka Streams and Actor etc should all be on the same version. -- Cheers, Konrad 'ktoso ' Malawski Akka @ Lightbend