Questions tagged [pivotal-web-services]

92 questions
0
votes
1 answer

Communication between PCF and External Application

I am trying to have a simple client and server application that will communicate over SMPP(TCP/IP) protocol. I was successful when both the client and server were run on my local, but when I tried to push the client to Pivotal Cloud Foundry, it…
Jake
  • 83
  • 1
  • 10
0
votes
2 answers

Unknown CloudFoundryException: 400 Bad Request

I am trying the Jenkins for CICD to Pivotal Web Services where CI was successful but the CD is the reverse because of this issue. Already tried to push using eclipse and it was successful, I just don't what went wrong when via Jenkins. Below is the…
Jake
  • 83
  • 1
  • 10
0
votes
0 answers

How to run PhantomJS on Pivotal Cloud Foundry?

I have downloaded the phantomjs binary and have added it to the root directory. However, when I deploy the application to PCF, the phantomjs binary is not getting uploaded. Is there a phantomjs buildpack available for PCF? How can I run phantomJS on…
import.zee
  • 945
  • 2
  • 9
  • 14
0
votes
1 answer

start app Timeout-PCF DEV

Hi Anyone, I was trying to push my application into PCF DEV installed in my Laptop it was throwing Error "start app Timeout" PFB complete trace logs it says" Crashed" while copying into container failed. 2016-09-25T02:05:31.32+0530 [STG/0] …
Thirukumaran
  • 357
  • 3
  • 5
  • 17
0
votes
1 answer

How do I run a unix command with sudo user while pushing my app?

I am trying to push a nodejs app in cloud foundry and js in turn calls the shell script, which includes some installation commands. During the shell script execution i am getting the following error: 2016-07-13T12:13:28.80+0000 [App/0] OUT…
Purandhar
  • 31
  • 2
  • 4
0
votes
1 answer

PCF and PWS on premises license details

Can any one help me to understand the on premises licensing details and price for setting up the Pivotal Cloud Foundry(PCF) and Pivotal Web Services (PWS)?
0
votes
2 answers

Pivotal Cloud Foundry - Spring Cloud Services

I am trying to push the company app into Pivotal Cloud Foundry. The app should be bound with service registry. I didn't do any changes in application.yml file. I had have service-registry service in my Pivotal apps manager console. After I pushed my…
0
votes
1 answer

Why are my EnableConfigServer encrypt.key / ENCRYPT_KEY not working on Pivotal Web Services?

I have a ConfigServer, very basic: @EnableConfigServer @SpringBootApplication public class ConfigServerApplication { public static void main(String[] args) { SpringApplication.run(ConfigServerApplication.class, args); } } I'm using…
DaShaun
  • 3,722
  • 2
  • 27
  • 29
0
votes
1 answer

How and where to enable SSL using Rails on standard Pivotal Web Services

Background: I have a small Rails application running on Pivotal Web Services with MongoDB in the background as the database layer. I have used as much of the standards offered by Rails and PWS but have changed Webrick with Unicorn as the…
0
votes
0 answers

How to add dependency to the boot class path?

I'm trying to add the alpn-boot dependency to the boot class path. The following should work in the pom.xml file:
Tometoyou
  • 7,792
  • 12
  • 62
  • 108
0
votes
1 answer

MySql in pivotal cloud foundry environment

Does MySql come out of the box installed in pivotal cloud foundry environment? I was told that the containers within cloud foundry are transient in nature. If so , how does it support MySQL DB installation?
Punter Vicky
  • 15,954
  • 56
  • 188
  • 315
0
votes
1 answer

websocket stomp in spring over sockjs redirects to http protocol while the origin is https in pivotal web services

I am developing a spring web chat application using stomp and sockjs. I uploaded the application in pivotal web services. I understand that it uses a different port i.e. 4443. Once I run the application the websocket losts connection to…
0
votes
1 answer

How to handle User Authentication/Authorization on Pivotal Web Services/Cloud foundry Spring Cloud application

I am building an application which I'm intending to deploy on Pivotal Web Services. I want to secure the application using Spring Security. The Security should be role-based, and users should be able to register themselves in my application. I want…
0
votes
2 answers

How to implement service as app in DEA?

I am trying to create a clustered cache service for Cloud Foundry. I understand that I need to implement Service Broker API. However, I want this service to be clustered, and in the Cloud Foundry environment. As you know, container to container…
Murat Ayan
  • 575
  • 4
  • 19
0
votes
1 answer

How to access encryption endpoint for Pivotal Spring Cloud Service config server

I am using Pivotal Cloud Foundry with Spring Cloud Services 1.0.0. I am wondering what the proper way to access the /encryption endpoint is on our Config Server service instance? I get an OAuth "Full authentication required" error when trying to…
SteveO
  • 399
  • 2
  • 12