Questions tagged [pivotal-web-services]
92 questions
2
votes
1 answer
Encoding issue in CloudFoundry
I uploaded my web application to CloudFoundry, but my native language was broken as below.
enter image description here
I have checked that the DB has broken data.
DB uses ClearDB MySQL Database, which CloudFoundry provides as a service.
I ran the…

khhan
- 21
- 4
2
votes
1 answer
How to add windows stack to pivotal cloud foundry account
The cf stack command in pivotal cf does not list windows stack .
The link https://docs.pivotal.io/pivotalcf/1-6/concepts/stacks.html lists two stacks but when I execute the same command , I see only
cflinuxfs2 Cloud Foundry Linux-based…

Gwr
- 65
- 6
2
votes
1 answer
Running batch applications on Cloudfoundry: using tasks instead of long-running processes
I would like to run a batch application (that is a short lived process that should not be restarted) on Pivotal CloudFoundry.
I am not sure how to do that. My current batch app is restarted repeatedly by Pivotal CF.
It seems there's a new CF…

balteo
- 23,602
- 63
- 219
- 412
2
votes
2 answers
Unable to start the cf-mysql-broker in pcf-dev
I am trying to set up the pcf-dev on an AWS instance (m4.xlarge). I'm able to start 46 processes out of 48. The remaining processes are unable to start.
Remaining processes: cf-mysql-broker…

Purandhar
- 31
- 2
- 4
2
votes
1 answer
Deploy from Travis to Cloud Foundry
I'm trying to deploy an app from Travis to Cloud Foundry.
My .travis.yml looks like this:
deploy:
provider: cloudfoundry
api: https://api.run.pivotal.io
username:
secure: "... secure username, generated with travis cli"
password:
…

bengro
- 1,004
- 10
- 19
2
votes
1 answer
Cannot run sails on Pivotal Web Services
So I tried to load a super simple demo with blank sails template using this
https://github.com/danielkennedy/sailsjs-demo
$ sudo npm install sails -g
$ sails new sailsjs-demo
$ cd sailsjs-demo
Modified config/local.js:
port:…

HP.
- 19,226
- 53
- 154
- 253
1
vote
1 answer
Health check properties for springboot application in PCF
I have configured the below health check properties in my spring boot application(using actuator) and returning "UP" when locally tested using the below endpoint
server:
servlet:
context-path: /account/v1
port: 8443
management:
…

remya thekkuvettil
- 778
- 1
- 7
- 22
1
vote
0 answers
How do I push docker image hosted on ACR to Cloud Foundry?
I set up a azure devops pipeline by way of a yml file. the final step is to create an image and store it in Azure container registry and then push it over to Cloud foundry. Unfortunately I haven't found ACR specific info on the web.
the docker…

Joe
- 181
- 11
1
vote
0 answers
JHipster deploy Pivotal Web Services - AutoConfigure cycle detected
I wanted to deploy my JHipster (5.1.0) on Pivotal Web Services. Locally ./mvnw -pprod worked well with my MySQL database. I had no issues. Once I want to deploy my application on the Pivotal Web Services I get the following…

1thingtodo
- 95
- 2
- 15
1
vote
1 answer
How to install SSL certificate locally for logging into Pivotal Cloud Foundry
Operating System installed is Centos Linux release 7.4.1708 (Core). I have installed PCF (Pivotal Cloud Foundry) locally on my pc. I'm trying to install a SSL certificate by using command cf dev trust and output of this command is:
Error: failed to…

rathod dinesh
- 13
- 4
1
vote
1 answer
I am unable to push https://github.com/Pivotal-Field-Engineering/PCF-demo file
This is my first application which I am trying to push into Pivotal cloud foundry.it fails when right at the end.The Status in the PWS is Crashed.
https://github.com/Pivotal-Field-Engineering/PCF-demo
sample logs are as below:
d97aea708a payload:…

user680702
- 63
- 7
1
vote
0 answers
Spring security login form jsessionid not sent accros domains
I have two Spring boot applications one is a client UI app and the other acts as an Authorization Server (using spring security oauth, implicit flow and form login).
When the two applications run on localhost (different ports) I can see the…

alex
- 705
- 9
- 21
1
vote
0 answers
Rails Application Very Slow To Start After Upgrade to Rails 5.1.3
I run a Rails 5.1.3 application on Pivotal Web Services. Since the upgrade from Rails 4 the application has the following behaviour:
deployment runs fine
puma starts
pivotal container is healthy
the first client that connects sits waiting for 2 to…

user8737928
- 51
- 4
1
vote
2 answers
ActionController::RoutingError No route matches [GET] & [OPTION] for "/cloudfoundryapplication"
I am running Rails 5.1.3 with Puma on Pivotal Web Services. Since upgrading to this version from Rails 4, i am seeing the following errors appear in the logs:
1. ActionController::RoutingError (No route matches [GET] "/cloudfoundryapplication")
2.…

user8737928
- 51
- 4
1
vote
1 answer
How to use a ssh github repo with spring cloud-server on cloud foundry
I'm trying to use Spring Cloud Services Config Server on Cloud Foundry backed by a github repository. I need to use ssh access because it's a private git repo but I keep getting the error
UnknownHostKey: github.com. RSA key fingerprint is…

Adam H
- 11
- 2