Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoSuchMethodError version1.6.0 and akka-actor version 2.4.8 #111

Closed
brijeshkec11 opened this issue Mar 15, 2017 · 3 comments
Closed

NoSuchMethodError version1.6.0 and akka-actor version 2.4.8 #111

brijeshkec11 opened this issue Mar 15, 2017 · 3 comments

Comments

@brijeshkec11
Copy link

java.lang.NoSuchMethodError: akka.pattern.AskableActorRef$.$qmark$default$3$extension(Lakka/actor/ActorRef;Ljava/lang/Object;)Lakka/actor/ActorRef;
at com.spingo.op_rabbit.Subscription.run(Subscription.scala:67)
at com.spingo.op_rabbit.Subscription$.run(Subscription.scala:16)

Any help?

@timcharper
Copy link
Member

timcharper commented Mar 21, 2017

Oh geez. I have no idea. 1.6.x was built with 2.4.8. Double check your dependencies? Clear your sbt cache?

@brijeshkec11
Copy link
Author

Thanks timcharper for the reply.
Finally I found the issue. is was due to an older version if akka (akka-actor_2.11-2.3.10.jar) present in Scala lib (/usr/share/scala/lib/akka-actor_2.11-2.3.10.jar)
I deleted the same and now I do not see this issue anymore.

looks like akka library is present when you install Scala using deb package.
please close this ticket.

@timcharper
Copy link
Member

Glad you figured it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants