Questions tagged [pivotal-web-services]
92 questions
0
votes
1 answer
How To Access Windows NAS File Share From Java App Hosted In Pivotal Cloud Foundry
We have a Windows file share with JPEGs that I'm trying to access from Pivotal Cloud Foundry via a Java Spring Boot REST API. What are the steps needed in both PCF and Java itself to achieve this?
Do I have to mount the drive in PCF first, then I…

Andy
- 1,243
- 3
- 22
- 40
0
votes
2 answers
Trying to Deploy a PCF Spring Boot App which requires a static IP
I have an application that uses spring boot for a backend and Vue.js as a front end. I have packaged the app into a jar file and deployed to PCF with ease. The problem is the application uses API Keys from…

Jake Perkins
- 115
- 2
- 16
0
votes
1 answer
Pivotal Web Services and Kafka service
I have registered in Pivotal Web Services and do not see the Kafka service there. Is it available for a free trial plan ? How to use Kafka message broker with Pivotal Web Services?

alexanoid
- 24,051
- 54
- 210
- 410
0
votes
1 answer
Error when deploying Pivotal cloud foundry app
There was an unexpected error (type=Internal Server Error, status=500).
Error resolving template "index", template might not exist or might not be accessible by any of the configured Template Resolvers
So I simply followed the instructions given…

shrbisht
- 676
- 3
- 9
- 23
0
votes
0 answers
HTTP 404 status not found error
I am new to Spring boot application development. I have installed STS with most updated version in Windows 7. I am using jdk8. I have Pivotal server 3.2. When I am trying to run my project on server i am getting 404 status not found error in…
0
votes
1 answer
OQL to Query a List in GemFire
I am trying to form a OQL in GemFire which would query a particular attribute within the list.
I have huge number of Employee objects in GemFire with employeeId as the key.
On querying by ID we receive the following object. We convert the object…

Arijit Dasgupta
- 325
- 3
- 14
0
votes
1 answer
Encryption request with access denied in pivotal config server
When I run the script below, I get the following return:
{"error": "access_denied", "error_description": "Access is denied"}
How do I solve this problem?
const request = require('request');
request({
url: 'access_token_uri',
method:…

Marcelo Henrique
- 15
- 3
0
votes
1 answer
How to change admin password of a Django application after deploying it on pivotal cloud foundry?
I have deployed a simple blog application( using tutorials and python buildpack) using Django and deployed it on Pivotal Cloud Foundry. But I am unable to log in using the same admin credentials after it is in the cloud. How can I change the admin…

vinay kumar
- 35
- 7
0
votes
2 answers
Does users of PWS have the role of Admin?
I want to know if when you create an account in Pivotal you have the role of an Admin.
Here are the roles according to cloud foundry documentation https://docs.cloudfoundry.org/concepts/roles.html

Melchia
- 22,578
- 22
- 103
- 117
0
votes
2 answers
Deployment of Apache Drill in PCF
Is it possible to deploy Apache Drill project of Pivotal Cloud Data Flow platform ?

Pratik Joshi
- 248
- 2
- 6
- 23
0
votes
1 answer
Managing opened ports and ASGs in pivotal
I need to leave only several ports open(e.g. 80 and 443). I've read about ASGs, created json file with rules. But when I try to create ASG through terminal - it says Server error, status code: 403, error code: 10003, message: You are not authorized…

J is for Java
- 345
- 1
- 4
- 12
0
votes
1 answer
can someone explain how it is possible to downloading application logs files from cloudfoundry pivotal to local machine?
How can I download app logs files from cloudfoundry-pivotal to local machine. Any clue or links ?
can someone explain how it is possible to downloading application logs files from cloudfoundry pivotal to local machine ?
I created a jHipster…

Risen Joe
- 1
- 1
0
votes
1 answer
PCF - Pivotal App manager - Routing same URL to different version of same application.
We have two versions of application deployed to PCF.
Can we have same "Route / URL" for both the versions of application and define %of traffic each have to handle?
example.com/myapp -> Applicatoin instance 1 -> **Handle 90% of…

Anand
- 9,672
- 4
- 55
- 75
0
votes
2 answers
Will Java mail works in PCF cloud
I have written a service which sends an email using gmail smtp server and trying to deploy it in the PCF cloud. The service is working in my local as it connects to internet to authenticate and sends mails. Now I wonder if it works in PCF as it…

user09
- 920
- 2
- 12
- 38
0
votes
1 answer
Why is the JSP page not rendered while deploying a SpringBoot App in Pivotal Web Services while it works fine with Thymeleaf and other views
The application is deployed in pivotal web services and when I hit the application with the link https://webstore.cfapps.io/, the login.jsp page is not rendered.
The same application runs successfully in the local server. I tried for searching the…

santosh
- 140
- 1
- 13