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

Unable to access the rest end point of micronaut based java application deployed on PCF

I have simple micronaut application which has below one end point test/g1 which returns some string. I created the the fat jar and deployed same on PCF(pivotal cloud foundry). The application is in running state but I am not able to access the…
Arvind Kumar
  • 459
  • 5
  • 21
0
votes
0 answers

AWS - Registered target group are unhealthy and giving 502 Gateway error

Target group is showing unhealthy and I have looked at the security group, which looks fine to me.
Manu
  • 1
0
votes
1 answer

Instance specific settings in cloud foundry app

Is there any way I can launch e.g. 2 instances of the same cloud foundry app where each instance has its own instance specific settings passed down as parameters or environment variables e.g. instance1 subscribes to Kafka topic A and instance2…
Sheel Pancholi
  • 621
  • 11
  • 25
0
votes
1 answer

How to successfully connect to my local MySQL 8.0 database from my Spring Boot application pushed to my local PCF DEV?

My app (gs-spring-boot.zip) is unable to connect to the locally running MySQL 8.0 database after carrying out the following configurations as described in various tutorials online. Please find the errors in the attached log file named…
0
votes
1 answer

How to deploy Apache-Jmeter-5.1.1 on Pivotal Cloud Foundary

I am trying to deploy an Apache-Jmeter (version 5.1.1), a stand-alone application on Pivotal cloud Foundry but unable to I have the Apache-Jmeter (version 5.1.1) set-up running on my windows machine so I tried to push that directory/folder to PCF…
phani
  • 65
  • 1
  • 6
0
votes
1 answer

PCF task scheduling

I have a ASP.NET MVC core Web API which is hosted on PCF and I need to create a task scheduler which runs at specified time interval. I am able to do it for a minute but I want to do it for seconds (say 10 seconds). Currently my CRON job expression…
Anil Jain
  • 85
  • 2
  • 14
0
votes
1 answer

Unable to retrieve credentials from user-provided in vcap_services in spring boot

My spring boot application is in PCF, since PCF doesnt have option to change properties file in run time, I was trying to put the values in PCF VCAP_SERVICES- user-provided credentials. I tried using @ConfigurationProperties as per tutorial…
devlover
  • 41
  • 3
  • 6
0
votes
1 answer

How to pass windows Identity from angular app to asp.net core 2.0 webapi hosted on Linux server

I have an asp.net core web api running on Linux server (using PCF cloud). I want to pass user credential from angular app to this web api. I tried with angular option withCredentials = true but it is not passing user windows login id. on Asp.net…
Abhash786
  • 881
  • 2
  • 24
  • 53
0
votes
1 answer

Does PCF (Pivotal Cloud Foundry) support .tgz package coming from Artifactory for node.js?

I am working on CI/CD engine and I need to deploy a node.js application into PCF using CI/CD engine.I am able to build and publish package in artifactory in .tgz format. When I define path: target/nodejs-app-0.0.1.tgz in the manifest.yml file. I am…
Jiya
  • 225
  • 1
  • 6
  • 19
0
votes
1 answer

Update Route URL in PCF

I'm new to PCF, I just deployed my first application Pivotal Apps Manager, I want the route to include a specific domain name, Is there a way to update the route or to do a forward Thank you
0
votes
2 answers

PCF Config server Authentication issues

I am following the below to set up a config server in PCF and access the application in PCF. https://github.com/pcf-guides/gs-configuration-server I have added the config server from the PCF marketplace and it is bind with the app. The config server…
souvikc
  • 991
  • 1
  • 10
  • 25
0
votes
0 answers

Is it possible to enable NFS Services in PCFDev?

I'm using PCF Dev Environment on a Windows Host in order to test an application I'm developing. My app needs to access several files that are stored on a NFS Volume. I know that as an PCF Operator you can redeploy Cloud Foundry and add The NFS…
M.Pug
  • 13
  • 3
0
votes
1 answer

Using an External File System (Volume Services)

Using an External File System (Volume Services) in cloud foundry is a bad practice ? it is follow the 12 Factor Application Patterns ?
user3548905
  • 89
  • 1
  • 7
0
votes
1 answer

uncategorized SQLException for SQL [SELECT * FROM AH_PATIENT]; SQL state [60000]; error code [604]; ORA-00604: error occurred at recursive SQL level 1

I am deploying the Spring Boot - Spring Batch code on the PCF DEV environment, where batch code will connect to Oracle Dev and load all data into mongo dev. But while >cf push, I am getting below error. 2019-06-04T10:12:43.319+05:30 [APP/PROC/WEB/0]…
PAA
  • 1
  • 46
  • 174
  • 282
0
votes
1 answer

PCF Dev incompatible with CF CLI

I tried to install PCF Dev on my local machine, following the instructions given in the PCF tutorial by Pivotal. I installed CF CLI successfully. But PCF dev complains that the suggested version of CF is too old. human@mb:Users/human> cf…
Oliver
  • 3,815
  • 8
  • 35
  • 63