Having Issues with setup of the plugin, we're seeing NullPointerException errors with the log generation #2715
Unanswered
adcjnguyen
asked this question in
Questions & Support
Replies: 1 comment
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're trying to use this plugin in our Bamboo instance, and we see the following error when trying to pull up the report tab:
Something went wrong with Allure Report generation. Here are some details: java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:209) at io.qameta.allure.bamboo.AllureArtifactsManager.downloadAllArtifactsTo(AllureArtifactsManager.java:266) at io.qameta.allure.bamboo.AllureArtifactsManager.downloadAllArtifactsTo(AllureArtifactsManager.java:234) at io.qameta.allure.bamboo.AllureBuildCompleteAction.execute(AllureBuildCompleteAction.java:132) at com.atlassian.bamboo.chains.ChainPluginSupportImpl.lambda$chainCompleted$3(ChainPluginSupportImpl.java:151) at com.atlassian.bamboo.chains.ChainPluginSupportImpl.logOperationTime(ChainPluginSupportImpl.java:117) at com.atlassian.bamboo.chains.ChainPluginSupportImpl.lambda$chainCompleted$4(ChainPluginSupportImpl.java:149) at com.atlassian.bamboo.chains.ChainPluginSupportImpl$1.lambda$call$0(ChainPluginSupportImpl.java:102) at com.atlassian.bamboo.chains.ChainPluginSupportImpl.logOperationTime(ChainPluginSupportImpl.java:117) at com.atlassian.bamboo.chains.ChainPluginSupportImpl$1.call(ChainPluginSupportImpl.java:102) at com.atlassian.bamboo.chains.ChainPluginSupportImpl$1.call(ChainPluginSupportImpl.java:98) at com.atlassian.bamboo.plugin.BambooPluginUtils.callUnsafeCode(BambooPluginUtils.java:55) at com.atlassian.bamboo.chains.ChainPluginSupportImpl.callActionFunction(ChainPluginSupportImpl.java:98) ...
We've looked into the setup documentation, and messed around with the configs but it doesn't seem to fix this. Would appreciate any points into the right direction to resolve this issue, and if anyone else had this similar issue.
As a side note, we also saw this error previously:
Something went wrong with Allure Report generation. Here are some details: java.lang.RuntimeException: Failed to find Allure executable by name allure-2.7.0 ...
Beta Was this translation helpful? Give feedback.
All reactions