Questions tagged [pcfdev]

PCF Dev is a small footprint distribution of Pivotal Cloud Foundry (PCF) intended to be run locally on a developer machine

PCF Dev is a small footprint distribution of Pivotal Cloud Foundry (PCF) intended to be run locally on a developer machine. It delivers the essential elements of the Pivotal Cloud Foundry experience quickly through a condensed set of components.

109 questions
2
votes
2 answers

UserInfoRestTemplateFactory setup fails with ResourceServerConfigurerAdapter and two spring-cloud-services-starters

I've slightly updated an Spring Cloud Services example to illustrate a problem that I'm having: https://github.com/spring-cloud-services-samples/greeting/compare/master...timtebeek:master After the above changes I'm…
Tim
  • 19,793
  • 8
  • 70
  • 95
2
votes
1 answer

cloud-foundry: ERR Timed out after 1m0s: health check never passed

Application is healthy till the application.properties are bundled with app. As a next step, moved properties to configs repo and created config-service in cloud foundry using below statement. cf create-service -c '{ "git": { "uri":…
jc00der
  • 73
  • 1
  • 10
2
votes
0 answers

Godep cant find gin when pushing go project to PCF-dev

Yesterday my app was pushing fine. When I came back today to push I am having issues where godeps can't find certain dependencies. Im able to godep go install just fine on my local machine, which leads me to believe this is a PCF issue of some…
codewizard
  • 1,029
  • 1
  • 13
  • 22
2
votes
1 answer

Getting 'FAILED' when connecting to PCF Dev with CF CLI

I run pcf dev 0.15.0 on CentOS x64 7.2 with Vagrant 1.8.1 and VirtualBox 5.0. When I do a vagrant up it seems (to me) that everything is booting up nicely (although it takes some minutes to get from 0 to 48 running services) PCF Dev has reserved 32…
Marged
  • 10,577
  • 10
  • 57
  • 99
1
vote
0 answers

After upgrading to Spring Boot 3, PCF Gorouter emits different x-b3-traceid

As sleuth project is moved into the Micrometer Tracing project as of SpringBoot 3, having issue with x_b3_traceid when deploying the application to PCF. Before Springboot 3, used to get the same x_b3_traceid in the log and the PCF's GOrouter…
Prince
  • 11
  • 1
1
vote
1 answer

Cloud Foundry CPU Core

In pivotal cloud foundry I am running a Java app with 2GB memory having 1 instance . The below code in Java prints 16 on runtime. Should I assume 16 CPU Cores available to process or this is CPU share of overall machine and each app getting share as…
Sumeet Kumar Yadav
  • 11,912
  • 6
  • 43
  • 80
1
vote
0 answers

PCF - x509: certificate has expired or is not yet valid

I am trying to setup pcf in Ubuntu20. While i am setting up it, its notable to create and found x509: certificate has expired or is not yet valid Here are deploy bash log file as follows. Can someone help me out ? deploy-bosh.log Starting…
Saurabh Gupta
  • 13
  • 1
  • 6
1
vote
1 answer

Is there any way to use Spring cloud config server hosted outside PCF environment from an application hosted with in PCF?

I have a Spring boot application hosted on the PCF environment which I wanted to connect to a Config server hosted outside the PCF. How I would be able to achieve that? Searching online, I have found that to use PCF CUPS but I am not sure how to…
1
vote
0 answers

Cloud Foundry cf dev start unable to find VM IP address

I'm trying to setup a CF Dev environment on a remote virtual server running Ubuntu. After following the documentation on Github about CF DEV I come about the following issue. After the 60gb download is completed Cloud Foundry will try to start the…
Xigangxi
  • 11
  • 2
1
vote
1 answer

How to add header config using staticfile_buildpack for Angular app?

I created a build using ng build --prod. It created a dist/AppName folder and inside it I have my manifest.yml and Staticfile. When I do cf push inside dist/AppName everything is working fine but I wanted to add a header config of add_header…
zorlac
  • 75
  • 1
  • 7
1
vote
1 answer

Getting deployment error while installing PCF Dev

I am trying to install pcf dev on local machine which have window 10 using below link. https://pivotal.io/platform/pcf-tutorials/getting-started-with-pivotal-cloud-foundry-dev/install-pcf-dev During installation I am getting below error in…
1
vote
1 answer

Find out version of Redis running in PCF DEV

How to find out which version of Redis is running in PCF DEV? I'm using the latest PCF DEV 1.2.0 for PAS 2.4.4 and created the service as per the docs, like this: cf cs p.redis cache-small redis It is running, and I have some app talking to it. Now…
zb226
  • 9,586
  • 6
  • 49
  • 79
1
vote
0 answers

PCF reports application crash each 5 minutes

We have spring-boot batch task application that is hosted on pcf and deployed via spring-cloud-dataflow(scdf). After we have connected it to app-dynamics agent it start to report crash every 5 minutes with the following resolution: But there is…
b1gs
  • 41
  • 1
  • 5
1
vote
1 answer

How to configure custom domain lets encrypt certificates on pivotal cloud foundry

Thanks for your help in advance. I have deployed a NodeJs app in Pivotal Cloud Foundry (dev.appname.cfapps.io). I have a Load Balancer running on Digital Ocean and Let's encrypt certs are configured here for my custom domain (appname.com). So only…
Nagendra
  • 13
  • 4
1
vote
1 answer

spring cloud data flow running out of disk space

We have large number of tasks(~30) kicked off by SCDF on PCF, however we are running to disk space issues with SCDF, the issue appears to be due to SCDF downloading artifacts each time a task is invoked. The artifacts in our case are downloaded…
Nitty
  • 41
  • 1
  • 5