Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
79 views

Context: I have a Cloudfoundry app running on Ruby 3.0. I'm using a forward proxy to access an external API and that proxy is going away soon so I have to switch to a new service. Problem: When I ...
Sylvain YVON's user avatar
0 votes
0 answers
24 views

I'm running a cloud foundry app with multiple instances, that I usually scale manually. The app processes fairly large tasks, one task can take between a few minutes to a few hours. Now, when I need ...
Emil Bode's user avatar
  • 1,879
0 votes
1 answer
92 views

I have a svelte project that basically is a database of links to internal or external files represented visually as a table. Nothing uber-fancy. So, I've read in other post on StackOverflow that I ...
forkintheass's user avatar
0 votes
0 answers
55 views

I am trying to deploy the standard OTel Collector Contrib Docker image to Cloud Foundry. Following OTel's documentation of how to configure the collector I am trying to inject the OTel collector's ...
FloW's user avatar
  • 239
1 vote
0 answers
45 views

We are using React for our UI project and backend is in Spring Boot. We are trying to deploy our application in canary landscape in 4 different cf spaces, say, dev, test, e2e, and demo. We are using ...
Rahul Bhardwaj's user avatar
1 vote
2 answers
360 views

Chrome crashes when I open a webpage written with Web Components. It started happening with version 128.0.6613.113. I have the latest version installed: 128.0.6613.120, even with this version chrome ...
Aahlad Kethineedi's user avatar
0 votes
1 answer
45 views

I have one application running in two cloud foundary servers. I have hazelcast in-memory caching enabled for these two pools. The nodes are not in sync so one node has updated data but the other has ...
m mishra's user avatar
0 votes
1 answer
44 views

We have API for Get a Buildpack, but I cant find download option here Content-Type: application/json { "guid": "fd35633f-5c5c-4e4e-a5a9-0722c970a9d2", "created_at&...
Rohit Bharati's user avatar
2 votes
1 answer
816 views

I have a SAP CAP Full Stack app. I also have some custom UI5 code - XML Views and JS controllers. Everything is working fine, but if I just change the sap.app/id section in the manifest.json file (...
Aleksandar Grujic's user avatar
1 vote
0 answers
251 views

I followed the following tutorial ( https://developers.sap.com/tutorials/btp-cf-buildpacks-python-create.html ). When I just call the backend via a browser it just works. I modified the backend so ...
Mac Mustermann's user avatar
0 votes
1 answer
203 views

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; ...
forkintheass's user avatar
0 votes
1 answer
287 views

With the newly added ability on Java build pack to support monitoring using Opentelemetry javaagent is nice. We have written extensions to this javagent for monitoring our custom libraries - we can ...
naav's user avatar
  • 123
0 votes
2 answers
357 views

I am trying to update our instance of Spring Cloud DataFlow from 2.9.4 to 2.11.2 but I'm getting errors during deployment to our PCF (Pivotal CloudFoundry) environment. I am totally unsure about what ...
Favna's user avatar
  • 350
0 votes
1 answer
189 views

I am trying to push a Laravel application with the CF CLI. I created a new Laravel application, a manifest.yml and tried to deploy it but got the error "Could not open input file: artisan". ...
Skakuz's user avatar
  • 1
0 votes
1 answer
223 views

I'm trying to create a maven java project with spring boot and deploy it to SAP BTP. the generated project from spring boot version is 3.2.1 and i have checked the java version is 17 as shown below. ...
s99's user avatar
  • 119
0 votes
0 answers
22 views

Cloud Foundry - can we auto scale app based on number of concurrent users e.g would this be a custom metric and how does this work ?
DavidU's user avatar
  • 135
0 votes
1 answer
286 views

I'm using Hazelcast (v5.2.1) in embedded mode, within my Spring Boot application, with a TCP IP configuration, I'm experiencing an intermittent issue where new instances will not attempt to connect to ...
YourAvgDev's user avatar
-2 votes
1 answer
2k views

I am trying to deploy a Flask hello world application on Cloud Foundry using GitHub Actions. I am getting below error while running main.yml file: Can't find 'action.yml', 'action.yaml' or 'Dockerfile'...
Graphiomaniac's user avatar
0 votes
1 answer
405 views

What I am trying to accomplish I'm trying to get a Spring Boot application running on Cloud Foundry, which also need some things that need to be installed with apt. To install said things, I'm using ...
Puck's user avatar
  • 53
1 vote
1 answer
338 views

Error while pushing application to Cloud Foundry after the installation of packages. Type of application: Next.js
ayeshas7's user avatar
0 votes
1 answer
286 views

I am upgrading an existing Spring Boot Project from 2.6.14 to 3.1.1. After my upgrade I am no longer able to connect to Redis using my cups in Tanzu Cloud Foundry. The cups is working for both ...
Julie Dougherty's user avatar
0 votes
1 answer
139 views

Can a process running inside a Cloud Foundry app container be enabled to create a TCP connection to a port opened by a process running on the Diego Cell hosting the container? If so, are there ...
Jan's user avatar
  • 361
1 vote
1 answer
805 views

I have a few secrets maintained in credhub service in PCF. There are many secrets associated to the application maintained in one credhub service. My question is how can we edit a single secret ...
Sanal Kumaran's user avatar
0 votes
1 answer
252 views

I am quite new in developing a custom buildpack. I want to set some container level environment variables. I added the export commands in a created script under /bin/supply . # setup defaults mkdir -p ...
sailhenz's user avatar
  • 1,132
1 vote
1 answer
516 views

While upgrading Spring Cloud Services from 2.4.1 to 3.5.5, we are seeing issues with the app not able to connect to Rabbit MQ service in cloud foundry. It throws the following exception:- c.r.client....
Aravind1986's user avatar

1
2 3 4 5
66