私は grails 2.2.3 、 mongodb 1.3.3 を使用しています。カード操作は正常に機能しています。
カード操作をログに記録したい
だから私は監査ロギングプラグイン "audit-logging:1.0.0" を使用します。mysql-database では正常に動作しますが、mongodb では動作しません。
Error 2014-05-05 15:45:04,117 [localhost-startStop-1] ERROR context.GrailsContextLoader - Error initializing the application: Cannot get property 'datastores' on null object
Message: Cannot get property 'datastores' on null object
Line | Method
->> 90 | doCall in AuditLoggingGrailsPlugin$_closure1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 303 | innerRun in java.util.concurrent.FutureTask$Sync
| 138 | run . . in java.util.concurrent.FutureTask
| 886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
| 908 | run . . in ''
^ 662 | run in java.lang.Thread
誰もがこの問題に遭遇しました。
これを解決するのを手伝ってください。
前もって感謝します。乾杯..