You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What output do you see from curl <YOUR_UAA>/info -H'Accept: application/json'?
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to localhost (127.0.0.1) port 8080 (#0)
> GET /uaa/info HTTP/1.1
> Host: localhost:8080
> User-Agent: curl/7.58.0
> Accept: application/json
>
How are you deploying the UAA?
I am deploying the UAA
locally only using gradlew
What did you do?
cd uaa
git checkout 75.6.0
./gradlew run
What did you expect to see? What goal are you trying to achieve with the UAA?
I shoud be able to run curl localhost:8080/uaa/info -H "Accept: application/json" and get the expected output to confirm its working.
What did you see instead?
root@ip-XXX-XX-XX-XX:/workspace/uaa# ./gradlew run
> Task :cargoRunLocal
org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [540000]. The Deployable state is thus unknown.
> Task :cargoRunLocal FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':cargoRunLocal'.
> org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [540000]. The Deployable state is thus unknown.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 9m 10s
29 actionable tasks: 7 executed, 22 up-to-date
Please include UAA logs if available.
The text was updated successfully, but these errors were encountered:
What version of UAA are you running?
75.6.0
What output do you see from
curl <YOUR_UAA>/info -H'Accept: application/json'
?How are you deploying the UAA?
I am deploying the UAA
What did you do?
What did you expect to see? What goal are you trying to achieve with the UAA?
I shoud be able to run
curl localhost:8080/uaa/info -H "Accept: application/json"
and get the expected output to confirm its working.What did you see instead?
The text was updated successfully, but these errors were encountered: