9 questions
0
votes
1
answer
203
views
Cloud Foundry Java Client in Springboot: login through /oauth/token fails
I have a spring boot project which interacts with Cloud Foundry
I have the following code:
CloudFoundryController.java:
package com.backend
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
...
0
votes
1
answer
666
views
How to retrieve heapdump in PCF using SMB
I need to -XXHeapdumoOutofmemory and -XXHeapdumoFilepath option in PCF manifest yml to create heapdump on OutOfMemory .
I understand I can use SMB or NFS in vm args but how to retrieve the heapdump ...
0
votes
2
answers
2k
views
What is the difference between pivotal cloudfoundry and VMWare Tanzu cloudfoundry
Earlier I could able to use Pivotal cloud foundry free subscription to do my poc but now not able to do so and name of cloudfoundry changed to Tanzu.
I would like to understand the timeline history of ...
1
vote
1
answer
598
views
How to use spring-cloud-task with spring-cloud-deployer-cloudfoundry?
I am investigating using spring-cloud-task to execute short-lived jobs in my Cloud Foundry environments.
Looking through the documentation and some youtube videos, I gathered that there should be 3 ...
1
vote
0
answers
465
views
Log more output on application push
I'm pushing a manifest to CF with the cloudfoundry-operations library like this:
final PushApplicationManifestRequest pushRequest = PushApplicationManifestRequest.builder()
.manifest(...