Re: [akka-user] Scala Akka Alignment

2016-09-21 Thread Endre Varga
Also, why not the latest version 2.4.10?

On Wed, Sep 21, 2016 at 1:19 AM, Konrad Malawski <
konrad.malaw...@lightbend.com> wrote:

> You can see which version of Scala an Akka artifact is released for by
> looking at the artifact names:
> http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22akka-remote_2.11%22
>
> So as you see, it's released for 2.11.
>
> That you're talking about jar files makes me thing you're mixing different
> akka versions... That's not supported, make sure it's all the same version
> of Akka.
>
> --
> Konrad `ktoso` Malawski
> Akka  @ Lightbend 
>
> On 20 September 2016 at 14:28:32, Joseph Mansigian (
> joseph.c.mansig...@gmail.com) wrote:
>
> I am trying to use scala 2.11.8 and akka 2.4.9 for remoting.  Not sure if
> these versions are compatible.  I noticed that there is an akka jar with
> scala which is confusing to me since I already hava akka jars on the
> classpath.  When I run code  I am getting:
>
>   java.lang.NoSuchMethodError: akka.util.Helpers$.
> toRootLowerCase(Ljava/lang/String;)Ljava/lang/String;
>
> Have the jar with some version of akka.util.Helpers$ on the classpath but
> apparently this version does not have the method cited in the error
> message.  Anyone recognize what is happening?  Source, classpath, directory
> structure, stacktrace, etc available on demand.   Thank you for helping.
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] Scala Akka Alignment

2016-09-20 Thread Konrad Malawski
You can see which version of Scala an Akka artifact is released for by
looking at the artifact names:
http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22akka-remote_2.11%22

So as you see, it's released for 2.11.

That you're talking about jar files makes me thing you're mixing different
akka versions... That's not supported, make sure it's all the same version
of Akka.

-- 
Konrad `ktoso` Malawski
Akka  @ Lightbend 

On 20 September 2016 at 14:28:32, Joseph Mansigian (
joseph.c.mansig...@gmail.com) wrote:

I am trying to use scala 2.11.8 and akka 2.4.9 for remoting.  Not sure if
these versions are compatible.  I noticed that there is an akka jar with
scala which is confusing to me since I already hava akka jars on the
classpath.  When I run code  I am getting:

  java.lang.NoSuchMethodError:
akka.util.Helpers$.toRootLowerCase(Ljava/lang/String;)Ljava/lang/String;

Have the jar with some version of akka.util.Helpers$ on the classpath but
apparently this version does not have the method cited in the error
message.  Anyone recognize what is happening?  Source, classpath, directory
structure, stacktrace, etc available on demand.   Thank you for helping.

--
>> Read the docs: http://akka.io/docs/
>> Check the FAQ:
http://doc.akka.io/docs/akka/current/additional/faq.html
>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups
"Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] Scala Akka Alignment

2016-09-20 Thread Joseph Mansigian
I am trying to use scala 2.11.8 and akka 2.4.9 for remoting.  Not sure if 
these versions are compatible.  I noticed that there is an akka jar with 
scala which is confusing to me since I already hava akka jars on the 
classpath.  When I run code  I am getting:

  java.lang.NoSuchMethodError: 
akka.util.Helpers$.toRootLowerCase(Ljava/lang/String;)Ljava/lang/String;

Have the jar with some version of akka.util.Helpers$ on the classpath but 
apparently this version does not have the method cited in the error 
message.  Anyone recognize what is happening?  Source, classpath, directory 
structure, stacktrace, etc available on demand.   Thank you for helping.

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.