Lift Web アプリケーションを CF にアップロードしようとしていますが、「アプリケーションのアップロード」でスタックし続けます。2 つの異なるマシン、2 つの異なるネットワーク、2 つの異なるオペレーティング システムで試してみました。アプリケーションは 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: