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

java.lang.NoSuchMethodError while browsing at localhost:9000 #2

Open
prayagupa opened this issue May 15, 2015 · 0 comments
Open

java.lang.NoSuchMethodError while browsing at localhost:9000 #2

prayagupa opened this issue May 15, 2015 · 0 comments

Comments

@prayagupa
Copy link

Hi @darthbear
I have mongo 2.6.0 , play 2.2.3, spark 1.2.0 setup in my local machine. I get following NSME at akka.util.Helpers$.ConfigOps(Lcom/typesafe/config/Config;)Lcom/typesafe/config/Config error when I run the application and render at http://localhost:9000/.

$ $PLAY_HOME/play package run

.....
.....

(Server started, use Ctrl+D to stop and go back to the console...)

[info] play - Application started (Dev)
[error] application - 

! Internal server error, for (GET) [/] ->

java.lang.NoSuchMethodError: akka.util.Helpers$.ConfigOps(Lcom/typesafe/config/Config;)Lcom/typesafe/config/Config;
    at akka.remote.RemoteSettings.<init>(RemoteSettings.scala:48) ~[akka-remote_2.10-2.3.4-spark.jar:na]
    at akka.remote.RemoteActorRefProvider.<init>(RemoteActorRefProvider.scala:114) ~[akka-remote_2.10-2.3.4-spark.jar:na]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.7.0_65]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[na:1.7.0_65]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.7.0_65]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[na:1.7.0_65]
[error] application - Error while rendering default error page
scala.MatchError: java.lang.NoSuchMethodError: akka.util.Helpers$.ConfigOps(Lcom/typesafe/config/Config;)Lcom/typesafe/config/Config; (of class java.lang.NoSuchMethodError)
    at play.api.GlobalSettings$class.onError(GlobalSettings.scala:131) ~[play_2.10.jar:2.2.3]
    at play.api.DefaultGlobal$.onError(GlobalSettings.scala:189) [play_2.10.jar:2.2.3]
    at play.core.server.Server$class.logExceptionAndGetResult$1(Server.scala:73) [play_2.10.jar:2.2.3]
    at play.core.server.Server$$anonfun$getHandlerFor$4.apply(Server.scala:83) [play_2.10.jar:2.2.3]
    at play.core.server.Server$$anonfun$getHandlerFor$4.apply(Server.scala:81) [play_2.10.jar:2.2.3]
    at scala.util.Either$RightProjection.flatMap(Either.scala:523) [scala-library-2.10.4.jar:na]

@prayagupa prayagupa changed the title java.lang.NoSuchMethodError java.lang.NoSuchMethodError while browsing at localhost:9000 May 15, 2015
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

1 participant