Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 11th, 2012  |  syntax: None  |  size: 0.92 KB  |  hits: 37  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Morphia with play - very ugly issue
  2. Oops: NoSuchMethodError
  3. An unexpected error occured caused by exception NoSuchMethodError: com.mongodb.WriteConcern.valueOf(Ljava/lang/String;)Lcom/mongodb/WriteConcern;
  4.  
  5. play.exceptions.UnexpectedException: Unexpected Error
  6.     at play.Invoker$Invocation.onException(Invoker.java:232)
  7.     at play.Invoker$Invocation.run(Invoker.java:273)
  8.     at Invocation.HTTP Request(Play!)
  9. Caused by: java.lang.NoSuchMethodError: com.mongodb.WriteConcern.valueOf(Ljava/lang/String;)Lcom/mongodb/WriteConcern;
  10.     at play.modules.morphia.MorphiaPlugin.configureDs_(MorphiaPlugin.java:574)
  11.     at play.modules.morphia.MorphiaPlugin.onApplicationStart(MorphiaPlugin.java:453)
  12.     at play.plugins.PluginCollection.onApplicationStart(PluginCollection.java:425)
  13.     at play.Play.start(Play.java:495)
  14.     at play.Play.detectChanges(Play.java:599)
  15.     at play.Invoker$Invocation.init(Invoker.java:186)
  16.     ... 1 more