Questions tagged [swisscomdev]

Swisscom Application Cloud is a cloud platform based on Cloud Foundry.

Swisscom Application Cloud is a platform as a service (PaaS) offering by Swisscom, a telecommunications provider from Switzerland. The platform is based on Cloud Foundry.

References

217 questions
7
votes
2 answers

Cannot run Cloudfoundry Task - Unexpected Response 404

After my app is successfully pushed via cf I usually need do manually ssh-log into the container and execute a couple of PHP scripts to clear and warmup my cache, potentially execute some DB schema updates etc. Today I found out about Cloudfoundry…
LBA
  • 3,201
  • 1
  • 14
  • 42
6
votes
2 answers

Insufficient memory in swisscom cloudfoundry springboot app

I have a SpringBoot app which only needs max. 284 MB memory. But I can only start the app with max. 768 MB memory. Even if I reduce the memory later I always get the following error: [APP/PROC/WEB/0] ERR Cannot calculate JVM memory configuration:…
surfspider
  • 637
  • 2
  • 8
  • 21
6
votes
1 answer

Header "Strict-Transport-Security" twice in response with Swisscom CloudFoundry application

When using the Swisscom CloudFoundry solution with a Spring Boot application, two Strict-Transport-Security headers are added to a HTTPS response. I have looked into this issue, and found out that several headers are added by the CloudFoundry…
6
votes
2 answers

How to deploy a Docker image from a private repository on Cloud Foundry?

I pushed a local Docker image with docker push bspartifact.artifactory.example.com/bspartifact:1.0 to my private Docker hub. How can I now deploy that image to Cloud Foundry? The repo is secured by a basic authentication with username and password.…
jz22
  • 1,640
  • 2
  • 20
  • 37
4
votes
1 answer

Atmos - Cyberduck

If you like to use the S3 with the popular Cyberduck app, from Swisscom Application Cloud you have to use a custom connection profile with AWS2. You can find this profile here for download Authentication with signature version AWS2 Incomplete…
3
votes
1 answer

Automated backup within cloud foundry for maria db and s3

We use Cloud Foundry provided by swisscom for several of our applications. Now we ask ourselves how we can best implement automated backups within cloud foundry for db and s3. Any recommendations? Thanks for the support.
dar
  • 31
  • 2
3
votes
1 answer

How to configure Kibana for Swisscom elasticsearch public cloud (CloudFoundry)

Note: This question is specific to the Elasticsearch service provided by Swisscom Question: (a.k.a: tl;dr) What configuration is required to get the official Kibana docker container to connect to a Swisscom Elasticsearch Service? Background: Up…
Chris
  • 2,875
  • 4
  • 24
  • 46
3
votes
2 answers

Access CF service without running app

Our CF hosted application (java) has crashed because of a database issue. The database service (mariaDB) is still running but I cannot connect to it using my service key and ssh because the app is down. Is there any way to access a service on cloud…
Diego A.
  • 85
  • 5
3
votes
1 answer

Spring Boot HTTPS redirect loop after Swisscom Application Cloud update

We are using the Swisscom Application Cloud to run our Spring Boot application. After their "Migration to multi-cloud environment" on 2018-02-22 (Swisscom Status Page), our application completely failed to serve any request. The problem was found to…
ssc-hrep3
  • 10,806
  • 4
  • 35
  • 77
3
votes
1 answer

Upload public files AWS S3

My application has an entity (let's say a blog post) and each post can have multiple files attached and an image. Every user should be able to see / download those files / images. How can I get a public url to those files. I'm asking because I…
Timo Jokinen
  • 665
  • 9
  • 20
3
votes
1 answer

Internal Server Errors are mapped to 302 Found with a redirect to "/offline_pages/" on Swisscom CloudFoundry

We are using the Swisscom CloudFoundry solution with a Java and a Node.JS application. Since very recently, every HTTP status code starting with 5xx (tested with 500 and 503) is automatically mapped to the status code 302 Found with a redirect…
3
votes
1 answer

where can I find the docu for the service connector?

I'm not able to find the service connector documentation. When searching for "service connector" in the documentation, I get this link - but it points into the nirvana... where can I find the correct documentation?
domi
  • 1,957
  • 1
  • 20
  • 41
3
votes
1 answer

Push state enabled & context path routing: Static assets are not found on the server

I deployed a react app to cloud foundry by using the static buildpack. The goal is making the app accessible under domain.com/path. So I configured the route accordingly to his blog post: https://www.cloudfoundry.org/context-path-routing/ Also, I…
FunkyFabe
  • 93
  • 1
  • 7
3
votes
2 answers

How to find out if an app is currently stopped with CloudFoundry in Swisscom Cloud? Header X-Cf-Routererror reliable?

We would like to add a maintenance page to our front-end which should appear when the back-end is currently unavailable (e.g. stopped or deploying). When the application is not running, the following message is displayed together with a 404 status…
ssc-hrep3
  • 10,806
  • 4
  • 35
  • 77
3
votes
1 answer

Losing connection to Redis Service

We have a Symfony application deployed on a Swisscom provided Cloudfoundry Instance. Additionally we're using a Redis Service provided by Swisscom for caching. It happened now two times that we're getting a timeout for the Redis Connection which…
LBA
  • 3,201
  • 1
  • 14
  • 42
1
2 3
14 15