0

我已成功登录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

任何想法?我应该注册一个子域吗?我应该更改我的帐户吗?

4

2 回答 2

1

你能检查一下你使用的是哪个 vmc 版本吗?

vmc -v

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

Cloud Foundry 测试版不支持外部 URL。但它在 GA 时支持此功能的路线图。您可以等到那时,如果您真的需要它,请尝试一下。

于 2012-09-06T23:53:47.180 回答
0

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

于 2012-09-06T23:46:47.937 回答