-
Bug
-
Resolution: Fixed
-
Critical
-
Jenkins: 2.274
Bitbucket Server Notifier Plugin: 1.20
After updating to Jenkins 2.274, we get the following exception in the Bitbucket Server Notifier Plugin
08:40:17 Caught exception while notifying Bitbucket with id d0ecf7b50eab65ea60c48e256feab7054b04df57 08:40:17 java.lang.RuntimeException: Error creating extended parser class: null 08:40:17 at org.parboiled.Parboiled.createParser(Parboiled.java:58) 08:40:17 at org.jenkinsci.plugins.tokenmacro.Parser.process(Parser.java:80) 08:40:17 at org.jenkinsci.plugins.tokenmacro.Parser.process(Parser.java:74) 08:40:17 at org.jenkinsci.plugins.tokenmacro.TokenMacro.expand(TokenMacro.java:199) 08:40:17 at org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(TokenMacro.java:237) 08:40:17 at org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(TokenMacro.java:207) 08:40:17 at org.jenkinsci.plugins.stashNotifier.StashNotifier.expandStashURL(StashNotifier.java:927) 08:40:17 at org.jenkinsci.plugins.stashNotifier.StashNotifier.notifyStash(StashNotifier.java:780) 08:40:17 at org.jenkinsci.plugins.stashNotifier.StashNotifier.processJenkinsEvent(StashNotifier.java:380) 08:40:17 at org.jenkinsci.plugins.stashNotifier.StashNotifier.perform(StashNotifier.java:336) 08:40:17 at org.jenkinsci.plugins.stashNotifier.StashNotifier.perform(StashNotifier.java:303) 08:40:17 at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123) 08:40:17 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:99) 08:40:17 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:69) 08:40:17 at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) 08:40:17 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 08:40:17 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 08:40:17 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 08:40:17 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 08:40:17 at java.lang.Thread.run(Thread.java:748) 08:40:17 Caused by: java.lang.IllegalStateException 08:40:17 at org.objectweb.asm.tree.analysis.BasicInterpreter.<init>(BasicInterpreter.java:66) 08:40:17 at org.parboiled.transform.RuleMethodInterpreter.<init>(RuleMethodInterpreter.java:42) 08:40:17 at org.parboiled.transform.InstructionGraphCreator.process(InstructionGraphCreator.java:41) 08:40:17 at org.parboiled.transform.ParserTransformer.runMethodTransformers(ParserTransformer.java:62) 08:40:17 at org.parboiled.transform.ParserTransformer.extendParserClass(ParserTransformer.java:45) 08:40:17 at org.parboiled.transform.ParserTransformer.transformParser(ParserTransformer.java:39) 08:40:17 at org.parboiled.Parboiled.createParser(Parboiled.java:54) 08:40:17 ... 19 more 08:40:17 Caught exception while notifying Bitbucket with id aa946821bd10066f8d77bfd3872ecdf99e6b44a8 08:40:17 java.lang.RuntimeException: Error creating extended parser class: null 08:40:17 at org.parboiled.Parboiled.createParser(Parboiled.java:58) 08:40:17 at org.jenkinsci.plugins.tokenmacro.Parser.process(Parser.java:80) 08:40:17 at org.jenkinsci.plugins.tokenmacro.Parser.process(Parser.java:74) 08:40:17 at org.jenkinsci.plugins.tokenmacro.TokenMacro.expand(TokenMacro.java:199) 08:40:17 at org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(TokenMacro.java:237) 08:40:17 at org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(TokenMacro.java:207) 08:40:17 at org.jenkinsci.plugins.stashNotifier.StashNotifier.expandStashURL(StashNotifier.java:927) 08:40:17 at org.jenkinsci.plugins.stashNotifier.StashNotifier.notifyStash(StashNotifier.java:780) 08:40:17 at org.jenkinsci.plugins.stashNotifier.StashNotifier.processJenkinsEvent(StashNotifier.java:380) 08:40:17 at org.jenkinsci.plugins.stashNotifier.StashNotifier.perform(StashNotifier.java:336) 08:40:17 at org.jenkinsci.plugins.stashNotifier.StashNotifier.perform(StashNotifier.java:303) 08:40:17 at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123) 08:40:17 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:99) 08:40:17 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:69) 08:40:17 at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) 08:40:17 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 08:40:17 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 08:40:17 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 08:40:17 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 08:40:17 at java.lang.Thread.run(Thread.java:748) 08:40:17 Caused by: java.lang.IllegalStateException 08:40:17 at org.objectweb.asm.tree.analysis.BasicInterpreter.<init>(BasicInterpreter.java:66) 08:40:17 at org.parboiled.transform.RuleMethodInterpreter.<init>(RuleMethodInterpreter.java:42) 08:40:17 at org.parboiled.transform.InstructionGraphCreator.process(InstructionGraphCreator.java:41) 08:40:17 at org.parboiled.transform.ParserTransformer.runMethodTransformers(ParserTransformer.java:62) 08:40:17 at org.parboiled.transform.ParserTransformer.extendParserClass(ParserTransformer.java:45) 08:40:17 at org.parboiled.transform.ParserTransformer.transformParser(ParserTransformer.java:39) 08:40:17 at org.parboiled.Parboiled.createParser(Parboiled.java:54) 08:40:17 ... 19 more
- duplicates
-
JENKINS-64555 2.274: Error creating extended parser class: null
-
- Closed
-
- is duplicated by
-
JENKINS-64806 Conditional BuildStep Fails Build with NullPointerException
-
- Closed
-
-
JENKINS-64636 Conditional build step plugin fails to execute task with "java.lang.RuntimeException: Error creating extended parser class: null" error.
-
- Closed
-
[JENKINS-64556] "java.lang.RuntimeException: Error creating extended parser class: null" after update to Jenkins 2.274
Summary | Original: Bitbucket Server Notifier Plugin fails after update to Jenkins 2.274 | New: "java.lang.RuntimeException: Error creating extended parser class: null" after update to Jenkins 2.274 |
Link |
New:
This issue duplicates |
Assignee | Original: Antonio Mansilla [ flagbit ] | New: Alex Earl [ slide_o_mix ] |
Component/s | New: token-macro-plugin [ 15832 ] | |
Component/s | Original: bitbucket-build-status-notifier-plugin [ 21138 ] |
Released As | New: https://github.com/jenkinsci/token-macro-plugin/releases/tag/token-macro-2.14 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Link |
New:
This issue is duplicated by |
Link |
New:
This issue is duplicated by |