groovy - Grails - Could not create a new instance of class [QuartzGrailsPlugin]! -


i started using grails , need make svn downloaded grails project work.

but when try , run in, error:

error loading plugin manager: not create new instance of class [quartzgrailsplugin]! 

i tried different version of ggts (lastone , 3.5) , jdk (1.6-1.7-1.8).

when creating simple project scratch, works.

here full console:

2015-09-30 11:52:53,068 [main] debug converters.stringconverter  - converting 'string' value 'stdout' type 'string'org.codehaus.groovy.grails.exceptions.newinstancecreationexception: not create new instance of class [quartzgrailsplugin]! @ _plugindependencies_groovy$_run_closure5_closure40.docall(_plugindependencies_groovy:270) @ _plugindependencies_groovy$_run_closure5_closure40.docall(_plugindependencies_groovy) @ _grailssettings_groovy$_run_closure10.docall(_grailssettings_groovy:280) @ _grailssettings_groovy$_run_closure10.call(_grailssettings_groovy) @ _plugindependencies_groovy$_run_closure5.docall(_plugindependencies_groovy:268) @ _grailspackage_groovy$_run_closure2.docall(_grailspackage_groovy:167) @ _grailswar_groovy$_run_closure4.docall(_grailswar_groovy:91) @ war$_run_closure1.docall(war.groovy:38) @ gant.gant$_dispatch_closure5.docall(gant.groovy:381) @ gant.gant$_dispatch_closure7.docall(gant.groovy:415) @ gant.gant$_dispatch_closure7.docall(gant.groovy) @ gant.gant.withbuildlisteners(gant.groovy:427) @ gant.gant.this$2$withbuildlisteners(gant.groovy) @ gant.gant$this$2$withbuildlisteners.callcurrent(unknown source) @ gant.gant.dispatch(gant.groovy:415) @ gant.gant.this$2$dispatch(gant.groovy) @ gant.gant.invokemethod(gant.groovy) @ gant.gant.executetargets(gant.groovy:590) @ gant.gant.executetargets(gant.groovy:589) caused by: java.lang.unsupportedclassversionerror: org/codehaus/groovy/grails/plugins/quartz/taskartefacthandler : unsupported major.minor version 52.0 @ java.lang.classloader.defineclass1(native method) @ java.lang.classloader.defineclasscond(classloader.java:631) @ java.lang.classloader.defineclass(classloader.java:615) @ java.security.secureclassloader.defineclass(secureclassloader.java:141) @ java.net.urlclassloader.defineclass(urlclassloader.java:283) @ java.net.urlclassloader.access$000(urlclassloader.java:58) @ java.net.urlclassloader$1.run(urlclassloader.java:197) @ java.security.accesscontroller.doprivileged(native method) @ java.net.urlclassloader.findclass(urlclassloader.java:190) @ java.lang.classloader.loadclass(classloader.java:306) @ java.lang.classloader.loadclass(classloader.java:247) @ java.lang.class.forname0(native method) @ java.lang.class.forname(class.java:171) @ quartzgrailsplugin.class$(quartzgrailsplugin.groovy) @ quartzgrailsplugin.$get$$class$org$codehaus$groovy$grails$plugins$quartz$taskartefacthandler(quartzgrailsplugin.groovy) @ quartzgrailsplugin.<init>(quartzgrailsplugin.groovy:61) ... 19 more  error loading plugin manager: not create new instance of class [quartzgrailsplugin]! 

i run app command line doing this:

grails run-app 

with exact same result.

i'm using intellij idea. i've faced same problem. i'd chanded java sdk 1.6. execute clean-all command. compile.

it worked me.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -