[akka-user] Re: Akka 2.2.x -> 2.3.y upgrade problem

2014-05-21 Thread Alanlit
> [ERROR] [05/20/2014 18:00:27.997] [jnlp-akka.remote.default- remote-dispatcher-7] [ActorSystem(jnlp)] Uncaught error from thread [jnlp-akka.remote.default-remote-dispatcher-7] shutting down JVM since ' akka.jvm-exit-on-fatal-error' is enabled java.lang.NoClassDefFoundError: akka/remote/Wire

Re: [akka-user] Re: Akka 2.2.x -> 2.3.y upgrade problem

2014-05-21 Thread Martynas Mickevičius
Could you try to minimize this to a reproducible example? On Wed, May 21, 2014 at 4:45 PM, Alanlit wrote: > > > [ERROR] [05/20/2014 18:00:27.997] [jnlp-akka.remote.default- > remote-dispatcher-7] [ActorSystem(jnlp)] > Uncaught error from thread [jnlp-akka.remote.default-remote-dispatcher-7

Re: [akka-user] Re: Akka 2.2.x -> 2.3.y upgrade problem

2014-05-21 Thread Patrik Nordwall
Verify that you have protobuf version 2.5.0 in your classpath. /Patrik On Wed, May 21, 2014 at 5:31 PM, Martynas Mickevičius < martynas.mickevic...@typesafe.com> wrote: > Could you try to minimize this to a reproducible example? > > > On Wed, May 21, 2014 at 4:45 PM, Alanlit wrote: > >> > >

Re: [akka-user] Re: Akka 2.2.x -> 2.3.y upgrade problem

2014-05-21 Thread Alanlit
On Wednesday, May 21, 2014 8:43:56 AM UTC-7, Patrik Nordwall wrote: > > Verify that you have protobuf version 2.5.0 in your classpath. > /Patrik > Good call !! I found that a third party library has (of course) an old version of protobuf tucked inside it. Removing that for now fixed everything

Re: [akka-user] Re: Akka 2.2.x -> 2.3.y upgrade problem

2014-05-21 Thread Patrik Nordwall
Great! You're welcome. /Patrik > 21 maj 2014 kl. 20:02 skrev Alanlit : > > >> On Wednesday, May 21, 2014 8:43:56 AM UTC-7, Patrik Nordwall wrote: >> Verify that you have protobuf version 2.5.0 in your classpath. >> /Patrik > > Good call !! I found that a third party library has (of course) an

Re: [akka-user] Re: Akka 2.2.x -> 2.3.y upgrade problem

2014-05-22 Thread Brice Figureau
On Wed, 2014-05-21 at 11:02 -0700, Alanlit wrote: > > On Wednesday, May 21, 2014 8:43:56 AM UTC-7, Patrik Nordwall wrote: > Verify that you have protobuf version 2.5.0 in your classpath. > /Patrik > > Good call !! I found that a third party library has (of course) an > old versio