Questions tagged [pcf]

Programmable Command Formats (PCFs) is an IBM technology used for communicating with IBM MQ queue managers.

264 questions
286
votes
2 answers

xlrd.biffh.XLRDError: Excel xlsx file; not supported

I am trying to read a macro-enabled Excel worksheet using pandas.read_excel with the xlrd library. It's running fine in local, but when I try to push the same into PCF, I am getting this error: 2020-12-11T21:09:53.441+05:30 [APP/PROC/WEB/0] [ERR]…
Vignesh K
  • 2,879
  • 2
  • 6
  • 6
62
votes
12 answers

How do I change log level in runtime without restarting Spring Boot application

I have deployed a Spring Boot application in PCF. I want to log the message based on the environment variable. What should I do so that the run time log level change will work without restarting the application?
Samir Padhy
  • 621
  • 1
  • 5
  • 5
23
votes
4 answers

How PCF (Pivotal Cloud Foundry) is different from AWS (Amazon Web Services)

Pivotal gives you option to deploy your application with help of Cloud Foundry inside AWS Cloud. I am little confused how PCF and AWS are differ. I know that PCF gives solution using which host (client) can make their own cloud on-premises. AWS do…
shaILU
  • 2,050
  • 3
  • 21
  • 40
7
votes
2 answers

How we configure API gateway, service discovery for micro services in pcf?

I am learning building microservices using spring boot, Spring Cloud(netflix OSS Components). I have used netflix Eureka for service discovery, zuul for api gateway, ribbon, feign while running in my local machine. Netflix eureka, zuul, ribbon,…
Riding Cave
  • 1,029
  • 1
  • 15
  • 32
7
votes
2 answers

how to make angular application read environment variables from private cloud foundry (Runtime)

I am working with angular 5 application and deploying to private cloud foundry. In general, while building the application we would provide API endpoint in "environment.{*}.ts" file and run npm run build --prod command. my requirement is to read…
Gowtham.K.Reddy
  • 967
  • 1
  • 9
  • 26
4
votes
1 answer

Springboot 2.1 Actuator /info shows build and git time as timestamp

I have included build info and git info file in my jar file. So, calling springboot actuator's /info returns the build and git info in json. However, the build time and commit time are all represented in epoch timestamp. "build": { "version":…
Patheek Chokshi
  • 121
  • 1
  • 4
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
1 answer

None of the buildpacks detected a compatible application

while pushing spring boot application on pivotal cloud foundry , app got staged but throw exception of incompatible javabuildpack version.I have three questions 1.with cf buildpacks I got the list of buildpacks but how to figure out the version of…
Poonam Tomar
  • 51
  • 1
  • 2
4
votes
1 answer

How to use Windows Authentication in PCF?

I am trying to connect to SQL server from my .net core app deployed in PCF. I am able to connect when I use username and password. But Unable to configure Windows authentication. My app has a requirement to use windows authentication This link (…
SNA
  • 7,528
  • 12
  • 44
  • 60
4
votes
2 answers

Not able to deploy a helloworld spring-boot app on Cloud Foundry

Getting following error while deploy a simple helloworld SpringBoot app on Cloud Foundry using cf push helloworld-api command. Note: I am not having a manifest.yml file Error Log: Staging app and tracing logs... Downloading binary_buildpack... …
Nital
  • 5,784
  • 26
  • 103
  • 195
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
4
votes
2 answers

Get ip of consumers who connected to IBM MQ queue by PCF request from Java

I know that MQExplorer GUI could show who connected to some queue by some channel and other information about this connection, but I didn't find anything in PCF to do that from Java. Thanks in advance for commands and examples if they exist!
3
votes
0 answers

NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails

I am struggling with this issue for last 10 days and couldn’t find help online. I am following the code as given in Pivotal SSO sample and sample works fine as expected, but when I copy the code to our project I am getting NoSuchBeanDefinition…
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…
1
2 3
17 18