Re: Issues running UAA 2.1.0+ locally and on CF
Filip Hanik
Good news and bad news,
toggle quoted messageShow quoted text
bad news that you have a problem good news is that it is happening during "./gradlew run" which means it is easily reproducible and thus, easily fixable. Since our Travis CI runs the embedded gradle cargo container, we can know for certain that ./gradlew run does indeed work and the login page will be available at http://localhost:8080/uaa/login My first guess is that your gradle cache may contain some library that has mutated. So, prepare yourself to download the internet and my recommendation would be to blow away your ~/.gradle directory and try './gradlew run' again with the master branch Let us know the results Filip
On Mon, May 18, 2015 at 10:10 AM, Josh Ghiloni <jghiloni(a)ecsteam.com> wrote:
Hi all,
|
|