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
I am using grails 2.3.7 and trying to use IBM JVM .The application fails on start up because of the constraint plugin.My logs on startup is
Fatal error during compilation java.lang.ClassFormatError: JVMCFRE009 interface field must be public static and final; class=net/zorched/grails/plugins/validation/GrailsConstraintClass, offset=1396 (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)
Has anyone faced this?
The text was updated successfully, but these errors were encountered:
I am using grails 2.3.7 and trying to use IBM JVM .The application fails on start up because of the constraint plugin.My logs on startup is
Fatal error during compilation java.lang.ClassFormatError: JVMCFRE009 interface field must be public static and final; class=net/zorched/grails/plugins/validation/GrailsConstraintClass, offset=1396 (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)
Has anyone faced this?
The text was updated successfully, but these errors were encountered: