Questions tagged [vmc]

vmc is Cloud Foundry's command-line interface.

67 questions
0
votes
2 answers

jsftp for node.js and FTP on CloudFoundry

I am testing a small idea to have a node.js script on CloudFoundry to write a file in another FTP site. var Ftp = require("jsftp"); var ftp = new Ftp({ host: "ftp.somesite.com", user: "username", port: 21, pass: "password" }); var…
HP.
  • 19,226
  • 53
  • 154
  • 253
0
votes
1 answer

vmc targetting faild with my own server

i'm trying to install cloudfoundry on my own server , i used this steps here ,the installation complete successfully and all service run without any problem. but when i use vmc target api.vcap.me the targtting process failed ! when is check the…
eyadof
  • 318
  • 3
  • 12
0
votes
1 answer

Inserting data into a cloudfoundry mysql database using vmc tunnel

I am trying to insert data into a cloudfoundry mysql database as follows: vmc tunnel myapp --port 10000 mysql Then: mysql> source /home/julien/Documents/donnees/projets/Site-Rencontres/java/src/main/resources/misc/sql/geolocation.sql ERROR 1142…
balteo
  • 23,602
  • 63
  • 219
  • 412
0
votes
1 answer

I can't execute command: vmc info

Here is the error info D:/software/Ruby187/lib/ruby/site_ruby/1.8/rubygems/specification.rb:1637:in ra ise_if_conflicts': Unable to activate cfoundry-0.4.8, because multi_json-1.3.6 c onflicts with multi_json (~> 1.4.0) (Gem::LoadError) from…
0
votes
1 answer

There was an error processing your settings.json file: process is not defined

when I push my code of etherpad, it said that [31m[2012-11-03 15:14:00.102] [ERROR] console - [39mThere was an error process ing your settings.json file: process is not defined this key code is below /* This file must be valid JSON. But comments…
cyong
  • 73
  • 1
  • 4
0
votes
1 answer

Error in tunneling service on VMC

I've push an app to my CF on cloud_controller paas.azure4j.us with uri yamashowcase.azure4j.us . When I tried to create tunnel on service which binded to it an error occured like this : toriq@meruvian354:~$ sudo vmc tunnel yamashowcase-db Stopping…
0
votes
1 answer

Cloudfoundry Login Issues

I just signed up for an account with cloudfoundry and received a confirmation email with password. After installing vmc, I vmc target api.cloudfoundry.com and that verifies. Then I tried to sign-in using $vmc login but get this error. **source…
irth
  • 1,696
  • 2
  • 15
  • 24
0
votes
2 answers

vmc installation mountain lion issue

I'm getting started with Cloudfoundry but even installing vmc I couldn't do it, I tried sudo gem install vmc and the terminal just goes silent, no error or report or anything. what's wrong?
badcoder
  • 191
  • 3
  • 13
0
votes
1 answer

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…
Alessandro Dionisi
  • 2,494
  • 4
  • 33
  • 37
0
votes
1 answer

VCAP ROUTER: 404 - DESTINATION NOT FOUND

I have some problem with my single node cloudfoundry which I installed in Virturalbox (Ubuntu 11.10 server version) I installed cloudfoundry successfully and push my first app written in ruby up to the cloudfoundry when I check vmc apps I can see…
Arvin
  • 405
  • 1
  • 8
  • 18
0
votes
1 answer

cloudfoundry multi node push

Can you create application instances on multiple nodes with a single push command. If so, what is the process of that? Would you create multiple DEA instances? So for a configuration like this would a "vmc push appname --instances 4" create: REST_ _…
swampfox07
  • 51
  • 1
  • 5
0
votes
1 answer

Unable to update Play! Scala app to CloudFoundry

Im having the same problem as this user: Cloud Foundry Playframework : Error 310: Staging failed: I added a mysql service to my app. I updated the app with the command: vmc update app-name --path=dist/my-dist.zip It responds saying the update is…
dgrandes
  • 1,187
  • 2
  • 14
  • 28
0
votes
1 answer

MCF: Can't provision mysql service

Running MCF on VMWare Fusion 5.0.1 on OSX 10.7.4. VMC is version 0.3.19 When I attempt to create a mysql service on the MCF, I get on vmc: maguro:Desktop darrellberry$ vmc create-service 1: redis 2: mongodb 3: postgresql 4: mysql 5: rabbitmq Which…
Darrell Berry
  • 203
  • 2
  • 14
0
votes
1 answer

Unable to Push Node.js Apps to CloudFoundry

I registered for a CloudFoundry account and I'm able to login to the website with my registered credentials. However, when I try to use those credentials to login via vmc I get a connection refused: MyComputer$ vmc login Attempting login to…
Rob Leclerc
  • 898
  • 9
  • 11
0
votes
1 answer

Uploading Node.js app to cloudfoundry withour express error

Im trying to upload a node.js app into cloud foundry, im not going to use Express Framework, but when doing "vcm push" Im getting this error. Uploading Application: No such file or directory -…
jtomasrl
  • 1,430
  • 3
  • 13
  • 22