Issue Summary
This is reproducible on Data Center: (yes) / (no)
Steps to Reproduce
- Using the latest point release of Bamboo server, try to install agent using agent installer that 1 or more patch versions old
Expected Results
Agent installs correctly and updates itself.
Actual Results
The below exception is thrown in the atlassian-bamboo.log file:
java.lang.NullPointerException: Cannot invoke "com.atlassian.bamboo.v2.build.agent.capability.CapabilitiesByKeys.reset()" because "this.capabilitiesByKeys" is null at com.atlassian.bamboo.v2.build.agent.capability.CapabilitySetImpl.setCapabilities(CapabilitySetImpl.java:132) ~[atlassian-bamboo-core-9.6.4.jar:?] at jdk.internal.reflect.GeneratedMethodAccessor325.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
Workaround
Use agent installer delivered by your current Bamboo version.
- mentioned in
-
Page Loading...