For developers on macOS interested in creating Swift applications that span both client and server-side code, IBM Cloud Tools for Swift simplifies the management and deployment of server-side assets.
Questions tagged [ibm-cloud-tools]
104 questions
1
vote
2 answers
Is there a Mobile SDK for IBM Cloud Storage?
We plan to integrate IBM Cloud Storage into our iOS and Android applications. Does anybody know if there is an SDK available for this, like Amazon s3?
Help is highly appreciated.
Thanks!

vks
- 6,649
- 7
- 36
- 55
1
vote
0 answers
Adding files to bluemix volume
I am new to docker and bluemix and trying to deploy my application on bluemix. I want to add application config file in volume so that all the containers can read the same config file.
I followed all the steps given by bluemix here -…

Popeye
- 1,548
- 3
- 25
- 39
1
vote
0 answers
Deployment failed in bluemix. "Unable to get organization from Cloud Foundry"
I am having problems with deploying an app on Bluemix.
The following error is showing up in the pipeline in the deploy stage:
Unable to get organization from Cloud Foundry
It was working correctly before and now seems to be looking for…

Lajon
- 311
- 1
- 9
1
vote
3 answers
No Longer Possible to Access Bluemix Containers via SSH Key?
It seems like that Bluemix Containers are now no longer available with SSH key access just like the enclosed picture. What happened?
Could anyone tell me how to restore the SSH key access on Bluemix Containers?

Andy
- 11
- 1
1
vote
1 answer
No Orgs for User IBM Cloud Tools for Swift
Getting this error:
No Orgs for User. Go to Bluemix.net and sign in to create your org
When using IBM Cloud Tools for Swift.
There is an org created in the Bluemix account.

acastano
- 807
- 9
- 9
1
vote
3 answers
Remotely check CPU, memory and disk space IBM Bluemix PHP instance
Remotely check CPU, memory and disk space IBM Bluemix PHP instance.
I have a php instance running in IBM Bluemix.
Now I want to check the CPU, Memory and Disk Space from an external program by calling a php web page.
For CPU I tried the following…

arjan kroon
- 813
- 2
- 9
- 22
1
vote
1 answer
HttpHostConnectException when Validating Account in Creation of IBM Bluemix Server
Unable to communicate with server - I/O error on GET request for "https://api.ng.bluemix.net/info":Connect to 10.81.82.132:80 [/10.81.82.132] failed: Connection timed out: connect; nested exception is org.apache.http.conn.HttpHostConnectException:…

Ryan_Evans
- 11
- 4
1
vote
3 answers
Bluemix remote debugging session not starting
I have followed the Bluemix/Eclipse instructions to setup the Liberty servers in eclipse. Able to do everything with the Bluemix/eclipse tools except for remote debugging.
Receiving the following exceptions/errors when I select the "Enable Debug…

R S
- 21
- 3
1
vote
2 answers
bluemix packaged server deployment: subsequent deployments
I have an application that was pushed to the Liberty runtime via the packaged server deployment method. In the future, if I make changes to my code without having to change my server.xml, do I still have to build a package and deploy the same way?…

Michael Daly
- 11
- 3
1
vote
3 answers
How to deploy application in bluemix from eclipse
When I try to deploy application to bluemix, I get following error
Error: Host taken error. A different mapped application URL is required before pushing or starting the application.
Though If I download a default application created bluemix,…

Amit
- 2,080
- 3
- 19
- 24
0
votes
0 answers
IBM cloud Pak for business automation workflow
In IBM cloud Pak for Business automation workflow I have created a process, now I need to start the process or extract the process data using postman or REST. But the IBM is not allowing me to fetch the data, there is a authorization error.
I was…

Rithik
- 1
- 1
0
votes
0 answers
IBM cloud resource list
While setting up IBM Cloud resource list accounts I see resources added by my group member - they added me to a resource group and since then which ever resources they add show up in my resource list. When I try to create a new project using AutoAI…
0
votes
0 answers
Error staging application: App staging failed in the buildpack compile phase Failed (python)
I am uploading my django application to cloud foundry, here is my manifest.yml file
applications:
- name: onlinecourse
routes:
- route: madhavatreya.au-syd.cf.appdomain.cloud
memory: 128M
buildpack: python_buildpack
- name:…

raghav
- 1
- 6
0
votes
1 answer
Securing NodeRED dashboard from unwanted access
I'm trying to create some kind of user authentication to prevent unwanted access to my NodeRED's User Interface. I've searched online and found 2 solutions, that for some reason didn't worked out. Here they are:
Tried to add the…

AlexMacabu
- 127
- 9
0
votes
1 answer
not able to get result json from ibm cloud function action through docker java run time
I am trying to run Java standalone app as docker image in IBM Cloud function.
Java Code :
import com.google.gson.JsonObject;
public class Hello {
public static JsonObject main(JsonObject args) {
String name = "stranger";
if…

Kumar
- 955
- 5
- 20
- 50