Cloudfoundry(Bosh-lite)应用程序推送超时

时间:2016-02-01 07:54:14

标签: cloudfoundry

我在第1天尝试CF.在Mac上使用Bosh lite部署了本地云代工厂。这样做没有问题。还添加了mysql build pack,没有任何问题。但是,当我试图推动应用程序时,它将永远消失并失败。几次尝试后,它成功了一次,但是应用程序无法启动时间超时。因此,为了增加超时,我确实用命令重新推送应用程序;

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中创建app pong_matcher_spring作为管理员... 行

创建路线app1.bosh-lite.com ... 行

将app1.bosh-lite.com绑定到pong_matcher_spring ... 行

上传pong_matcher_spring ...... 上传app文件:/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中的app pong_matcher_spring作为管理员... 行

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

FAILED StagingError

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

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

我怀疑网络上有什么东西。任何帮助表示赞赏。

1 个答案:

答案 0 :(得分:0)

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