Questions tagged [ibm-cloud-plugin]

Use this tag for questions related to IBM Cloud Plugins, used for extending IBM Cloud CLI capability.

IBM Cloud CLI supports a plug-in framework to extend its capability. You can install a plug-in from a repository, a web URL, or install a plug-in binary locally.

Useful Links:

  1. Documentation
  2. Repository
54 questions
3
votes
3 answers

Bluemix Push Plugin error for Cordova iOS build

I am trying to integrate bluemix push services to my Cordova application. Using the sample from the link below: https://github.com/ibm-bluemix-mobile-services/bms-samples-cordova-hellopush When i follow the process on iOS and try to build the app,…
3
votes
1 answer

How to read VCAP_SERVICES env variable in java script

I'm getting java script error - 'Uncaught ReferenceError: process is not defined' while trying to refer below code in my JavaScript. if(process.env.VCAP_SERVICES){ } Should I need to include or declare or define any thing before reading…
2
votes
1 answer

Google Cloud Memcache equivalent on IBM Bluemix

I'm developing a webservice on IBM Bluemix with Liberty for Java and Cloudant and I have to cache some data in memory. The auto-scaling component creates new instances of my application and I would a shared cache between instances. Is there a sort…
2
votes
1 answer

Python app with tesseract does not work on Bluemix

I have a python application which uses tesseract for detecting checkboxes in scanned images, works perfectly fine on my local machine, but when I push my code to Bluemix along with the python-tesseract buildpack it fails generating the output file…
2
votes
2 answers

IBM Bluemix Cloud: IBM SDK for Node.js - Can our apps in Bluemix keep the existing version without auto-updates?

We tried to test IBM Bluemix Cloud and Watson Cloud by running several Watson Cloud demo node.js apps inside our accounts, we noticed the following situation: After we installed the demo apps inside our account, it runs without problem; Because I…
2
votes
1 answer

Visual analytics on bluemix

How can I run visual analytics on historical IoT data on #Bluemix? There are services like Real-time Insights and Streaming analytics for real-time data analytics, but is there a service for historical data analytics and visualization?
Parth Desai
  • 49
  • 1
  • 3
2
votes
2 answers

Unable to install most Bluemix CF plugins

Attempting to install plugins from the Bluemix Plugin Repository using the latest cf client: cf version 6.14.0+2654a47-2015-11-18 on both Mac OSX and Centos 7, I get the following error when attempting an install from the repo (the following are…
2
votes
1 answer

Getting a BlueMix app through a firewall

I am currently working on a java back end server that I am deploying to bluemix. It is a standard web app, built out with maven and hits a mounted data base. Standard stuff. The question becomes is that two of the end points that I am using are…
2
votes
2 answers

Connecting to Bluemix from Eclipse

I am trying to connect to Bluemix from Eclipse using this url : https://api.ng.bluemix.net I entered my Bluemix id and password but it said wrong email or password. I do not know what was wrong since I was able to use both from my Bluemix console?
1
vote
3 answers

Having an issue installing IBM Cloud CLI on Windows 10

I am following the instructions to install IBM Cloud CLI on a Windows 10 virtual machine found here https://console.bluemix.net/docs/cli/index.html#overview and I am coming across this error on Step 1. I am unsure why it is looking for a…
1
vote
1 answer

Failed to publish build information on to IBM devOps Insights using Jenkins

I have configured Jenkins to publish build information on to DevOps Insights. I was able to verify the build frequency in DevOps Insights. But i was not able to see the error logs. Could you tell me, if below configuration will publish the error…
1
vote
2 answers

Native CMS in IBM Bluemix

We are trying to migrate our corporate web which is build in php and laravel to IBM. This web has his own CMS. So the question is if there is a CMS native than can run in IBM Bluemix, or if IBM has his own CMS. We found Box in IBM Cloud Foundry, but…
murielty
  • 11
  • 1
1
vote
1 answer

Can't use bx plugin repo-add

When I try this: bx plugin repo-add CF-Community http://plugins.cloudfoundry.org I get: FAILED An error occurred when obtaining plug-ins from the repository. Error response from server. Status code: 404; message: 404 page not found Try again…
1
vote
0 answers

How to run a jar file within node.js application on Bluemix

I have a node.js application where I'm trying to run a jar file and get the result. I succeeded using this code. var exec = require('child_process').exec; var child = exec('java -jar ./helloworld.jar', function (error, stdout, stderr){ …
user7350714
  • 365
  • 1
  • 6
  • 20
1
vote
1 answer

cf ic create volume error in bluemix

I need an advice for a trouble with "cf ic create volume" in bluemix for a days. I want to know the cause of the failure, whether bluemix's issue or issues in my setup procedure. The command and response in the Docker Quickstart Terminal on Windows…
Yoshio Ono
  • 11
  • 2
1
2 3 4