Questions tagged [ibm-cloud]

IBM® Cloud platform (formerly Bluemix) combines platform as a service (PaaS) with infrastructure as a service (IaaS) to build, run, deploy, and manage applications on the cloud. Additionally, the IBM Cloud platform has a rich catalog of cloud services that can be easily integrated with your applications. Supported programming languages and runtimes include Java, Node.js, Swift, Go, PHP, Python, and Ruby, and other languages.

IBM Cloud platform is based on open source technology. In addition to using IBM Cloud platform to build Web applications for multiple frameworks - including iOS - you can create Kubernetes and OpenShift clusters, or launch virtual server instances. IBM Cloud platform follows a Hybrid Cloud model meaning that the apps, containers, and VMs that you use with the platform are portable across public, dedicated, and on-premises clouds.

The IBM Cloud platform console provides application boilerplates to help you get started. The IBM Cloud platform console offers a growing catalog of over 100 services to build applications.

Service categories

  • Compute: Obtain access to bare metal and virtual servers
  • Storage: Store unstructured data in the cloud
  • Network: Secure VPN connections, orchestrate load balancing, and use other network services
  • Security: Configure firewalls and secure connections
  • Containers: Deploy Kubernetes and OpenShift clusters and use Docker-based containers
  • VMware: Integrate VMware solutions
  • Boilerplates: Use templates to help you get started with various services
  • APIs: Create, manage, enforce, and run APIs
  • Application Services: Deliver applications that include business rules, automation, an application server, and more
  • Blockchain: Integrate the IBM Blockchain technology in your environment
  • Cloud Foundry Apps: Choose from multiple runtimes including Liberty for Java, SDK for Node.js, and Swift
  • Data & Analytics: Select from a variety of database options, including Compose, and incorporate big data analytics
  • DevOps: Go from application development to deployment with continuous delivery, auto-scaling, globalization, and alert notifications
  • Finance: Manage your investments and finances
  • Functions: Execute serverless event-driven programming (IBM Cloud Functions)
  • Integrate: Access API management, product insights, secure gateway functionality
  • Internet of Things: Manage connected devices using IoT foundation and IoT for electronics
  • Mobile: Integrate push notifications, testing, tuning, and analytics for mobile applications
  • Watson: Add cognitive abilities to applications

When asking questions about the IBM Cloud platform, you should:

  • Ensure you are asking a technical question about using the IBM Cloud platform or services. (For questions about your account or IBM Cloud platform offerings, ask at IBM developerWorks Answers or open a support ticket.)
  • Search Stack Overflow to see if somebody else has already asked the same question.
  • Explain what you were trying to do when you encountered the problem. What software versions were you using? Is there anything else about your environment that could lead to the problem?
  • Provide code samples where possible. Isolate the problem and reproduce it with as little code as possible.
  • Include the tag, plus an additional tag to indicate the service or technology in question.

Getting support for the IBM Cloud platform

  • Ask technical questions on Stack Overflow about programming and deploying applications using the IBM Cloud platform and services. The IBM Cloud platform Development and Support teams monitor Stack Overflow closely.
  • Ask non-technical questions about the IBM Cloud platform offerings at IBM developerWorks Answers. It’s also the best place to ask questions about getting started with the platform.
  • Open a support ticket to get answers to your issue especially if you cannot find the answer in the forums. See Getting Customer Support for details on contacting Support and opening tickets.

Helpful links

6810 questions
5
votes
0 answers

Error loading p12 on WAS Liberty on bluemix: java.io.IOException: insufficient data

I'm tring to load p12 for send APNS notifications with: InputStream in = new FileInputStream(certPath); KeyStore ks = KeyStore.getInstance("PKCS12"); ks.load(in, certPass.toCharArray()); Error when execute on bluemix liberty runtime with IBM…
5
votes
3 answers

Exception thrown by application class 'com.sun.xml.messaging.saaj.soap.SOAPPartImpl.:119'

I am trying to Deploy a Java application over Bluemix. When I deploy it on my local Liberty Server(Liberty 16.0.0.2), it works fine and I am able to hit the URL from a SOAP client. But when I try it on Bluemix, it gives me this error: Exception…
voucher_wolves
  • 565
  • 10
  • 20
5
votes
1 answer

Setting up a Node.js js server with Angular 2 frontend using Typescript

