Github user ahgittin commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/478#issuecomment-71739932
failure due to:
```
2015-01-27 18:03:32,625 INFO TESTNG FAILED: "Surefire test" -
brooklyn.launcher.BrooklynWebServerTest.verifyHttps() finished in 7 ms
java.lang.IllegalArgumentException: Unable to access URL
brooklyn.webconsole.security.keystore.url:
/home/jenkins/jenkins-slave/workspace/incubator-brooklyn-pull-requests%402/usage/launcher/target/test-classes/server.ks
at brooklyn.util.ResourceUtils.checkUrlExists(ResourceUtils.java:487)
at brooklyn.launcher.BrooklynWebServer.start(BrooklynWebServer.java:398)
at
brooklyn.launcher.BrooklynWebServerTest.verifyHttps(BrooklynWebServerTest.java:100)
Caused by: java.lang.RuntimeException: Error getting resource
'/home/jenkins/jenkins-slave/workspace/incubator-brooklyn-pull-requests%402/usage/launcher/target/test-classes/server.ks'
for brooklyn.launcher.BrooklynWebServer@19289a7: java.io.IOException:
'/home/jenkins/jenkins-slave/workspace/incubator-brooklyn-pull-requests%402/usage/launcher/target/test-classes/server.ks'
not found on classpath or filesystem
at
brooklyn.util.ResourceUtils.getResourceFromUrl(ResourceUtils.java:290)
```
i don't think this was introduced here and can't see why it is happening;
the file is in `src/test/resources`.
closing an re-opening to see if that helps...
---
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.
---