我試圖上傳一個電梯webapp到CF,但不斷卡住'上傳應用程序'。我試過了兩種不同的網絡,兩種不同的操作系統。應用程序創建在STOPPED狀態,但戰爭文件永遠不會上傳。卡在'上傳應用程序'使用vmc推/更新
我也嘗試刪除應用程序並重新推送,無濟於事。以下是一個示例跟蹤輸出。沒有別的後打印「載應用程序:」
"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:
你能鏈接到你的應用程序的來源,所以我可以嘗試重現這個問題嗎? –
Gareth,只是檢查你是否解決了這個問題? –
嗨格倫 - 我放棄並使用了Heroku;也許我會再試一次。 –