无法部署Spring Boot应用程序

时间:2014-08-03 10:58:53

标签: gradle spring-boot cloudcontrol

我目前正在评估CloudControl作为基于Java的应用程序的平台提供程序。

我使用Gradle创建了一个非常简单的Spring Boot(https://github.com/mhmpl/gradle-example-app)应用,但我无法部署该应用。

Error日志中没有错误可以提供一些信息。但是,这是Deploy日志的输出:

8/3/14 12:53 PM lxc-1272 INFO Container did not come up within 120 seconds.
8/3/14 12:53 PM lxc-1250 INFO Waiting for the container to be reachable...
8/3/14 12:53 PM lxc-1272 INFO Waiting for the container to be reachable...
8/3/14 12:52 PM lxc-1250 INFO Waiting for the container to be reachable...
8/3/14 12:52 PM lxc-1272 INFO Waiting for the container to be reachable...
8/3/14 12:52 PM lxc-1250 INFO Waiting for the container to be reachable...
8/3/14 12:52 PM lxc-1272 INFO Waiting for the container to be reachable...
8/3/14 12:51 PM lxc-1250 INFO Deploying ...

最后,应用程序未部署,我看不到我可能犯的错误。我已经尝试将内存设置为1024MB并添加了第二个容器,但这根本没有改变任何内容。

1 个答案:

答案 0 :(得分:1)

您需要将Web服务器绑定到正确的端口,该端口在PORT环境变量中定义。