无法在CloudFoundry.com中推送我的应用程序

时间:2012-09-06 23:07:33

标签: cloudfoundry

我已成功登录CloudFoundry但是当我尝试推送我的应用程序时,它失败并出现以下错误:

错误702:此帐户未启用外部URI

详细说明:

$ vmc push
Would you like to deploy from the current directory? [Yn]: y
Application Name: alcor
Detected a Java SpringSource Spring Application, is this correct? [Yn]: 
Application Deployed URL [alcor.CloudFoundry.com]: 
Memory reservation (128M, 256M, 512M, 1G, 2G) [512M]: 
How many instances? [1]: 
Bind existing services to 'alcor'? [yN]: y
1: mysql-js
Which one?: 1
Create services to bind to 'alcor'? [yN]: 
Would you like to save this configuration? [yN]: 
Creating Application: Error 702: External URIs are not enabled for this account

有什么想法吗?我应该注册一个子域吗?我应该更改我的帐户吗?

2 个答案:

答案 0 :(得分:1)

您可以查看您使用的是哪个vmc版本吗?

vmc -v

似乎云代工子域应全部为小写。在你的情况下,它是alcor.CloudFoundry.com,它应该是alcor.cloudfoundry.com。如果可能,您可能需要升级到最新版本并重试。

Cloud Foundry的测试版不支持外部URL。但是当它成为GA时,它是支持此功能的路线图。你可以等到那时再尝试一下,如果你真的需要的话。

答案 1 :(得分:0)

我想说这次用alcor以外的其他名字再试一次。 CloudFoundry.com限制了一些URI,这可能就是其中之一。