[xwiki-users] Error "code too large"
Hello ! I got a pretty long code for one of my page and I get this error : Caused by: javax.script.ScriptException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: General error during class generation: Method code too large! Is there any way to change the xwiki settings to avoid this error? thank you very much in advance for your help ! Adrien
This is not a XWiki setting but a bug/limitation of the Java implementation of whatever script language you used. If you are talking about python (looks a lot like the error you would get with Jython) the issue to follow would be http://bugs.jython.org/issue1891. On Wed, Nov 26, 2014 at 1:01 PM, Adrien Moi <[email protected]> wrote:
Hello ! I got a pretty long code for one of my page and I get this error :
Caused by: javax.script.ScriptException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: General error during class generation: Method code too large!
Is there any way to change the xwiki settings to avoid this error?
thank you very much in advance for your help !
Adrien
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (2)
-
Adrien Moi -
Thomas Mortagne