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
4
votes
2 answers

PCF cfdev plugin install No Such Host Error

I tried to install Cloud Foundary cfdev plugin to setup pivotal cloud environment in local machine (MacOS Big Sur). ~ % cf install-plugin -r CF-Community cfdev Searching CF-Community for plugin cfdev... Plugin cfdev 0.0.18 found in:…
Sriram M
  • 482
  • 3
  • 12
4
votes
0 answers

How to see the old log files in PCF?

I may be asking some basic question but I am not able to find any information. I know to view the log files in PCF i can use cf logs and cf logs --recent The issue with this is it will send only the recent log files. I want to get the archive log…
Harry
  • 445
  • 3
  • 11
  • 28
4
votes
0 answers

PCF redis credentials with stackexchange redis

I am trying to configure redis with PCF redis credentials. While doing operations RedisServer exception keep on coming. Can anyone explain how PCF and redis will work? Code private static Lazy lazyConnection = new…
learner
  • 3,092
  • 2
  • 21
  • 33
4
votes
0 answers

How to configure PCF router for https?

The web app I try to push is enabled with a https URL. When I push the image in to pcf like below,I can see the logs as its running but cannot browse as it gives me a 502 Bad Gateway. My docker image can be deployed successfully in my local repo. …
Ushani
  • 1,199
  • 12
  • 28
3
votes
3 answers

How do I connect to my MySQL service on Pivotal Cloud Foundry (PCF) via MySQL Workbench or CLI or MySQLWeb Database Management App?

I have a Spring Boot based REST application that is deployed on Pivotal Cloud Foundry (PCF) and working fine. But this REST application did not had any DB connection till now. Hence, I decided to install MySQL service on PCF from the marketplace and…
Nital
  • 5,784
  • 26
  • 103
  • 195
3
votes
2 answers

How to restart a single instance automatically in PCF when is going down or crashed

I have a SpringBoot application deployed in PCF scaled to 12 instances. One or two instances are going down. I want to restart those 2 instances instead of restarting the application automatically. How do you restart a single instance automatically…
3
votes
2 answers

How to bypass the Spring @PreAuthorize annotation on RestController for tests?

How can I create a bypass @Preauthorize so that I can test in local with out calling the actual because annotation will be loaded before the class loads ? @RestController @RequestMapping("/test") public class ResourceController { …
Jsrikoo
  • 35
  • 1
  • 5
3
votes
1 answer

Access PCF DEV from external machine on same network as host

My intention is to use PCF DEV as an integration test environment for our CI server, as well as a place to demo proof-of-concept projects. I have Pivotal Cloud Foundry DEV setup on a private network in a windows environment. I'm able to access…
Pytry
  • 6,044
  • 2
  • 37
  • 56
3
votes
2 answers

JAVA_HOME not found in Cloud Foundry deployment

I am trying to use the PCF Dev from Pivotal for Cloud Foundry Development. I want to setup my simple standalone jar file which only stdout hello every secound. I pushed it and everything seems to work fine except the start. On start I get the…
ekul
  • 99
  • 1
  • 9
2
votes
2 answers

Django templates and pages not updating when viewed in browser

I don't have experience in web development at all, but I know python a bit. I developed a dashboard that shows few stats and graphs with Django templates and pages. I know nothing about using DBs or anything. So what I do is, I run a python…
Prof Lupin
  • 23
  • 1
  • 4
2
votes
0 answers

Troubleshooting oracle database errors from cloud application

I am trying to troubleshoot an issue that presents as different database errors such as, ORA-01000: maximum open cursors exceeded or Unable to create DB Connection. I have reviewed the PLSQL to determine if cursors were left open and all are closed…
Gloria Santin
  • 2,066
  • 3
  • 51
  • 124
2
votes
1 answer

"Authenticating... Credentials were rejected, please try again" in Git Bash

I already followed URLs like https://github.com/cloudfoundry/cli/issues/171 Pivotal Cloud Foundry login issue But things did not solved for me yet. $ cf login -a https://api.run.pivotal.io --skip-ssl-validation API endpoint:…
PAA
  • 1
  • 46
  • 174
  • 282
2
votes
1 answer

What is the difference between Cloud Foundry, PCF Dev, PCF Enterprice, PCF and Pivotal Web services?

Please explain what is the difference between CF, PCF, PCF Dev, PCF Enterprise and Pivotal Web services? Can PCF be installed in our local Workstation and access all the services?
Saranya Unni
  • 161
  • 1
  • 2
  • 13
2
votes
1 answer

PCF - No converter found capable of converting from type [java.util.LinkedHashMap] to type [java.lang.String]

Spring Boot application works normal when we run it locally, However if its deployed in PCF, getting below exception: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type…
user1568854
  • 37
  • 1
  • 8
1
2 3 4 5 6 7 8