I have a grails application that i have deployed on my linode box. It was running fine for a few days but now gives this error on all pages:
Caused by: java.lang.VerifyError: (class: org/codehaus/groovy/runtime/InvokerInvocationException, method: getMessage signature: ()Ljava/lang/String;) Illegal constant pool index
Googling indicates that this is a weaving problem, but not how to solve. Has anyone encountered something similar?