Created
September 18, 2009 23:19
-
-
Save warnero/189349 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Caused by: org.codehaus.groovy.grails.exceptions.NewInstanceCreationException: Could not create a new instance of class [org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass]! | |
at com.clearboxmedia.couchdb.domain.CouchdbGrailsDomainClass.<init>(CouchdbGrailsDomainClass.java:37) | |
at com.clearboxmedia.couchdb.CouchdbPluginSupport$__clinit__closure1.doCall(CouchdbPluginSupport.groovy:23) | |
... 22 more | |
Caused by: java.lang.NoSuchMethodException: org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass.<init>() | |
at java.lang.Class.getConstructor0(Class.java:2678) | |
at java.lang.Class.getDeclaredConstructor(Class.java:1953) | |
... 24 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment