Error 310: Staging failed: 'Staging task failed: - CloudFoundry

若如初见. 提交于 2019-12-13 03:37:59

问题


Getting an Error 310 when trying to stage my Play Framework java sample. Any assistance would be much appreciated:

Full error output here:

https://t.co/F0Zh2bY4


回答1:


Cloud Foundry requires Play apps to be pushed as zip files built with the play dist command: http://blog.cloudfoundry.com/2012/05/31/cloud-foundry-now-supports-play/

I was able to push your app on Mac OS X with the following:

~/Downloads/SecureSocial $ sbt play clean dist
~/Downloads/SecureSocial $ vmc push --path modules/securesocial/dist/securesocial-AuthDemo.zip


来源:https://stackoverflow.com/questions/11658029/error-310-staging-failed-staging-task-failed-cloudfoundry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!