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

218 questions
1
vote
1 answer

Getting error when trying to export MariaDB service with MySQL Workbench

We used to use a service key to connect to the MariaDB service with MySQL Workbench for creating local backups,doing smaller data maintenance, comparing data with other instances (not necessarily on CloudFoundry etc.). This works perfectly by…
LBA
  • 3,859
  • 2
  • 21
  • 60
1
vote
1 answer

How to update MongoDB version in Swisscom Application Cloud?

I’m using the Swisscom Application Cloud, which is a Platform-as-a-Service (PaaS) using Cloud Foundry, to deploy a PHP application and I need MongoDB as a dependency to make queries. I’m using the composer.json to specify the mongodb/mongodb…
Julien
  • 159
  • 2
  • 16
1
vote
2 answers

Is it possible to create / alter PDF's inside the Server application (NodeJS on Swisscom Application Cloud)?

I'm want to create a PDF-file inside a NodeJS server-application (or at least fill inputs in a PDF-file). I found several solutions on google but am not sure if the Swisscom Application Cloud will allow me to run those modules, generate PDF's and…
dosbenzos
  • 21
  • 2
1
vote
2 answers

What is the default server characterset in mariadb inside the Swisscom Cloud and how can it be changed?

This is a request for clarification concerning the Swisscom Cloud MariaDB Service. This is not about the generic MariaDB default charactersets. I would like to know what the default character_set_server for the MariaDB Service on the Swisscom…
Chris
  • 3,245
  • 4
  • 29
  • 53
1
vote
1 answer

Swisscom Application Cloud: Docker volumes

Since volume service is not yet available on Swisscom is it possible to do something like this with docker on Swisscom cloud foundry: docker run -d --volume /mydata --name elastic-shared alpine echo My Data Container docker run -d --volumes-from…
1
vote
1 answer

Swisscom Application Cloud: External File System (Volume Services)

Is it possible to use External File System (Volume Services) on Swisscom Application Cloud?
1
vote
2 answers

Swisscom App Cloud: CF Push hangs/won't finish

Since today I have the problem that the CF push task in bamboo will hang on the Uploading app files step. I didn't change anything besides some environment variables and of course a bit of code. The log looks like this: Creating/updating app…
sandrooco
  • 8,016
  • 9
  • 48
  • 86
1
vote
0 answers

Running one-off Cloud Foundry Tasks

I use Bamboo CI to continuously build and push my app to the CF. On every deployment i want to drop, migrate and seed my database. If there are more than one instance the build sometimes fails, because Instance A tries to seed, when Instance B just…
1
vote
0 answers

Upload File to S3 Dynamic Storage

I'm having problems uploading files to a dynamic storage service. AWS.config.update({ accessKeyId: env.s3.accessKey, secretAccessKey: env.s3.sharedSecret, httpOptions: { agent: proxy(env.auth.proxy), }, }); this.s3Client =…
Timo Jokinen
  • 707
  • 7
  • 26
1
vote
1 answer

Swisscom Application Cloud: What mail service to use?

We have a Node.js application on the internal application cloud. What mailing service is recommended? I saw that RabbitMQ is available but it doesn't support smtp natively. In case it makes a difference: We don't need to access received mails - we…
sandrooco
  • 8,016
  • 9
  • 48
  • 86
1
vote
2 answers

migrate MongoDB container service - mongodump command not found

I am trying to migrate my MongoDB container by following the Swisscom tutorial. I am currently stuck because I cannot do the mongodump command $ mongodump --host localhost:13000 --authenticationDatabase -u -d…
jerem0808
  • 95
  • 1
  • 12
1
vote
1 answer

Why are my mongodb queries so slow (on Swisscom cloud)?

I am using a (small, 256 MB) MongoDB 3.2.9 service instance through Swisscom CloudFoundry. As long as our entire DB fits into the available RAM, we see somewhat acceptable query performance. However, we are experiencing very long query times on…
Chris
  • 3,245
  • 4
  • 29
  • 53
1
vote
1 answer

Unexpected app crashes: "hijack: Backend error: Exit status: 500 and could not find the exitcode file for the process"

app.crash index: 0, reason: CRASHED, exit_description: Instance became unhealthy: hijack: Backend error: Exit status: 500, message: {"Type":"","Message":"no space left on device","Handle":"","ProcessID":""} …
seinol
  • 71
  • 10
1
vote
1 answer

organization's memory limit exceeded

During deployment we get an error about exceeding the orgs memory limit: You have exceeded your organization's memory limit: app requested more memory than available How can we get more memory assigned? btw. is there any other way then to use SO to…
domi
  • 2,167
  • 1
  • 28
  • 45
1
vote
0 answers

why does cloudfoundry ssh drop the connection after 24 minutes?

We use the cf ssh command to open a tunnel so we can access the MariaDB from our jenkins job. cf ssh -N -L 13000:10.0.20.18:3306 hostapp & As soon as the tunnel is open, we have [liquibase][http://www.liquibase.org] connect to the DB to update the…
domi
  • 2,167
  • 1
  • 28
  • 45