Skip to content

Instantly share code, notes, and snippets.

@josephholsten
Created October 21, 2013 18:44
Show Gist options
  • Save josephholsten/7088812 to your computer and use it in GitHub Desktop.
Save josephholsten/7088812 to your computer and use it in GitHub Desktop.
2013-10-21 18:33:10,257 [188006096@qtp-1522234469-0] ERROR org.codehaus.groovy.grails.web.servlet.view.GroovyPageView - Error processing GroovyPageView: Error executing tag <g:expander>: Error creating bean with name 'UtilityTagLib': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [UtilityTagLib]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: UtilityTagLib$_closure1 at /WEB-INF/grails-app/views/error.gsp:39
org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Error executing tag <g:expander>: Error creating bean with name 'UtilityTagLib': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [UtilityTagLib]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: UtilityTagLib$_closure1 at /WEB-INF/grails-app/views/error.gsp:39
at gsp_rundeckerror_gsp$_run_closure2.doCall(gsp_rundeckerror_gsp.groovy:39)
at gsp_rundeckerror_gsp$_run_closure2.doCall(gsp_rundeckerror_gsp.groovy)
at gsp_rundeckerror_gsp.run(gsp_rundeckerror_gsp.groovy:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'UtilityTagLib': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [UtilityTagLib]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: UtilityTagLib$_closure1
... 3 more
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [UtilityTagLib]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: UtilityTagLib$_closure1
... 3 more
Caused by: java.lang.NoClassDefFoundError: UtilityTagLib$_closure1
at UtilityTagLib.<init>(UtilityTagLib.groovy)
... 3 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment