Date
1 - 2 of 2
Building 97% > :cargoRunLocal
Forty 5
Hi
I am new to UAA and install it as standalone on OSX. When I run the app with ./gradlew run, I got the following line :assemble :assemble took 1ms :cleanCargoConfDir UP-TO-DATE :cleanCargoConfDir took 0ms :cargoRunLocal Press Ctrl-C to stop the container... Building 97% > :cargoRunLocalI can't find much information on the internet on how to debug or good explanation of it. I checked the UAA.log and localhost_access...txt and both not show any error. Any reason why it can finish the build?
|
|
Tian Wang
Hi,
toggle quoted messageShow quoted text
UAA should be up and running at localhost:8080/uaa/ when you see that message. Gradle stops there since the server is still running until you stop the container with Ctrl-C. Regards, Tian
On Sun, Sep 17, 2017 at 7:25 PM, Forty 5 <dtfong(a)yahoo.com> wrote:
Hi
|
|