Cloud Foundry is an open platform as a service, providing a choice of clouds, developer frameworks and application services. It is an open source project and is available through a variety of private cloud distributions and public cloud instances, including CloudFoundry.com.

learn more… | top users | synonyms

0
votes
0answers
11 views

Getting access denied on cloud-bosh-artifacts.s3.amazonaws.com

I am trying to deploy micro bosh in EC2 as per http://docs.cloudfoundry.com/docs/running/deploying-cf/ec2/ I am getting (AWS::S3::Errors::AccessDenied) when executing bosh aws create Also URL ...
0
votes
0answers
15 views

Cloud Foundry app is a 404, seems like it's been deleted [closed]

I had a node.js app running on Cloud Foundry, and now the app is a 404. My app's URL is tsdwg.cloudfoundry.com, and has been running for a long time with no issues. Do they delete apps without ...
0
votes
0answers
34 views

Cloud Foundry registration email not received

I signed up for a Cloud Foundry account, received a welcome email: Thank you for your interest in Cloud Foundry - the industry's first open platform as a service. You are now registered with ...
0
votes
0answers
20 views

No auto-reconfiguration of H2 datasource in Cloud Foundry

I'm using Spring Core 3.2.2.RELEASE, together with Spring Data 1.3.1.RELEASE with an H2 datasource to be deployed on Cloud Foundry, using only Java configuration. Although I configured a MySQL ...
0
votes
0answers
12 views

Is it possible to use context property-placeholder and cloud properties together in an application context file?

I am using context:property-placeholder and cloud:properties tags within the same applicationContext.xml. It appears to me that it is not possible to do so because in this case cloud foundry service ...
0
votes
1answer
15 views

Ruby/Sinatra app not automatically detected (CF v2 cfapps.io)

I am getting a CFoundry::StagingError: 170001: Staging error: no available stagers error when deploying to CF v2: $ git clone https://github.com/svaiyapu/cf-env.git $ cd cf-env $ bundle $ cf push ...
0
votes
0answers
9 views

How to create service using vcap-java-client api in cloudFoundry?

I know through "vmc create-service servicename", a service instance can be created. But now there is a need to create service by java api. I tried the code on github ...
0
votes
0answers
34 views

Can't login using cf command

after setting the target to api.cloudfoundry.com I can't login doing "cf login". I'm sure about my credentials because I can login into login.cloudfoundry.com. Could be something to do with the new ...
0
votes
0answers
13 views

Environment variables (process.env.VCAP_APP_PORT)

I'm starting with micro cloud foundry node applications. I have a newbie question, I'd like to solve. I have a simple code that creates a new node web server listening on port 3000. It works locally. ...
0
votes
0answers
40 views

Problems with compilation erlang during instaling Cloudfoundry v1 on ubuntu 12.04

I am tryin to install CF v1 on ubuntu 12.04 and faced with problem during compilation erlang R14B01: heart.c: In function 'do_terminate': heart.c:688:10: warning: ignoring return value of 'system', ...
0
votes
1answer
29 views

Can my application server find out which Java hosting provider it lives in?

I'd like to have my Scala application server find out if it's running inside Heroku or CloudBees or Cloud Foundry or something else. Is there some standard way of finding out which Java hosting ...
0
votes
0answers
27 views

VMC source code hack : how does Cloud Foundry get the “service” parameter?

For some reasons I have to modify the source code of VMC to enable parameter-transmitting when create a service via vmc, I locate the source code of command "vmc create-service" as ...
0
votes
0answers
12 views

enable runtime java7 in cloudfoundry

I'm trying to deploy an application framework with java_web Java7, but in start in dea.log read the message "Ignoring request, runtime not enabled for 'Java7' ". I have read on other forums that you ...
0
votes
0answers
71 views

Installing AppFog client on Windows x64 with Ruby 2.0.0

I'm having a hard time installing the AppFog client Ruby Gem on my development machine. In particular to tunnel capability which requires Caldecott. Here is what I have done so far, RubyInstaller ...
0
votes
1answer
71 views

Binding to MongoDB service from Grails application deployed on Cloudfoundry

I'm currently writing a Grails app using Grails 2.2.2 and MySQL, and have been deploying it to Cloudfoundry. Until recently I've just used a single MySQL datasource for my domain, which Cloudfoundry ...
4
votes
2answers
212 views

Cloud Foundry explained

So I've been reading up on Cloud Foundry and yet I'm still confused as to what it is. Here is my take anyway on PaaS on CF, and hopefully you guys could tell me if I'm wrong and explain it a bit ...
0
votes
1answer
41 views

Getting 404 errors when trying to target local Micro Cloud Foundry

I'm trying to install Micro Cloud Foundry on my machine using VirtualBox. My Micro Cloud Foundry is running, the network is up, services are running. But when I try to target my Micro Cloud Foundry ...
0
votes
1answer
67 views

Which version of Micro Cloud Foundry works with cf?

I installed the recommended version of Micro Cloud Foundry (v119) and when trying to set it as target in cf, I get the error message: "V1 targets are no longer supported." The latest version of Micro ...
-1
votes
0answers
12 views

Pegged/stalled application detection and recovery?

An application crash in Cloud Foundry is detected by the Health Manager (by comparing desired state with current state, i.e., when there is an app missing, it will cause the app to be started again). ...
1
vote
1answer
36 views

Spring Security with HTTPS on CloudFoundry

I tried to access my application on CloudFoundry with the following configuration in the spring security xml <intercept-url pattern="/signup*" access="permitAll" requires-channel="https" /> ...
1
vote
1answer
97 views

Cloudfoundy: Deploying a standalone application using Spring and RabbitMQ

I am trying to deploy a standalone application to CloudFoundry. I am using a Spring ApplicationContext in my main-method to initialize Spring and I have a simple Bean to handle the messaging with ...
1
vote
1answer
60 views

Non-http TCP connection on Cloudfoundry

I'm a nooby mobile developer trying to take advantage of cloudfoundry's service to run my server to handle some chats and character movements. I'm using Noobhub to achieve this (TCP connection between ...
0
votes
1answer
78 views

Cloud Foundry Rails - Multi-tenancy based on subdomain

My rails application currently works as follows: In the database, there are tenants, also known as 'companies'. Everything in the database belongs to one of these companies, and so have a company_id ...
0
votes
0answers
30 views

Cannot get anything about services from cloudfoundry

Cloudfoundry has been deployed by BOSH. I do connect to local cloudfoundry site and login local site. I successfully push Java Web application onto local site. This Java Web application can be ...
0
votes
0answers
29 views

Health of the app that is pushed onto cloudfoundry is 0%

Cloudfoundry has been deployed by BOSH. I do connect to local cloudfoundry site and login local site. I successfully push Java Web application onto local site. This Java Web application can be ...
0
votes
1answer
30 views

Rails production mode 'end' error?

I've been trying to get my project on Cloud Foundry for a while now, and eventually narrowed my problem down to this project going into production mode. Of all the errors to get when switching from ...
-1
votes
1answer
15 views

Cloudfoundry URL(smile-spring.coludfoundry.com) Inaccessible with following Status

C:>vmc stats smile DL is deprecated, please use Fiddle Getting stats for smile... OK instance cpu memory disk 0 0.5% 198.2K of 1G 54.6M of 2G
0
votes
0answers
112 views

Deploying Redmine on Cloud Foundry: libmysqlclient.so.16: cannot open shared object file: No such file or directory

I'm trying to push a Redmine 2.3.0 versión and I'm getting the following error. Running rake assets:precompile [2013-04-16 23:37:08] Assets precompilation failed: rake aborted! [2013-04-16 23:37:08] ...
1
vote
0answers
27 views

Using cloudfoundry properties

I want to use cloudfoundry properties as described in this section- http://docs.cloudfoundry.com/frameworks/java/spring/spring.html#accessing-cloud-foundry-properties not in a spring xml file but ...
2
votes
1answer
54 views

Spring Data / REST - never any contents exposed when hosted on Cloud Foundry

I've got a very basic survey app : one JPA entity (Survey.java) one Spring MVC controller (SurveyController.java) one Spring Data/JPA repository (SurveyRepository.java) 3 main steps, each matching ...
0
votes
1answer
20 views

VCAP - Where can i access the deployed applications's files on VCAP

I would like to know the location on VCAP where I can find the complete directory structure od any deployed application. I am aware that the same can be accessed via vmc fles but I would like to know ...
0
votes
0answers
40 views

Distributed Logging

Is it possible to integrate VCAP installation with distributed logging providers like fluentd? Or are there any other ways in which distributed logging can be achieved for multiple instances of ...
0
votes
1answer
16 views

Enabling SMTP ports on VCAP

I want to be able to send emails from my applications deployed on VCAP to email providers supporting SMTP. Is there a way to configure VCAP to make this happen?
0
votes
1answer
44 views

Dose Spring MVC app in CloudFoundry surpport extending ViewResolver

When I want to use Rythm template(https://github.com/greenlaw110/Rythm) in Spring MVC app, and I use the spring-webmvc-rythm-template(https://github.com/lawrence0819/spring-web-rythm-template). I ...
1
vote
0answers
43 views

problems when installing cloud foundry sts and eclipse integration

I tried to install the Cloud Foundry Integration Extension in STS and in Eclipse exactly followed instructions, but got "MD5 hash is not as expected" problems in both installations. For STS (3.2.0), ...
1
vote
1answer
26 views

Does Cloud Foundy platform supports SIP and RTP?

There is a conferencing application that I want to build on top of cloud foundry. Does cloud foundry support SIP and RTP protocols?
0
votes
0answers
30 views

cloudfoundry, Run R and my own R packages (library) under cloud foundry

I deployed a java application embedding R packages to cloud foundry to test, but it seemed that R did not execute. The java war file works fine under tomcat7 in my local server. Could anyone suggest ...
1
vote
0answers
61 views

Cloudfoundry Error 310 : Staging failed : Staging plugin failed

CFoundry::AppStagingError: 310: Staging failed: 'Staging task failed: Staging plugin failed: /var/vcap/packages/stager/vendor/bundle/ruby/1.9.1/gems/ ...
0
votes
0answers
29 views

hibernate MySql configuration for local environment and cloudfoundry environment

i have a Spring MVC application which uses hibernate & MySql. on cloudFoundry env, the db tables are created with upper case name where on local env the tables being created with lower case. Is ...
0
votes
1answer
56 views

CloudFoundry Error 503 Unexpected Response from service gateway

I have been using CloudFoundry for 4 months now, deploying my application through either Wavemaker or VMC. Today when I tried to update my application, I started receiving the following error: Error ...
0
votes
2answers
40 views

which email service are used in CloudFoundry in general?

I am trying to implement email service for my project in cloudfoundry. does anyone have any idea about the email services that are used in cloudfoundry in general and how ?
1
vote
1answer
15 views

vmc apps capturing output

I need to capture the output of the vmc apps or vmc apps --full command so that the captured information can be analyzed and be used in our system. If we execute the command we get something like ...
4
votes
1answer
53 views

cloud foundry intra-application communication

I have 3 applications running in a private vcap instance. One acts as a customer facing web-app, while the others are backend systems, one exposing data services over REST which the web-app consumes, ...
0
votes
1answer
148 views

Cloud Foundry - Installing Micro Bosh in a VM ( OpenStack )

I have followed the instructions on http://cloudfoundry.github.com/docs/running/deploying-cf/openstack/install_microbosh_openstack.html to install the micro bosh in a VM. I'm a little confused about ...
0
votes
1answer
29 views

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" ...
1
vote
1answer
73 views

CloudFoundry MySQL Java configuration

I have a Spring MVC app that is running fine on local tomcat etc. Its a Spring 3.1 MVC/Hibernate app. I am using (where possible) pure Java @Configuration for the app - and I am now trying to deploy ...
0
votes
1answer
24 views

cloud foundry timeout when installing vmc

I wanted to try cloud foundry. The installation process failed at installing vmc because : root $ gem install vmc vmc target ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) ...
1
vote
1answer
69 views

Cloudfroundry local MongoDB deployment

We want to start a project using spring and mongodb and finally want to deploy it on cloudfoundry. There will be three different applications which should be binded to a mongodb service i.e. all three ...
0
votes
2answers
97 views

Why is mongo not available on cloudfoundry.com yet available on micro cloud foundry?

I built a cache service using mongo, and developed it locally with Micro Cloud Foundry. When I went to deploy, I discovered cloudfoundry.com doesn't offer mongo. Any tips on why this is the case? ...
0
votes
0answers
56 views

Cloud foundry session replication

I am trying to implement session replication in cloudfoundry. Currently cloudfoundry does not offer out of the box solution for session replication.So, I was trying to deploy tomcat 7 along with ...

1 2 3 4 5 11