Created
October 10, 2017 14:51
-
-
Save oboukili/f49a84f20110ad798c623108f31d78e5 to your computer and use it in GitHub Desktop.
Not so Groovy
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
| org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: | |
| General error during class generation: Method code too large! | |
| java.lang.RuntimeException: Method code too large! | |
| at groovyjarjarasm.asm.MethodWriter.a(Unknown Source) | |
| at groovyjarjarasm.asm.ClassWriter.toByteArray(Unknown Source) | |
| at org.codehaus.groovy.control.CompilationUnit$17.call(CompilationUnit.java:827) | |
| at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1065) | |
| at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:603) | |
| at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:581) | |
| at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:558) | |
| at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298) | |
| at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268) | |
| at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688) | |
| at groovy.lang.GroovyShell.parse(GroovyShell.java:700) | |
| at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.doParse(CpsGroovyShell.java:129) | |
| at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:123) | |
| at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:517) | |
| at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:480) | |
| at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:269) | |
| at hudson.model.ResourceController.execute(ResourceController.java:97) | |
| at hudson.model.Executor.run(Executor.java:419) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment