Questions tagged [cloud-foundry]

Cloud Foundry is an open Platform-as-a-Service (PaaS), 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.org.

Cloud Foundry is an open Platform-as-a-Service (PaaS), 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.

3276 questions
133
votes
20 answers

GYP ERR! build error. stack Error: 'make' failed with exit code 2

I am currently working on a nodejs web application I am having trouble pushing the application online with cloud foundry. I did some research on the errors and it seems that maybe some of the packages being installed have some conflicts. This is the…
Michael Vaquier
  • 1,621
  • 2
  • 10
  • 19
116
votes
6 answers

Kubernetes vs. CloudFoundry

The next version of CloudFoundry / Diego will offer native support for Docker containers which will be orchestrated across multible hosts [link]. This sounds very similar to Kubernetes. Of course, the problem Kubernetes is trying to solve is more a…
Jonny
  • 1,203
  • 2
  • 9
  • 3
74
votes
5 answers

Spring Boot - Limit on number of connections created

I developed a microservice using Spring Boot. I was performance testing the service by stubbing the backend calls. When I looked at the thread count , I see that the maximum number of threads that created to the service is 20 at any point in time…
Punter Vicky
  • 15,954
  • 56
  • 188
  • 315
69
votes
1 answer

What is the difference between Cloud Foundry and Docker?

I am a Java developer. We use Weblogic to host our applications. I have been told to look into replacing weblogic with an opensource alternative. We are planning use with SpringBoot. We are also looking at Docker/Cloud Foundry. However Docker/Cloud…
James
  • 836
  • 1
  • 7
  • 5
65
votes
9 answers

HikariCP Postgresql Driver Claims to not accept JDBC URL

I've pushed my application to cloudfoundry. However every time I connect to my postgresql/elephant sql I received this error Driver org.postgresql.Driver claims to not accept JDBC URL…
user962206
  • 15,637
  • 61
  • 177
  • 270
65
votes
4 answers

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 better. A traditional PaaS offering like Microsoft…
Amoeba
  • 1,573
  • 4
  • 19
  • 25
48
votes
9 answers

Deploy single page application Angular: 404 Not Found nginx

I Have an Angular application. I run the command ng build --prod --aot to generate the dist folder. In the dist folder I created a file named Staticfile then I uploaded the dist folder to pivotal.io with the following commands: cf push name-app…
Melchia
  • 22,578
  • 22
  • 103
  • 117
28
votes
5 answers

What is the point of Node.js

Ok this is probably a little blunt and to the point, but what is the point/need for Node.js I've noticed it mainly through CloudFoundry but just not too sure what its supposed to be doing. However I am guessing its probably something pretty big as…
Clive
  • 3,991
  • 3
  • 17
  • 15
25
votes
2 answers

Cp: target is not a directory

I have a bash script with this line: cp -R /usr/lib/gcc/x86_64-linux-gnu/$GCC_VERSION/* /app/.apt/usr/lib/gcc/x86_64-linux-gnu/$GCC_VERSION Full script: https://github.com/virtualstaticvoid/heroku-buildpack-r/blob/cedar-14/bin/compile Unfortunately…
Archeg
  • 8,364
  • 7
  • 43
  • 90
23
votes
4 answers

How PCF (Pivotal Cloud Foundry) is different from AWS (Amazon Web Services)

Pivotal gives you option to deploy your application with help of Cloud Foundry inside AWS Cloud. I am little confused how PCF and AWS are differ. I know that PCF gives solution using which host (client) can make their own cloud on-premises. AWS do…
shaILU
  • 2,050
  • 3
  • 21
  • 40
21
votes
7 answers

How to set API endpoint for the IBM Cloud / Bluemix

I have downloaded and installed the Cloud Foundry CLI tool "cf". However, I am not able to login because I could not set the API endpoint. What is the API endpoint that I should provide? Where can I find the related information?
Sumona
  • 211
  • 1
  • 2
  • 3
20
votes
3 answers

What is difference between Restage and Restart in PCF

What is difference between Restage and Restart your application in Pivotal Cloud Foundary and when to pick one among this?
Vijai
  • 2,369
  • 3
  • 25
  • 32
18
votes
5 answers

Is it possible to download all files of an application in Cloud Foundry?

Is it possible to download files of application to my local PC, i.e. perform operation opposite to "push"?
user626528
  • 13,999
  • 30
  • 78
  • 146
17
votes
3 answers

python buildpack - fatal error: sasl/sasl.h: No such file or directory

I get the following error installing sasl in my Bluemix app: Installing collected packages: sasl, thrift-sasl Running setup.py install for sasl: started Running setup.py install for sasl: finished with status 'error' …
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
17
votes
2 answers

Why am I getting "Project facet Cloud Foundry Standalone Application version 1.0 is not supported"?

I'm trying to deploy the following project from IBM developerWorks to Bluemix: Building a Java EE app on IBM Bluemix Using Watson and Cloudant through the Bluemix plugin in Eclipse (Called: IBM Eclipse Tools for Bluemix). However I keep getting the…
M. A. Kishawy
  • 5,001
  • 11
  • 47
  • 72
1
2 3
99 100