intellij idea - Grails 2.4.4 jdk8u60 SEVERE: Problems copying method. Incompatible JVM? -


this question has answer here:

i created project grails 2.4.4 in intellij idea 15 (jdk1.8u60) when try run project long endless log generated:

    jan 27, 2016 1:09:41 pm org.springsource.loaded.jvm.jvm copymethod severe: problems copying method. incompatible jvm? java.lang.reflect.invocationtargetexception     @ sun.reflect.nativemethodaccessorimpl.invoke0(native method)     @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:62)     @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:43)     @ java.lang.reflect.method.invoke(method.java:497)     @ org.springsource.loaded.jvm.jvm.copymethod(jvm.java:134)     @ org.springsource.loaded.ri.originalclassinvoker.createjavamethod(originalclassinvoker.java:68)     @ org.springsource.loaded.ri.reflectiveinterceptor.jlclassgetdeclaredmethods(reflectiveinterceptor.java:151)     @ org.codehaus.groovy.vmplugin.v5.java5.configureclassnode(java5.java:360)     @ org.codehaus.groovy.ast.classnode.lazyclassinit(classnode.java:261)     @ org.c ... 

how can run project ?

i know 2.4.4 doesn't work 1.8_60. change jdk 1.7. think 1.8_30 compatible i'm not sure. use 1.7 , works fine.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -