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
1 answer

Java Spring Boot WEB API To PCF

I am trying to Push a Spring Boot third Party Vendor App to a PCF Environment. PCF is something new to me I tried to fix other issue this one is kind of recurring the whole time. Kindly advice on the below error. This is my folder…
Venk
  • 11
  • 6
0
votes
1 answer

scheduler for PCF for .NET console application

I have created a simple HelloWorld .NET core 2.0 console application. I want to schedule it to run every 5 minutes using scheduler for PCF service. The steps I followed are: deployed the HelloWorld app to PCF using 'cf push' command Selected…
NARASIMHA MURTHY
  • 105
  • 1
  • 13
0
votes
2 answers

How to reference local Kafka and Zookeeper config on Spring Cloud Dataflow "Cloudfoundry" server start

Here's is what I have successfully done so far on SCDF Local Server I have successfully deployed SCDF server on my local and also I have used Kafka and Zookeeper config parameters with it i.e mymac$ java -jar…
0
votes
2 answers

Is credhub available with run.pivotal.io?

If yes then what is the url/api to access it from run.pivotal.io 's trial account. Also can the features of credhub be tested using pcfdev? Thanks
Sneha
  • 140
  • 6
0
votes
1 answer

Need help on Registering App on PCF with Spring Cloud Data Flow which is also on PCF

1) I have registered a sink app on PCF using cf push -p abcdef.jar sinkapp. it went good 2) Now I have my SCDF server also on PCF How can I register sinkapp on the SCDF server using dataflow which is on the same PCF , same org, same space. coz I…
0
votes
1 answer

PCF Dev RabbitMQ Management Dashboard not installed

On a fresh install of PCF Dev, after logging in: cf create-service p-rabbitmq standard my_rabbitmq Showing info of service my_rabbitmq in org system / space system as admin... name: my_rabbitmq service: p-rabbitmq bound…
Michael Draper
  • 1,928
  • 3
  • 18
  • 24
0
votes
1 answer

my Pivotal cloud foundry app is crashing often while doing healthcheck

I have created a spring boot integration app and deployed it to Pivotal Cloud Foundry (PCF) environment. It works for couple of days and then it starts to crash randomly afterwards. I checked the PCF logs and found this information about the…
NARASIMHA MURTHY
  • 105
  • 1
  • 13
0
votes
1 answer

How to access PCF environment variables in spring integration xml or application yml file

I have created an spring integration application and hosted that in PCF (Pivotal Cloud Foundry) environment. Let us say my manifest file is as follows: applications: - name: test memory: 1024M instances: 1 domain: cfapps.pcf1.vc1.pcf.abc.com …
NARASIMHA MURTHY
  • 105
  • 1
  • 13
0
votes
0 answers

Spring boot application running locally but not on cloud foundry

I created a basic spring boot application (added in all the JAR files manually, as maven download is restricted in the intranet). When running the application locally, the application starts up (and is accessible on loaclhost:8080), but on deploying…
aakashgupta.0205
  • 647
  • 1
  • 8
  • 23
0
votes
1 answer

Spring clould data flow and spring clould task batch jobs

We have been using spring batch for below use cases Read data from file, process and write to target database (batch kicks off when file arrives) Read data from remote database, process and write to target database (runs on scheduled interval,…
Nitty
  • 41
  • 1
  • 5
0
votes
2 answers

Deployment of Apache Drill in PCF

Is it possible to deploy Apache Drill project of Pivotal Cloud Data Flow platform ?
0
votes
1 answer

Cloud Foundry alternative for 'docker run --add-host'

If I want to add an entry in the /etc/hosts file of a container, in Docker, I can use following command: docker run --add-host foo:10.0.0.3 myimage If I want to do the same in Pivotal Cloud Foundry application, how do I do it?
Rajib Biswas
  • 772
  • 10
  • 27
0
votes
1 answer

Getting 502 Bad Gateway: Registered endpoint failed to handle the request when tried to connect mongodb using node js in PCF platform

I have mongodb in AWS EC2 instance. I am trying to connec to mongodb instance from nodejs server using mongoClient. My node application is deployed on PCF platform. When i try to connect to mongodb it throws an error "502 Bad Gateway: Registered…
Arun
  • 35
  • 1
  • 8
0
votes
1 answer

Difference between PCF DEV and PCF Enterprise

What is the Difference between PCF Dev on premise and PCF Enterprise in terms of Features and support?
Sunil Valmiki
  • 586
  • 6
  • 11
0
votes
2 answers

PCFDEV: Pivotal Network returned: 451 Unavailable For Legal Reasons

This is an informational post about a recent problem I encountered when installing PCFDEV for use in development and testing. On Ubuntu-16.04 server core, when I was starting PCFDEV as follows ... cf dev start ... I was getting the error "Pivotal…
Pytry
  • 6,044
  • 2
  • 37
  • 56