【问题标题】:Cloudfoundry (Bosh-lite) app push is timeoutCloudfoundry (Bosh-lite) 应用推送超时
【发布时间】:2016-02-01 22:59:42
【问题描述】:

我在第一天尝试 CF。在 Mac 上使用 Bosh lite 部署本地云代工厂。这样做没有问题。还添加了 mysql 构建包,没有任何问题。但是,当我尝试推送应用程序时,它会永远持续并且失败。经过几次尝试,它成功了一次,但应用程序无法启动超时。因此,为了创建超时,我确实使用命令重新推送了应用程序;

cf push pong_matcher_spring -t 180 -p /DEV/github/cloudfoundry-samples/pong_matcher_spring/target/pong-matcher-spring-1.0.0.BUILD-SNAPSHOT.jar -m 256M -i 1 -n app1

该应用永远不会被推送。请看下面的日志;

———————————————————————————————————————————————

cf push pong_matcher_spring -t 180 -p /DEV/github/cloudfoundry-samples/pong_matcher_spring/target/pong-matcher-spring-1.0.0.BUILD-SNAPSHOT.jar -m 256M -i 1 -n app1 使用清单文件 /DEV/github/cloudfoundry-samples/pong_matcher_spring/manifest.yml

以管理员身份在 org scientia / space development 中创建应用程序 pong_matcher_spring... 好的

正在创建路由 app1.bosh-lite.com... 好的

正在将 app1.bosh-lite.com 绑定到 pong_matcher_spring... 好的

正在上传 pong_matcher_spring... 从以下位置上传应用程序文件:/DEV/github/cloudfoundry-samples/pong_matcher_spring/target/pong-matcher-spring-1.0.0.BUILD-SNAPSHOT.jar 上传 798.3K,116 个文件 上传完毕
好的 以管理员身份将服务 mysql 绑定到 org scientia / space development 中的应用 pong_matcher_spring ... 好的

以管理员身份在 org scientia / space development 中启动应用 pong_matcher_spring... -----> 下载的应用包(23M)

失败 暂存错误

提示:使用 'cf logs pong_matcher_spring --recent' 获取更多信息 ———————————————————————————————————————————————

除了这些消息之外,我在作业日志中找不到任何内容。

我怀疑网络有问题。任何帮助表示赞赏。

【问题讨论】:

  • 一个简单的重启,Vagrant VM 就解决了这个问题。谢谢。

标签: cloud-foundry


【解决方案1】:

重启 Vagrant VM 解决了这个问题。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-03-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多