问题标签 [vmc]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
651 浏览

ruby - CloudFoundry 需要哪个版本的 ruby​​?

当我尝试通过 vmc 工具管理我的 mysql 服务时。我收到如下错误:

我的 ruby​​ 版本有问题吗?我只是用 ubuntu 源代码中的 apt 安装它。最后,我为我糟糕的英语道歉。

0 投票
1 回答
114 浏览

node.js - 将 Node.js 应用程序上传到 cloudfoundry 时出现明确错误

我试图将 node.js 应用程序上传到 Cloud Foundry,我不打算使用 Express Framework,但是在执行“vcm push”时出现此错误。

这是我的 package.json

0 投票
1 回答
242 浏览

node.js - 无法将 Node.js 应用程序推送到 CloudFoundry

我注册了一个 CloudFoundry 帐户,并且可以使用我的注册凭据登录该网站。但是,当我尝试使用这些凭据通过 vmc 登录时,连接被拒绝:

我假设我需要登录才能推送,因为我也遇到了以下错误:

还有其他人遇到这个问题吗?

0 投票
1 回答
218 浏览

mysql - MCF:无法提供 mysql 服务

在 OSX 10.7.4 上的 VMWare Fusion 5.0.1 上运行 MCF。VMC 是版本 0.3.19

当我尝试在 MCF 上创建 mysql 服务时,我进入了 vmc:

在 MCF 实例上,/var/vcap/sys/log/mysql_gateway/mysql_gateway.log 显示:

(网址和电子邮件在这里被混淆了——日志中的看起来是正确的)

这是 100% 可重复的。但是,我可以毫无错误地提供其他类型的服务(postgresql、rabbitmq 等)。所有帮助表示赞赏。

0 投票
3 回答
868 浏览

login - cloudfoundry - 带有外部 uri 的 vmc 注册错误

我使用 -D 选项安装了 cloudfoundry 来更改默认域。Cloudfoundry 可以正常安装并启动,但是当我尝试 vmc in 时出现错误:

swampfox@swampcf:~$ vmc target api.mydomain.com Successfully targeted to [http://api.mydomain.com]

swampfox@swampcf:~$ vmc register --email emailid@gmail.com --passwd mypass Creating New User: OK Attempting login to [http://api.mydomain.com] Problem with login to 'http://api.mydomain.com', target refused connection (getaddrinfo: Name or service not known), try again or register for an account.

swampfox@swampcf:~$ vmc register --email emailid@gmail.com --passwd mypass Creating New User: Error 100: Bad request

有人可以帮忙吗。我需要有外部 uri,否则这对我来说没用。

如果我采用默认的 api.vcap.me,这可以正常工作,但它仅适用于该 vm,并且无法从其他基础设施访问,这非常无用。

0 投票
1 回答
288 浏览

scala - 无法更新播放!Scala 应用到 CloudFoundry

我和这个用户有同样的问题: Cloud Foundry Playframework : Error 310: Staging failed:

我在我的应用程序中添加了一个 mysql 服务。我使用以下命令更新了应用程序:

它回应说更新是好的。当我转到我的应用程序视图时,它说应用程序已停止。当我尝试执行

它崩溃并出现相同的错误:

0 投票
1 回答
132 浏览

push - cloudfoundry 多节点推送

您可以使用单个推送命令在多个节点上创建应用程序实例吗?如果是这样,那它的过程是什么?你会创建多个 DEA 实例吗?

因此,对于这样的配置,“vmc push appname --instances 4”将创建:
REST_ _ _ _ _ _ _ _ _
| | | |           
DEA DEA DEA DEA 
App1 App2 App3 App4

还是必须手动将实例推送到每个 DEA 节点?

0 投票
1 回答
509 浏览

cloud-foundry - VCAP 路由器:404 - 未找到目标

我在 Virturalbox(Ubuntu 11.10 服务器版本)中安装的单节点 cloudfoundry 有一些问题

我成功安装了 cloudfoundry 并将我的第一个用 ruby​​ 编写的应用程序推送到了 cloudfoundry

当我检查时,vmc apps我可以看到我的应用程序“正在运行”,但是当我尝试从外部连接时(主机操作系统)

192.168.11.51输入了浏览器的 url(这是我的 vm 的 ip 地址),它只显示

VCAP 路由器:404 - 未找到目标

有谁知道发生了什么?

0 投票
1 回答
643 浏览

cloud-foundry - Cloudfoundry + SpringData + MongoDB...can't deploy

I have a simple project based on Spring Data and MongoDB. When I deploy this project to the cloud with the following Spring context:

http://www.springframework.org/schema/aop/spring-aop-3.1.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-3.0.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd http://schema.cloudfoundry.org/spring http://schema.cloudfoundry.org/spring/cloudfoundry-spring-0.8.xsd http://www.springframework.org/schema/data/jpa http://www.springframework.org/schema/data/jpa/spring-jpa.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd http://www.springframework.org/schema/data/mongo http://www.springframework.org/schema/data/mongo/spring-mongo-1.0.xsd">

It fails with:

p>

It was working one month ago. What's changed in API?

Thanks

0 投票
1 回答
4614 浏览

vmc - 错误(JSON 404):


当我运行“vmc info”时,我收到一个错误:错误(JSON 404):

cloud@rest:~/cloudfoundry/.deployments/rest/log$ vmc info -t


Android:RealViewSwitcher 不垂直滚动

我使用 RealViewSwitcher 滑动视图,没关系,我的问题与类似。我将尝试通过这张照片解释一下我的情况设想

listview <------> 详细视图 ------> 滑动视图(水平)。详细视图仅显示部分,如果尝试滚动则没有任何反应。

详细布局(无垂直滚动)

使用 RealViewSwitcher 进行布局