-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException when searching for a capability on Bamboo 5.11.3 #18
Comments
Stack trace from the Bamboo log.
|
Unfortunately the stack trace contains no mention of I welcome help in solving this, I've got many other things occupying my time. |
The the support.atlassian.com service desk ticket related to this was BSP-26479. The exact advice from them was:
I don't really have the means to debug this any further myself. Given that Atlassian support could repeat the issue we're seeing, I suspect it occurs for plenty of other people too. However, possibly the 'Search for a capability' feature is not very commonly used, so the overall number of affected users is small. It would be interesting to hear from any others seeing the same problem. |
Dear @latitude37s I've running the Bamboo server version Feel free to reopen if the problem still exists for you. |
Hi @drscream, Unfortunatly, we still having the same issue with Bamboo release 5.15.5 build 51518 :
And the Atlassian advice still the same... remove your plugin :( : So in my opinion, this issue should be re-open. |
Hello @jurevert thanks for your reply, I will setup a test environment and maybe we could both have a look at the issue. Because the last time it wasn't possible for me to reproduce the issue. Best regards, |
Hi guys, I'm a developer from Bamboo team. So what we see is that we get NPE on this line: |
In Bamboo we can set Requirements for a build stage (Bamboo URL is /build/admin/edit/defaultBuildRequirement.action). On this screen there is a 'Search for a capability' box. On our Bamboo server, attempting to search for anything in this box would generate a ' java.lang.NullPointerException' popup from Bamboo, making it impossible to search.
I ran through the issue with Atlassian support, and they diagnosed it as being related to Bamboozled. I can confirm that if I disable the Bamboozled Ruby Plugin, the NullPointerException no longer occurs.
Bamboozled Ruby Plugin Version: 5.10.3
Atlassian Bamboo version 5.11.3
The text was updated successfully, but these errors were encountered: