我正在尝试将电梯 webapp 上传到 CF,但一直卡在“上传应用程序”。我在两个不同的网络、两个不同的操作系统上尝试过两台不同的机器。应用程序在 STOPPED 状态下创建,但 war 文件永远不会被上传。
我也试过删除应用程序并重新推送,但无济于事。这是一个示例跟踪输出。'Uploading Application:' 后没有打印任何其他内容
"detection": [
{
"*.war": true
}
]
}
}
}
<<<
>>>
REQUEST: get http://api.cloudfoundry.com/apps/cps-test-harness
RESPONSE_HEADERS:
server : nginx
date : Fri, 01 Jun 2012 09:44:34 GMT
content_type : application/json; charset=utf-8
transfer_encoding : chunked
connection : keep-alive
keep_alive : timeout=20
etag : "01c08aca6ec2d2e0ca88b2bb0ed69d97"
cache_control : max-age=0, private, must-revalidate
x_ua_compatible : IE=Edge,chrome=1
x_vcap_backend : 172.30.49.4:9022
x_vcap_router : 172.30.49.23
RESPONSE: [200]
{
"name": "cps-test-harness",
"staging": {
"model": "lift",
"stack": "java"
},
"uris": [
"cps-test-harness.cloudfoundry.com"
],
"instances": 1,
"runningInstances": 0,
"resources": {
"memory": 512,
"disk": 2048,
"fds": 256
},
"state": "STOPPED",
"services": [
"postgresql-64fb1"
],
"version": "6b388f21b6b27a0a0d0f71defc77a6c6-0",
"env": [
],
"meta": {
"debug": null,
"console": null,
"version": 2,
"created": 1338543874
}
}
<<<
Uploading Application: