Control Freak plugin - Null pointer exception: displayId

Issue #199 resolved
Former user created an issue

Hi Team,

Need your help to check on the below error reported while pushing the tags to the bitbucket repo.

We recently upgraded the bitbucket DC to 6.10.10 and also upgraded the control freak plugin to 2020.12.10 version.

https://marketplace.atlassian.com/apps/1217635/control-freak-hook-for-bitbucket/version-history

Is there any dependency with PR booster plugin for Control freak as we see one of the feature is expecting that plugin.

screenshot

[Cortex] Running shell script + git tag -f daily-latest 123aa4f8bb0b50f068f82c8b9e8e0b8a383f43f0 + git tag -f 20210518 123aa4f8bb0b50f068f82c8b9e8e0b8a383f43f0 + git push -f --tags remote: Control Freak v2020.12.10: java.lang.NullPointerException: displayId remote: java.lang.NullPointerException: displayId remote: at java.util.Objects.requireNonNull(Unknown Source) remote: at com.atlassian.bitbucket.repository.SimpleMinimalRef.<init>(SimpleMinimalRef.java:20) remote: at com.atlassian.bitbucket.repository.SimpleRef.<init>(SimpleRef.java:24) remote: at com.atlassian.bitbucket.repository.SimpleBranch.<init>(SimpleBranch.java:12) remote: at com.atlassian.bitbucket.repository.SimpleBranch$Builder.build(SimpleBranch.java:61) remote: at com.bitbooster.hook.ControlFreakHook.getDownstream(ControlFreakHook.java:2321) remote: at com.bitbooster.hook.ControlFreakHook.analyzeCommits(ControlFreakHook.java:2275) remote: at com.bitbooster.hook.ControlFreakHook.validateChange(ControlFreakHook.java:1075) remote: at com.bitbooster.hook.ControlFreakHook.processReceive(ControlFreakHook.java:563) remote: at com.bitbooster.hook.ControlFreakPreReceive.preUpdate(ControlFreakPreReceive.java:141) remote: To ssh://xxxx.xxx.xxxxxxxx.com:7999/ABC/repo.git ! [remote rejected] daily-latest -> daily-latest (pre-receive hook declined) ! [remote rejected] 20210518 -> 20210518 (pre-receive hook declined)

Priority

Comments (1)

  1. Log in to comment