cloud-foundry Questions
3
Solved
I am trying to push my Spring Boot application on Pivotal Cloud Foundry (PCF) via manifest.yml file.
While pushing the app i am getting the following error:
{
Pushing from manifest to org master...
Lewes asked 4/10, 2018 at 7:26
3
I'm trying to setup bosh-lite (to then install cloudfoundry locally) on a ubuntu server machine (vagrant v1.6.3, Virtualbox 4.3.20r96996). The setup fail when vagrant tries to boot the created mach...
Telling asked 27/1, 2015 at 12:10
8
I have installed Cloud Foundry CLI package on my Mac OS X Yosemite. From the terminal interface when I type cf command, I get the following error
FAILED
Error read/writing config: open /Users/viye...
Orgasm asked 27/2, 2016 at 11:13
22
Solved
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 packa...
Hamitic asked 1/6, 2017 at 19:54
9
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 jdbc:postg...
Lowrey asked 12/1, 2016 at 10:41
9
Solved
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.i...
Antoninaantonino asked 24/8, 2017 at 10:15
2
I get this error after I start the worker node VMs(Kubernetes) from the AWS console. I am using PKS ( Pivotal Container Service)
network for pod "xxxxx": NetworkPlugin cni failed to set up pod "...
Dashtilut asked 22/4, 2020 at 19:17
7
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...
Icon asked 27/11, 2015 at 12:40
4
Solved
I get the following message when deploying my Spring Boot Application to Pivotal Web Services with a MySQL cleardb spark database:
org.flywaydb.core.internal.license.FlywayEditionUpgradeRequiredEx...
Casein asked 16/1, 2020 at 23:47
0
I am working on spring boot and I am trying to read the credentials from PCF environment. For that I am using spring-boot-starter-cloud-connectors as dependency.
MyMain.java
@PostConstruct
public ...
Dame asked 28/6, 2021 at 12:4
1
Solved
Pivotal Cloud Foundry(PCF) vs VMware Tanzu Application Service: Which is better? Are they same? Or did the name just get changed? Or is it just an upgrade and can older applications on PCF be upgra...
Hypnosis asked 14/6, 2021 at 14:39
4
I want to get data from cloud foundry using curl, but I'm not able to authenticate (oauth against CF). Please, could someone point me to and example how to get oauth token? I want to use login name...
Miranda asked 16/1, 2015 at 13:52
2
I would like to push a Cloud Foundry app that needs to bind to a service that requires additional parameters. I found docs on binding services with arbitrary parameters using cf bind-service at the...
Audiology asked 2/2, 2017 at 19:23
3
I have a schedule job that run every end of the month. After running it saves some data to database.
When i scale the app(for example with 2 instances) both instances run the schedule job and both ...
Middling asked 20/7, 2020 at 11:44
1
I am getting java.lang.OutOfMemoryError: Direct buffer memory error at the web client.
The batch job runs daily. It fails twice then passed in the third attempt.
at org.springframework.retry.suppor...
Coccus asked 3/12, 2020 at 15:44
3
Solved
What is difference between Restage and Restart your application in Pivotal Cloud Foundary and when to pick one among this?
Fathomless asked 22/5, 2018 at 20:10
1
Solved
In Cloud Foundry I have it configured so that a client certificate is forwarded to my spring boot application.
The certificate is placed in a x-forwarded-client-cert header, the spring boot applic...
Colangelo asked 15/11, 2018 at 9:9
4
Solved
I have a CF application that opens two ports. AFAIK CF can create routing on only for one of them - to the one that is located in VCAP_APP_PORT or PORT. How can I create some route to the second po...
Premonitory asked 18/8, 2015 at 13:19
2
Solved
I want to launch my spring-boot application after a cf push with a custom profile named my_profile, but the app is always launched with the default one cloud profile. How can I specify the exact pr...
Supper asked 24/6, 2019 at 13:25
4
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 ho...
Inhalator asked 7/3, 2018 at 11:41
5
I have a Spring Boot application running on Cloud Foundry that exposes metrics and health info via the /metrics & /health endpoints respectively. I'd like to post these metrics as a continuous ...
Macintyre asked 18/9, 2015 at 15:53
5
Solved
Is it possible to download files of application to my local PC, i.e. perform operation opposite to "push"?
Tale asked 29/1, 2014 at 3:30
5
Solved
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 ...
Haith asked 17/8, 2016 at 16:42
6
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 c...
Determinative asked 17/8, 2015 at 10:0
3
After I deployed my app into cloud foundry got the following error message:
ERR Timed out after 1m0s: health check never passed.
Of course on my local machine works perfectly.
Aubin asked 7/2, 2016 at 11:52
1 Next >
© 2022 - 2025 — McMap. All rights reserved.