You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we were on commit id 14fd24d but when moved to 1.5.0 compilation is fine but grails run-app throws below errors. we are on grails 2.5 and java 8.
Errors :
| Error 2018-07-02 16:16:23,444 [localhost-startStop-1] ERROR context.GrailsContextLoaderListener - Error initializing the application: No such property: net for class: net.hedtech.restfulapi.config.JSONBeanMarshallerDelegate
Message: No such property: net for class: net.hedtech.restfulapi.config.JSONBeanMarshallerDelegate
Line | Method
->> 315 | doCall in Config$_run_closure6$_closure16$_closure23$_closure25$_closure26
| 62 | jsonBeanMarshaller in net.hedtech.restfulapi.config.MarshallersDelegate
| 314 | doCall . . . . . . in Config$_run_closure6$_closure16$_closure23$_closure25
| 60 | marshallers in net.hedtech.restfulapi.config.RepresentationDelegate
| 313 | doCall . . . . . . in Config$_run_closure6$_closure16$_closure23
| 102 | representation in net.hedtech.restfulapi.config.ResourceConfig
| 311 | doCall . . . . . . in Config$_run_closure6$_closure16
| 89 | doCall in net.hedtech.restfulapi.config.RestConfig$_resource_closure2
| 308 | doCall . . . . . . in Config$_run_closure6
| 80 | parse in net.hedtech.restfulapi.config.RestConfig
| 178 | init . . . . . . . in net.hedtech.restfulapi.RestfulApiController
^ 63 | doCall in RestfulApiGrailsPlugin$_closure1
The text was updated successfully, but these errors were encountered:
we were on commit id 14fd24d but when moved to 1.5.0 compilation is fine but grails run-app throws below errors. we are on grails 2.5 and java 8.
Errors :
| Error 2018-07-02 16:16:23,444 [localhost-startStop-1] ERROR context.GrailsContextLoaderListener - Error initializing the application: No such property: net for class: net.hedtech.restfulapi.config.JSONBeanMarshallerDelegate
Message: No such property: net for class: net.hedtech.restfulapi.config.JSONBeanMarshallerDelegate
Line | Method
->> 315 | doCall in Config$_run_closure6$_closure16$_closure23$_closure25$_closure26
| 62 | jsonBeanMarshaller in net.hedtech.restfulapi.config.MarshallersDelegate
| 314 | doCall . . . . . . in Config$_run_closure6$_closure16$_closure23$_closure25
| 60 | marshallers in net.hedtech.restfulapi.config.RepresentationDelegate
| 313 | doCall . . . . . . in Config$_run_closure6$_closure16$_closure23
| 102 | representation in net.hedtech.restfulapi.config.ResourceConfig
| 311 | doCall . . . . . . in Config$_run_closure6$_closure16
| 89 | doCall in net.hedtech.restfulapi.config.RestConfig$_resource_closure2
| 308 | doCall . . . . . . in Config$_run_closure6
| 80 | parse in net.hedtech.restfulapi.config.RestConfig
| 178 | init . . . . . . . in net.hedtech.restfulapi.RestfulApiController
^ 63 | doCall in RestfulApiGrailsPlugin$_closure1
The text was updated successfully, but these errors were encountered: