-
Notifications
You must be signed in to change notification settings - Fork 199
Description
Original Reporter: dfischer
Environment: MacOSX, Grails 1.3.7, JDK 1.6.0_24, MongoDB Plugin 1.0.0.M6
Version: 1.0.0.M6
Migrated From: http://jira.grails.org/browse/GPMONGODB-54
After upgrading to version 1.0.0.M6 of the plugin, I am unable to run my application, I receive the following error.
2011-05-20 06:20:15,363 [main] ERROR plugins.DefaultGrailsPluginManager - Error configuring dynamic methods for plugin [mongodb:1.0.0.M6]: Could not find matching constructor for: org.grails.datastore.gorm.mongo.MongoGormStaticApi(java.lang.Class, org.springframework.datastore.mapping.mongo.MongoDatastore)
groovy.lang.GroovyRuntimeException: Could not find matching constructor for: org.grails.datastore.gorm.mongo.MongoGormStaticApi(java.lang.Class, org.springframework.datastore.mapping.mongo.MongoDatastore)
at MongodbGrailsPlugin$_closure2.doCall(MongodbGrailsPlugin.groovy:206)
at org.grails.tomcat.TomcatServer.start(TomcatServer.groovy:212)
at grails.web.container.EmbeddableServer$start.call(Unknown Source)
at _GrailsRun_groovy$_run_closure5_closure12.doCall(_GrailsRun_groovy:158)
at _GrailsRun_groovy$_run_closure5_closure12.doCall(_GrailsRun_groovy)
at _GrailsSettings_groovy$_run_closure10.doCall(_GrailsSettings_groovy:280)
at _GrailsSettings_groovy$_run_closure10.call(_GrailsSettings_groovy)
at _GrailsRun_groovy$_run_closure5.doCall(_GrailsRun_groovy:149)
at _GrailsRun_groovy$_run_closure5.call(_GrailsRun_groovy)
at _GrailsRun_groovy.runInline(_GrailsRun_groovy:116)
at _GrailsRun_groovy.this$4$runInline(_GrailsRun_groovy)
at _GrailsRun_groovy$_run_closure1.doCall(_GrailsRun_groovy:59)
at RunApp$_run_closure1.doCall(RunApp.groovy:33)
at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381)
at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415)
at gant.Gant$_dispatch_closure7.doCall(Gant.groovy)
at gant.Gant.withBuildListeners(Gant.groovy:427)
at gant.Gant.this$2$withBuildListeners(Gant.groovy)
at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source)
at gant.Gant.dispatch(Gant.groovy:415)
at gant.Gant.this$2$dispatch(Gant.groovy)
at gant.Gant.invokeMethod(Gant.groovy)
at gant.Gant.executeTargets(Gant.groovy:590)
at gant.Gant.executeTargets(Gant.groovy:589)