-
Bug
-
Resolution: Fixed
-
Low
-
None
-
None
-
None
I noticed the following exception in my logfile.. It doesnt appear to affect any other functionality, but you may want to clean this up
2013-06-06 13:47:17,491 ERROR [AtlassianEvent::0-BAM::EVENTS:pool-2-thread-10] [NamedThreadFactory] Uncaught exception in thread AtlassianEvent::0-BAM::EVENTS:pool-2-thread-10
java.lang.RuntimeException: com.atlassian.aws.AWSException: Could not create AWS account entity, no configuration details were found. Please configure you AWS credentials.
at com.atlassian.event.internal.SingleParameterMethodListenerInvoker.invoke(SingleParameterMethodListenerInvoker.java:54)
at com.atlassian.bamboo.event.spi.EventInvokerRunnable.run(EventInvokerRunnable.java:23)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at com.atlassian.bamboo.build.pipeline.concurrent.NamedThreadFactory$2.run(NamedThreadFactory.java:52)
at java.lang.Thread.run(Unknown Source)
Caused by: com.atlassian.util.concurrent.LazyReference$InitializationException: com.atlassian.aws.AWSException: Could not create AWS account entity, no configuration details were found. Please configure you AWS credentials.
at com.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:152)
at com.atlassian.util.concurrent.LazyReference.get(LazyReference.java:115)
at com.atlassian.util.concurrent.ResettableLazyReference.get(ResettableLazyReference.java:89)
at com.atlassian.bamboo.agent.elastic.aws.AwsAccountBeanImpl.getAwsAccount(AwsAccountBeanImpl.java:92)
at com.atlassian.bamboo.v2.events.HandleElasticInstancesFromPreviousSession.onServerStarted(HandleElasticInstancesFromPreviousSession.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.atlassian.event.internal.SingleParameterMethodListenerInvoker.invoke(SingleParameterMethodListenerInvoker.java:36)
... 5 more
Caused by: com.atlassian.aws.AWSException: Could not create AWS account entity, no configuration details were found. Please configure you AWS credentials.
at com.atlassian.bamboo.agent.elastic.aws.AwsAccountBeanImpl$1.create(AwsAccountBeanImpl.java:42)
at com.atlassian.bamboo.agent.elastic.aws.AwsAccountBeanImpl$1.create(AwsAccountBeanImpl.java:34)
at com.atlassian.util.concurrent.ResettableLazyReference$InternalReference.create(ResettableLazyReference.java:143)
at com.atlassian.util.concurrent.LazyReference$Sync.run(LazyReference.java:326)
at com.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:146)
... 14 more
This was fixed post beta-2.