hygieia / hygieia-cloud-cloudwatch-collector

Hygieia Collector for Cloudwatch logs
https://github.com/capitalone/Hygieia/blob/gh-pages/pages/hygieia/collectors/cloud/aws-cloudwatch-collector.md
Apache License 2.0
1 stars 4 forks source link

Nullpointerexception using cloudwatch collector #3

Open hammad-bbc opened 5 years ago

hammad-bbc commented 5 years ago

Hello, I have been trying to run cloudwatch collector, when i try running the collector jar it gives me the following:

2019-09-26 15:41:41,705 [main] WARN o.s.c.a.AnnotationConfigApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'awsCloudwatchLogAnalyzerTask': Invocation of init method failed; nested exception is java.lang.NullPointerException

Any ideas?

Sbrenthughes commented 5 years ago

This usually happens when the collector can't find the properties file. Please check the command you are using to run and make sure the path to properties file is correct.