gpt4 book ai didi

java - 无法在本地计算机上运行 Cloudfoundry UAA

转载 作者:行者123 更新时间:2023-12-02 00:13:43 24 4
gpt4 key购买 nike

我尝试按照 https://github.com/cloudfoundry/uaa 中的说明进行操作,即克隆 github 存储库,然后执行 gradlew run 命令。我在安装了 Java 1.8 的 Windows 10 系统上运行它。但是,我在 gradlew run 执行到 97% 左右时遇到了以下错误。

org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
:cargoRunLocal FAILED
:cargoRunLocal took 164921ms
FAILURE: Build failed with an exception.

我是 Java 生态系统的新手,我不确定问题是什么。我尝试寻找增加超时的方法,这似乎是对该问题的初步观察。我不知道在哪里执行此操作。我不知道这个问题是否是完全不同的原因。

任何建议都会有所帮助

最佳答案

看起来进程在部署应用程序之前超时,请尝试增加 build.gradle 文件中的超时时间。

  1. 打开uaa根目录下的build.gradle
  2. 搜索以下内容:

    cargo {
    容器 ID = tomcatContainerId
    端口=8080
    ...

  3. 通过添加 timeout = 180000 来增加超时

    cargo {
    容器 ID = tomcatContainerId
    端口=8080
    超时=180000
    ...

关于java - 无法在本地计算机上运行 Cloudfoundry UAA,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47745647/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com