I want to host my web application on IBM Bluemix and want Angular 2 using Typescript as the frontend and Node.js as the backend. How do I set up the server and connect it to the frontend and mainly, which transpiler do I use to transpiler the ts…
GrumpyDwarf97
  • 51
  • 1
  • 2
5
votes
3 answers

Where to get the Alchemyapi API key?

I'm doing the, Getting Started with AlchemyAPI Using Ruby, Ruby tutorial. But I cannot seem to find my API key. Source: http://www.alchemyapi.com/developers/getting-started-guide/using-alchemyapi-with-ruby At step 3: 3) Configure the Ruby SDK to…
tim_xyz
  • 11,573
  • 17
  • 52
  • 97
5
votes
2 answers

Switching bluemix app+services from one space to another

What is the easiest way to move the application and the services provisioned (together), from one space to the other? I understand that the service and app's are tied to a space but the usecase is that there are lot of applications that are created…
Kapil
  • 93
  • 5
5
votes
2 answers

Has anyone heard about a replacement for the Concept Expansion service?

I have been learning about the IBM Watson services and Bluemix over the last few months. I had previously looked at the Concept Expansion service but when I returned to the page where this service is described, I found the message from IBM that this…
Paul Courtney
  • 119
  • 2
  • 9
5
votes
2 answers

How create User Database in Cloudant just like parse.com does?

I am developing mobile apps(IOS), I have read couchDB documentation to access it using HTTP Api, But 1.how do I implement user sign up,user sign in,email verification? just like parse.com is doing. My plan is to create a database with users and…
Balu M
  • 157
  • 13
5
votes
4 answers

Is Bluemix HIPAA compliant?

Is IBM Bluemix a HIPAA compliant platform? If yes, please provide me with a link to the official documents stating that. If not when is it expected to be?
Marko
  • 570
  • 5
  • 21
5
votes
1 answer

bluemix cloudant performance - Replication

I have an IBM Bluemix application using the Cloudant Bluemix service. Sometimes the calls to Cloudant are slow (several seconds), and a minute later the same call is sub-second. We're not hitting it too hard, but none the less, I thought I would…
D Krissell
  • 53
  • 3
5
votes
2 answers

Is a websocket the least memory intensive approach to moving JSON data from Arduino Uno to Bluemix?

I really need to some help. Nothing broken, just needs some guidance. I have an Arduino Uno and AdaFruit CC3300 Wifi Shield. I have built a well functioning solar powered weather station and have saturated every analog and digital io. All is…
DPGUITARMAN
  • 161
  • 1
  • 2
  • 12
5
votes
1 answer

How can I link a Container Group with a Container?

Note: This is a question related to Docker support in Bluemix. I know how to link a Container with a Container, using --link parameter when starting the second Container with ice run command. But I haven't found a way to link them, when using a…
Jose Miguel Ordax
  • 1,151
  • 1
  • 9
  • 20
5
votes
1 answer

Bluemix, push application with server.xml vs whole Liberty Server, is there performance difference?

I have a multiple options to push my application to Bluemix, single WAR or EAR file, WAR file with server.xml file if I need some customization in settings or even push whole Websphere Liberty Server. When do I need to use the last option and what…
Anatoly
  • 5,056
  • 9
  • 62
  • 136
5
votes
2 answers

PDO Fatal error on Bluemix

I'm really stuck in making PDO working with PHP in bluemix. I can't use it, everytime I get this error: Fatal error: Class 'PDO' not found in ... Then i've added the options.json under .bp-config\ { "PHP_VERSION": "{PHP_55_LATEST}", …
notme
  • 451
  • 6
  • 17
5
votes
2 answers

How can I fix the permissions using docker on a bluemix volume?

In a container, I am trying to start mysqld. I was able to create an image and push to the registry but when I want to start it, the /var/lib/mysql volume can't be initialized as I try to do a chown mysql on it and it is not allowed. I checked…
abo
  • 61
  • 1
  • 7
5
votes
1 answer

IBM Watson Visual Recognition Service in Bluemix always returning empty content

I'm trying to test the IBM Watson Visual Recognition Service in Bluemix using the API tester. 1st I want to get the list of valid labels: I open the API tester:…
Romeo Kienzler
  • 3,373
  • 3
  • 36
  • 58