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
0
votes
0 answers

Convert bash output to dictionary

I am running a python script that grabs metrics for our PCF environment. It runs the command "cf nozzle" and saves the output. currently the output is: origin:"rep" eventType:ContainerMetric timestamp:1549634851407422442 deployment:"cf"…
0
votes
1 answer

JNDI lookup error for name: java:comp/env/jdbc/DynaPropDB

Am getting below error while starting the liberty server: [ERROR ] com.it.properties.PropertyResourceException for user [UnKnown] self logged on Jan 23, 2019 12:43:12 PM. Exception instance reference code…
mm6
  • 84
  • 6
0
votes
1 answer

clould foundry dataflow server and task environment variables

We have SCDF triggering task on PCF, however SCDF invokes task(s) it sets SPRING_APPLICATION_JSON with datasource information in task environment variables. This exposes sensitive database information in clear text including password which is not…
0
votes
1 answer

How to install or manage RabbitMQ plugins in PCF Dev

I have newly installed and started pcf dev instance (with one of the latest versions on the current date - 0.30.0). I have added rabbitmq as a Service for one of my spaces (using command cf create-service p-rabbitmq standard my_rabbitmq). There is…
Uladzimir Sharyi
  • 144
  • 1
  • 14
0
votes
0 answers

PCF (Pivotal CLoud Foundry ) is appending content lenght to my applictaion

The logs below are from PCF: [APP/PROC/WEB/0] [OUT] }, {Content-Type=[application/json;charset=UTF-8], Date=[Thu, 11 Oct 2018 01:17:46 GMT], X-Application-Context=[sg-payment-gateway-service:dev,cloud:0],…
Aarika
  • 131
  • 2
  • 5
  • 12
0
votes
1 answer

PCF Unable to use Config Server and Service Registry together in an Application

I am trying to bind the PCF Config Server and PCF Service registry in the same Application and push the app . However I get an error while the application is starting . The problem is due to the application unable to send the Hertbeat information…
sivacham
  • 109
  • 2
  • 9
0
votes
1 answer

Unable to start PCF Dev instance

Im facing a weird issue when I try to start pcf dev on my local machine. As you can see that whenever I try to start it fails at the step where its trying to add a dvd drive. My cf version is 6.38.0+7ddf0aadd.2018-08-07 My cf dev version is…
Sharthak Ghosh
  • 576
  • 1
  • 9
  • 22
0
votes
1 answer

Getting Failed to load resource: the server responded with a status of 404 (Not Found) when pushing Angular app to cloud foundry

I am able to access the client server in Angular 5 from localhost:4200 with Cross-Origin concept but when I am deploying the app using ng build to Pivotal Cloud Foundry, getting error Failed to load resource: the server responded with a status of…
Meenal
  • 105
  • 3
  • 17
0
votes
1 answer

PCF auto drop and start application in non-buisness hours

I am new to pcf and working on a task for drop all instances on a particular time. I need drop all apps instances during non business hours and bring it back before start of business hours?
0
votes
0 answers

PCF on Azure: 404 error when cf login -a api.system-domain

Installed PCF small footprint on Azure, but the post-deploy errand of 'push-apps-manager' failed on: Setting api endpoint to https://api.SYSTEM_DOMAIN_NAME. API endpoint not found at 'https://api.SYSTEM_DOMAIN_NAME' If I run: cf login -a…
Cuie Wu
  • 1
  • 2
0
votes
1 answer

Syslog Drain created in PCF throwing error

Hi we have created a Syslog Drain from pcf to logstash but sometimes we are getting 2018-07-19T15:09:53.524+05:30 [LGR/] [ERR] Syslog Drain: Error when writing. Backing off for 4ms. this error. What is this and why?
user2835563
  • 99
  • 2
  • 13
0
votes
1 answer

AWS Cognito substitute on Pivotal Cloud Foundry (PCF)

I'm exploring Pivotal Cloud Foundry (PCF)'s PAS for moving our organisation's on-premise application onto private cloud. Going by the documentation, I'm unable to find if PCF has any offering for end user authentication & authorisation like we have…
0
votes
0 answers

App is not discvorable in PCF Cloud with Service Registry

I have configured a service and client and deployed into PCF Cloud. I have also bind both apps to Service Registry. As I have bind services with Service Registry, I am trying to access service app in client using it's name configuredd in…
user09
  • 920
  • 2
  • 12
  • 38
0
votes
1 answer

How to Set API endpoint for PCF Dev

I have installed PCF Dev in Linux machine. I need to find what will be the API endpoint and how to configure it. Also need to understand if there will be any GUI available for PCF Dev, and how can I configure it
Saranya Unni
  • 161
  • 1
  • 2
  • 13
0
votes
1 answer

Using custom stack/rootfs in PCF Dev

A default stack in PCF Dev is cflinuxfs2 (based on Ubuntu 14.04). But I would like to use a custom stack (specifically cflinuxfs3 based on Ubuntu 18.04). I have built it successfully (also created a corresponding BOSH release), but I am unable to…