Programmable Command Formats (PCFs) is an IBM technology used for communicating with IBM MQ queue managers.
Questions tagged [pcf]
264 questions
0
votes
1 answer
Unable to run a health check on a docker image deployed to Pivotal Cloud Foundry
I'm unable to run a health check other than process on a docker image deployed to Pivotal Cloud Foundry.
I can deploy fine with health-check-type=process, but that isn't terribly useful. Once the container is up and running I can access the…

Brent DeMark
- 1
- 4
0
votes
0 answers
PCF buildpack for external api
I am new to PCF and and i am working on documentum based application means my spring application using documentum APIs, In local my microservice is working fine but when i pushed my app in PCFDEV it is throwing error like classNotFoundException for…

Avitesh Kesharwani
- 13
- 7
0
votes
1 answer
rabbitmq + spring boot + consumers idle for 15 mins after processing a single message
We use spring boot (1.5) and integration to connect to Rabbit MQ as a service on PCF
Properties set
- concurrency = 15
- maxConcurrency = 25
- default prefetch and txSize.
How the message are processed.
The queue received 26 messages within less…

jc00der
- 73
- 1
- 10
0
votes
1 answer
12 Factor Apps - Run admin/management tasks as one-off processes
Is it possible to explain the below and why it is not supported by PCF?
Admin Processes
Run admin/management tasks as one-off processes. This is not currently supported by PCF, so applications and
application suites that require this…

Punter Vicky
- 15,954
- 56
- 188
- 315
0
votes
1 answer
How to access the IP of my other instance inside my app when configure for multiple instances
Im going to deploy my application in BOSH and cluster it with n number of nodes.
E.g., 2 So in my app, when I deploy the app in my manifest.yml I have defined below.
So it starts at 10.244.15.21 and next node starts in 10.244.15.22 when give…

Ushani
- 1,199
- 12
- 28
0
votes
1 answer
How to specify a queue manager when using PCFMessageAgent(host, port, channel) constructor?
I am using MQ Java PCF API to retrieve information from an MQ installation.
There are several constructors for the class PCFMessageAgent.
There is one that accepts the host, port and channel name. I have shown an extract from the…

A j
- 1,069
- 2
- 16
- 29
0
votes
1 answer
Report running instances in PCF
I am looking to script a way to get an output that tells me how many instances I have running (not stopped) in PCF. I understand that there is a way to show how many instances there are through a concourse pipeline, but I want to know how many of…
0
votes
1 answer
aws s3 ruby aws-sdk file transer using pivotal cloud foundry
Help: How do you transfer a PDF File from S3 to a local desktop file directory when the rails app is deployed in Pivotal Cloud Foundry?
Using ruby and the aws-sdk to download a PDF File from S3 to local client machine directory.
get_object(bucket:…

user6337901
- 19
- 6
0
votes
1 answer
User defined service in cloud foundry
How to create the user defined service in cloud Foundry. I have spring boot app which i want to host as a service. I want this application to be exposed as service so that, the other apps that bind to this would use it by default.
Any help is…

Shafs Jan
- 400
- 1
- 3
- 13
0
votes
1 answer
Spring Cloud Config Server - static buildpack
I'm looking for some pointers on putting config files for static HTML app in the PCF config server. Two possible ways on making it happen:
On the cf push, static buildpack would go to config server, fetch latest config and deploy it to the…

Marcin Susel
- 150
- 1
- 6
0
votes
1 answer
PCF Dev Spring Cloud Config Server Gitlab
I'm trying to configure a p-config-server instance to use GitLab.The account has a password. I have tried both the http and ssh urls with username and password for the http url and a private key for the ssh url.
The service reports that it failed to…

CobraFlow
- 150
- 2
- 9
0
votes
2 answers
Need help in installing cx_Oracle on Pivotal cloud foundry (PCF).
Have few python scripts and API that I want to deploy to PCF. During build process I get this error and the container is destroyed at the end. Do you know how to get around this. Sounds like cx_Oracle needs Oracle client presence.
-----> Installing…

Madhu Venkat
- 11
- 3
0
votes
0 answers
Eureka service deployed on PCF de-registers itself automatically after a few hours
We are deploying the service on PCF(Pivotal cloud Foundry) and to register the service on the PCF service registry, we are using the Eureka service annotations.
I am listing below the select few libraries that we are using in the context of…

Gururaj Nayak
- 636
- 1
- 9
- 18
0
votes
1 answer
How does the PCFMessageAgent handle disconnecting?
I'm trying to get an understanding of how the PCFMessageAgent manages connections to ensure I'm cleaning up everything properly.
For example, at what point is the connection disconnected once I've created the object and I'm done with it? …

Erik Williams
- 933
- 6
- 5
0
votes
1 answer
How to start/stop Websphere Message Broker using Java?
I want my J2EE application had ability to programmatically start/stop Websphere Message Broker 7.0.1 or Integration Bus 9. MQ Explorer already have this feature, so i know it's possible to code this in java. What instrument should i use to implement…

Dmitry
- 330
- 1
- 14