Class org.codehaus.groovy.grails.web.converters.marshaller.json.GenericJavaBeanMarshaller can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public" #29
Exception and stacktrace attached:
Class org.codehaus.groovy.grails.web.converters.marshaller.json.GenericJavaBeanMarshaller can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public". Stacktrace follows:
Message: Class org.codehaus.groovy.grails.web.converters.marshaller.json.GenericJavaBeanMarshaller can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public"
Line | Method
->> 202 | value in grails.converters.JSON
| 162 | convertAnother in ''
| 202 | value . . . . in ''
| 162 | convertAnother in ''
| 202 | value . . . . in ''
| 162 | convertAnother in ''
| 202 | value . . . . in ''
| 162 | convertAnother in ''
| 202 | value . . . . in ''
| 162 | convertAnother in ''
| 202 | value . . . . in ''
| 162 | convertAnother in ''
| 202 | value . . . . in ''
| 162 | convertAnother in ''
| 202 | value . . . . in ''
| 162 | convertAnother in ''
| 202 | value . . . . in ''
| 162 | convertAnother in ''
| 202 | value . . . . in ''
| 162 | convertAnother in ''
| 202 | value . . . . in ''
| 162 | convertAnother in ''
| 202 | value . . . . in ''
| 134 | render in ''
| 150 | render . . . . in ''
| 51 | doCall in jingle.asset.service.MusicAlbumsController$_ttshow_closure5_closure9
| 54 | withFormat . . in org.grails.plugins.web.rest.api.ControllersRestApi
| 46 | $ttshow in jingle.asset.service.MusicAlbumsController
| 198 | doFilter . . . in grails.plugin.cache.web.filter.PageFragmentCachingFilter
| 63 | doFilter in grails.plugin.cache.web.filter.AbstractFilter
| 1142 | runWorker . . in java.util.concurrent.ThreadPoolExecutor
| 617 | run in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run . . . . . in java.lang.Thread
I am getting this exception after add grails-rest-client-builder. This seems to be similar to this post: http://grails.1312388.n4.nabble.com/Marshallers-are-blowing-up-in-2-3-5-anyone-else-td4653954.html I am not sure how to apply the fix in the last post. Can this be fixed in the plugin? I am running Grails 2.4.3 and grails-rest-client-builder 2.0.2.
Thanks!
Alex
Exception and stacktrace attached: Class org.codehaus.groovy.grails.web.converters.marshaller.json.GenericJavaBeanMarshaller can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public". Stacktrace follows: Message: Class org.codehaus.groovy.grails.web.converters.marshaller.json.GenericJavaBeanMarshaller can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public" Line | Method ->> 202 | value in grails.converters.JSON
| 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 134 | render in '' | 150 | render . . . . in '' | 51 | doCall in jingle.asset.service.MusicAlbumsController$_ttshow_closure5_closure9 | 54 | withFormat . . in org.grails.plugins.web.rest.api.ControllersRestApi | 46 | $ttshow in jingle.asset.service.MusicAlbumsController | 198 | doFilter . . . in grails.plugin.cache.web.filter.PageFragmentCachingFilter | 63 | doFilter in grails.plugin.cache.web.filter.AbstractFilter | 1142 | runWorker . . in java.util.concurrent.ThreadPoolExecutor | 617 | run in java.util.concurrent.ThreadPoolExecutor$Worker ^ 745 | run . . . . . in java.lang.Thread