Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Labels:None
-
Environment:tomcat6, jdk6, grails v1.7
-
Number of attachments :
Description
The run-app works well; but deploying it on tomcat6 (run-war) launch a critical error when listener start:
GRAVE: Exception sending context initialized event to listener instance of class org.codehaus.groovy.grails.web.context.GrailsContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pluginManager' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is org.codehaus.groovy.grails.exceptions.NewInstanceCreationException: Could not create a new instance of class [NavigationGrailsPlugin]!
at org.grails.tomcat.IsolatedTomcat.main(IsolatedTomcat.java:101)
Caused by: org.codehaus.groovy.grails.exceptions.NewInstanceCreationException: Could not create a new instance of class [NavigationGrailsPlugin]!
... 1 more
Caused by: java.lang.NoClassDefFoundError: NavigationGrailsPlugin$_closure6
at NavigationGrailsPlugin.<init>(NavigationGrailsPlugin.groovy:9)
... 1 more
Caused by: java.lang.ClassNotFoundException: NavigationGrailsPlugin$_closure6
... 2 more