我有一个javascript/html/css应用程序与Bluemix上的Springboot一起提供.在本地运行应用程序工作正常,代码在几个月内没有更改.当我尝试使用CF CLI推送应用程序时,出现以下错误:
2017-11-13T12:18:29.89-0600 [CELL/0] OUT Successfully destroyed container
2017-11-13T12:19:33.32-0600 [CELL/0] OUT Creating container
2017-11-13T12:19:37.70-0600 [CELL/0] OUT Successfully created container
2017-11-13T12:19:55.79-0600 [CELL/0] OUT Starting health monitoring of container
2017-11-13T12:19:59.83-0600 [APP/PROC/WEB/0] OUT 18:19:59.812 [main] INFO app.Application - App Started
2017-11-13T12:20:03.49-0600 [APP/PROC/WEB/0] OUT 2017-11-13 18:20:03,485 INFO [main] app : app.Application : Starting Application on with PID 13 (/home/vcap/app/BOOT-INF/classes started by vcap in /home/vcap/app)
2017-11-13T12:20:03.49-0600 [APP/PROC/WEB/0] OUT 2017-11-13 18:20:03,487 INFO [main] app : app.Application : No active profile set, falling back to default profiles: …Run Code Online (Sandbox Code Playgroud)