Created
October 21, 2013 18:44
-
-
Save josephholsten/7088812 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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