Github user sjcorbett commented on the issue:
https://github.com/apache/brooklyn-server/pull/508
I get an ugly exception Brooklyn with this change:
```
2017-01-10 12:06:39,640 WARN Failed to load properties file from
classpath://org/apache/brooklyn/core/mgmt/persist/jcloudsProviderRenames.properties
(continuing)
org.apache.brooklyn.util.exceptions.PropagatedRuntimeException: Error
getting resource
'classpath://org/apache/brooklyn/core/mgmt/persist/jcloudsProviderRenames.properties'
for class org.apache.brooklyn.core.mgmt.persist.PropertiesConfigLoader
at
org.apache.brooklyn.util.exceptions.Exceptions.propagate(Exceptions.java:165)
~[org.apache.brooklyn-brooklyn-utils-common-0.11.0-SNAPSHOT.jar:0.11.0-SNAPSHOT]
Caused by: java.io.IOException: Error accessing
classpath://org/apache/brooklyn/core/mgmt/persist/jcloudsProviderRenames.properties:
java.io.IOException:
org/apache/brooklyn/core/mgmt/persist/jcloudsProviderRenames.properties not
found on classpath
at
org.apache.brooklyn.util.core.ResourceUtils.getResourceFromUrl(ResourceUtils.java:232)
~[org.apache.brooklyn-brooklyn-core-0.11.0-SNAPSHOT.jar:0.11.0-SNAPSHOT]
Caused by: java.io.IOException:
org/apache/brooklyn/core/mgmt/persist/jcloudsProviderRenames.properties not
found on classpath
at
org.apache.brooklyn.util.core.ResourceUtils.getResourceViaClasspath(ResourceUtils.java:371)
~[org.apache.brooklyn-brooklyn-core-0.11.0-SNAPSHOT.jar:0.11.0-SNAPSHOT]
```
Should another file have been included in the pull request?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---