Hello,
I can't seem to figure out what the problem is. Here is the error message from a simple ViewBuildResults class in a sample project (newly created with atlas-create-bamboo-plugin):
[INFO] [talledLocalContainer] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.bamboo.result.ViewTest': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atlassian.bamboo.storage.StorageLocationService com.atlassian.bamboo.build.ViewBuildResults.storageLocationService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.atlassian.bamboo.storage.StorageLocationService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}This is already happening on startup (atlas-run) and I didn't find anything in the documentation or Google. I tried Bamboo versions 5.15.7 and 6.2. Could someone point me in the right direction?
Thanks in advance!
Community moderators have prevented the ability to post new answers.
You may have more luck at https://community.developer.atlassian.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.