Hello,
we have the following error if we click Run Now under Expiry (at Bamboo 6.8.0):
java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: Only artifact items are supported
Do you know what might be the issue?
Full clean is enabled by Complete build & deployment results, build & release artifacts and all logs
Here are full details:
Request information:
- Request URL: root/admin/runBuildExpiry.action
- Scheme: https
- Port: 443
- URI: /admin/runBuildExpiry.action
- Context path:
- Servlet path: /admin/runBuildExpiry.action
- Path info:
- Query string:
Stack Trace:
java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: Only artifact items are supported
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at com.atlassian.bamboo.build.expiry.BuildExpiryAction.run(BuildExpiryAction.java:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at ognl.OgnlRuntime.invokeMethod(OgnlRuntime.java:899)
at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:1544)
at ognl.ObjectMethodAccessor.callMethod(ObjectMethodAccessor.java:68)
at com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor.callMethodWithDebugInfo(XWorkMethodAccessor.java:98)
at com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor.callMethod(XWorkMethodAccessor.java:90)
at ognl.OgnlRuntime.callMethod(OgnlRuntime.java:1620)
at ognl.ASTMethod.getValueBody(ASTMethod.java:91)
at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:212)
at ognl.SimpleNode.getValue(SimpleNode.java:258)
at ognl.Ognl.getValue(Ognl.java:470)
at ognl.Ognl.getValue(Ognl.java:434)