Questions tagged [vmc]

vmc is Cloud Foundry's command-line interface.

67 questions
0
votes
1 answer

cloudfoundry - vmc non-interactively specifying a "none" url

I'm looking to non-interactively push an app with a url of "none" right now my command looks like: vmc push sometestapp -f --framework "standalone" --command "python nowebapp.py" --runtime "python2" --url "none" but this gives me a…
David
  • 25
  • 7
0
votes
1 answer

cloudfoundry vmc push crash

when i push my app to cloudfoundry vmc speak to me: Uploading mywebsite... FAILED Upload failed. Try again with 'vmc push TypeError: no implicit conversion of ni For more information, see ~/.vmc/crash *then I open ~/.vmc/crash what the content is…
zipu888
  • 11
  • 3
0
votes
1 answer

Error installing/building Caldecott

My environment: Windows 8 x64 RubyInstaller: Ruby 1.9.3-p392 DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe (Note: previously tried Ruby 2.0 and associated dev kit and got compile error. Then saw 1.9.2 req and installed that separately, careful not…
Philip
  • 697
  • 7
  • 20
0
votes
0 answers

mongodump via vmc tunnel to cloudfoundry hangs up

For some reason the process of the mongodump via tunnel hangs up at the same collection each time. If I break the process, files with collection has size near 39Mb. I can't understand what's happened.
Voj
  • 1
0
votes
1 answer

Unable to tunnle to vmc mysql service due to memory limitation

I am unable to tunnle to my free hosted instance of a rails app on cloudfoundry inftrastructure. When I run 'vmc tunnel mysql-service', I get the below: 1: none 2: mysql 3: mysqldump Which client would you like to start?> 2 Opening tunnel on port…
chapandscholar
  • 137
  • 1
  • 8
0
votes
2 answers

unable to deploy application on cloudfoundry raising error 404 Not Found

i am trying to deploy spring application on cloudfoundry.but as a build war file of project using mvn package command.after that i used vmc push --appname target(directory) i finished all the steps that need to push on cloudfoundry. finally i got…
yasar
  • 15
  • 8
0
votes
1 answer

Why the "vmc services" command only returns one table?

In the vmc document from cloudfoundry, it says the "vmc services" command will return two tables, the first tables contains the available service types, and the second table returns the provisioned services instances. But I found with the latest…
Jason
  • 37
  • 1
  • 3
0
votes
1 answer

Cloudfoundry: VMC: Error 1317: Query execution was interrupted on mysqldump

It is quite important for me to dump the mysql database of my cloudfoundry deployment. I am working with cloudfoundry's vmc and connection to the service works well. However mysqldump always fails which puts me in an awful situation as I am…
mycue1981
  • 3
  • 2
0
votes
1 answer

Using older VMC on Ruby 1.9.3 - Error: "Can't convert hash into string"

I recently installed Ruby 1.9.3 on my Win7 PC. I then installed the most recent version of VMC, and it appeared to be running fine. I was advised, however, to uninstall that version because it doesn't work correctly in my environment, and instead…
0
votes
2 answers

cloud foundry uploading error

Get the below error on doing vmc push Errno::EINVAL: Invalid argument - C:/DOCUME~1/lihengxu/LOCALS~1/Temp/.vmc_blog_files/E: C:/Ruby187/lib/ruby/1.8/fileutils.rb:243:in `mkdir' C:/Ruby187/lib/ruby/1.8/fileutils.rb:243:in…
Henry
  • 1
0
votes
1 answer

Restoring Mongodb database fails using VMC tunneling

I have successfully published an app to CloudFoundry. When I try and seed the database using VMC tunneling and mongorestore only part of the data is transferred. The restore process hangs part way into the collection. If I use mongorestore to…
0
votes
2 answers

vmc target error ETIMEDOUT behind firewall

Config: Windows 7 64 bits Ruby19.3 vmc 0.4.7 From a Admin Command Prompt, I've issued $ set http_proxy=http://j.bosman:XXXXXX@10.1.1.2:8080 $ set https_proxy=https://j.bosman:XXXXXX@10.1.1.2:8080 $ vmc target https://api.cloudfoundry.com -t This…
0
votes
1 answer

how to editor cloudfoundry app online?

Sometimes, we only need to change a little line, so vmc push is too slow. Is there any NodeSJ module or service that can direct edit the code online? Does Cloudfoundry has a dashboard? By the way, how do you download app and log as a zip?
atian25
  • 4,166
  • 8
  • 37
  • 60
0
votes
0 answers

CloudFoundry Instance. vmc error: "Denied: Operation not permitted"

I was deployed my own Cloud Foundry instance on top of vSphere with uaa settings: uaa: catalina_opts: -Xmx768m -XX:MaxPermSize=256m jwt: signing_key: | -----BEGIN RSA PRIVATE KEY----- My key -----END RSA…
y4roslav
  • 347
  • 1
  • 3
  • 10
0
votes
2 answers

Can't login into my CloudFoundry instance. SSL error

I deployed CloudFoundry on top of vSphere using BOSH (full BOSH with CF manifest file) with attribute srv_api_uri: http://api.cf.epam.by When I trying to login into my CloudFoundry instance I got error vmc login target:…
y4roslav
  • 347
  • 1
  • 3
  • 10