On Monday, June 11, 2012 11:51:19 AM UTC+3, Ron Gross wrote:
> Posted to Stack Overflow:
> http://stackoverflow.com/questions/10976899/groovy-lang-missingfielde...
> On Mon, Jun 11, 2012 at 11:41 AM, Ron Gross <ron.gr...@gmail.com> wrote:
>> I got this out of the blue today on our CI server.
>> *No code was changed* ! Nobody touched the server, and I started getting
>> these errors.
>> Did you find a solution?
>> Full stack trace:
>> Internal Server Error (500) for request GET /
>> Oops: ExceptionInInitializerError
>> An unexpected error occured caused by exception
>> ExceptionInInitializerError: null
>> play.exceptions.UnexpectedException: Unexpected Error
>> at play.Invoker$Invocation.onException(Invoker.java:244)
>> at play.Invoker$Invocation.run(Invoker.java:286)
>> at Invocation.HTTP Request(Play!)
>> Caused by: java.lang.ExceptionInInitializerError
>> at play.templates.TemplateLoader.load(TemplateLoader.java:78)
>> at play.mvc.Router.parse(Router.java:162)
>> at play.mvc.Router.parse(Router.java:190)
>> at play.mvc.Router.parse(Router.java:164)
>> at play.mvc.Router.load(Router.java:48)
>> at play.mvc.Router.detectChanges(Router.java:219)
>> ... 1 more
>> Caused by: groovy.lang.MissingFieldException: No such field: metaClass
>> for class: java.lang.Class
>> at groovy.lang.MetaClassImpl.getAttribute(MetaClassImpl.java:1074)
>> at
>> groovy.lang.MetaClassImpl.getStaticProperty(MetaClassImpl.java:1308)
>> at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:707)
>> at
>> org.codehaus.groovy.runtime.Invoker.getProperty(Invoker.java:727)
>> at
>> org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:20 6)
>> at
>> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecod eAdapter.java:295)
>> at Script1.run(Script1.groovy:1)
>> at groovy.lang.GroovyShell.evaluate(GroovyShell.java:521)
>> at groovy.lang.GroovyShell.evaluate(GroovyShell.java:496)
>> at play.templates.GroovyTemplate.<clinit>(GroovyTemplate.java:62)
>> ... 7 more
>> 2012-06-11 08:38:26,143 ERROR (play) ~ Error during the 500 response
>> generation
>> java.lang.NoClassDefFoundError: Could not initialize class
>> play.templates.GroovyTemplate
>> at play.templates.TemplateLoader.load(TemplateLoader.java:78)
>> at play.templates.TemplateLoader.load(TemplateLoader.java:172)
>> at play.server.PlayHandler.serve500(PlayHandler.java:778)
>> at
>> play.server.PlayHandler$NettyInvocation.run(PlayHandler.java:237)
>> at
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>> at
>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
>> at java.util.concurrent.FutureTask.run(FutureTask.java:166)
>> at
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access $201(ScheduledThreadPoolExecutor.java:178)
>> at
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Sc heduledThreadPoolExecutor.java:292)
>> at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1 110)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java: 603)
>> at java.lang.Thread.run(Thread.java:722)
>> On Thursday, May 3, 2012 8:36:07 PM UTC+3, jss wrote:
>>> ERROR ~ Error during the 500 response generation
>>> java.lang.**NoClassDefFoundError: Could not initialize class
>>> play.templates.GroovyTemplate
>>> at play.templates.TemplateLoader.**load(TemplateLoader.java:69)
>>> at play.templates.TemplateLoader.**load(TemplateLoader.java:172)
>>> at play.server.ServletWrapper.**serve500(ServletWrapper.java:**425)
>>> at play.server.ServletWrapper
>>> $ServletInvocation.run(**ServletWrapper.java:550)
>>> at play.Invoker.invokeInThread(**Invoker.java:68)
>>> --
>> You received this message because you are subscribed to the Google Groups
>> "play-framework" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/play-framework/-/6PJt3JZyNwsJ.
>> To post to this group, send email to play-framework@googlegroups.com.
>> To unsubscribe from this group, send email to
>> play-framework+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/play-framework?hl=en.
> --
> Ron Gross
> http://ripper234.com/