マイプレイ!アプリケーションには 1 つのモジュール、morphia があります。私のDBはmongolab(AWS上)です。初めてコンパイルして実行します。次に、この DB 認証例外を後続のすべてのリクエストでスローします。プレイモーフィアがすべてのリクエストで再認証を試みるかどうかは誰にもわかりませんか? どんな助けでも大歓迎です。ありがとう。
Caused by: java.lang.IllegalStateException: can't call authenticate twice on the same DBObject
at com.mongodb.DB.authenticate(DB.java:437)
at play.modules.morphia.MorphiaPlugin.initMorphia_(MorphiaPlugin.java:368)
at play.modules.morphia.MorphiaPlugin.onApplicationStart(MorphiaPlugin.java:444)
at play.plugins.PluginCollection.onApplicationStart(PluginCollection.java:480)
at play.Play.start(Play.java:515)