
Untitled
By: a guest on
May 11th, 2012 | syntax:
None | size: 0.92 KB | hits: 37 | expires: Never
Morphia with play - very ugly issue
Oops: NoSuchMethodError
An unexpected error occured caused by exception NoSuchMethodError: com.mongodb.WriteConcern.valueOf(Ljava/lang/String;)Lcom/mongodb/WriteConcern;
play.exceptions.UnexpectedException: Unexpected Error
at play.Invoker$Invocation.onException(Invoker.java:232)
at play.Invoker$Invocation.run(Invoker.java:273)
at Invocation.HTTP Request(Play!)
Caused by: java.lang.NoSuchMethodError: com.mongodb.WriteConcern.valueOf(Ljava/lang/String;)Lcom/mongodb/WriteConcern;
at play.modules.morphia.MorphiaPlugin.configureDs_(MorphiaPlugin.java:574)
at play.modules.morphia.MorphiaPlugin.onApplicationStart(MorphiaPlugin.java:453)
at play.plugins.PluginCollection.onApplicationStart(PluginCollection.java:425)
at play.Play.start(Play.java:495)
at play.Play.detectChanges(Play.java:599)
at play.Invoker$Invocation.init(Invoker.java:186)
... 1 more