Description
Problem
Remote agents WARN on startup of not being able to locate the bamboo-init.properties when this file isn't needed for the agent to run.
sysadmins-mbp:logs jamesgiles$ fgrep -i WARN atlassian-bamboo.log 2015-10-26 14:12:35,569 WARN [Thread-0] [PropertyPlaceholderConfigurer] Could not load properties from class path resource [bamboo-init.properties]: class path resource [bamboo-init.properties] cannot be opened because it does not exist 2015-10-26 14:12:36,506 WARN [Thread-0] [ConfigurationFactory] No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/Users/jamesgiles/bamboo-agent-home/classpath/ehcache-2.7.5.jar!/ehcache-failsafe.xml 2015-10-26 14:12:37,195 WARN [Thread-0] [ResourceResolver] Unable to find resource bamboo-capabilities.properties 2015-10-26 14:12:37,807 WARN [Felix:Startup] [DefaultComponentRegistrar] Host component buildDefinitionConverter of instance com.atlassian.bamboo.fieldvalue.BuildDefinitionConverter@5fa69521 has no interfaces 2015-10-26 14:12:45,373 WARN [Thread-0] [PropertyPlaceholderConfigurer] Could not load properties from class path resource [bamboo-init.properties]: class path resource [bamboo-init.properties] cannot be opened because it does not exist
Expected Result
No warning would be pushed to logs unless the file is expected to be there. Please silence this warning.