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
0
votes
1 answer

Unable to install IBM Bluemix Eclipse plugin for Luna and Mars

I am tried to install IBM Bluemix eclipse plugin for Eclipse Mars from Eclipse Market place. Eclipse listing all required libraries and dependencies but installation its showing following error as shown in image. Note: I was able to download…
0
votes
1 answer

How to scan and read MICR code on Bank cheque using OCR scanner or any API available in MobileFirst Platform?

One of my android projects requires a feature of OCR reader to read the MICR code on the bank cheque leaf in. We have tried a sample code of android native application which is scanning the page and reading the maximum different types of fonts. But…
0
votes
4 answers

IBM Bluemix : How the deploy an application on Bluemix?

I am new to IBM Bluemix, till now the application (Spring-Hibernate-Rest App) was running on Tomcat Apache server of Oracle ecosystem but because of some requirement changes now it needs to be deployed on Bluemix (IBM), How can I migrate the Apache…
Soumyaansh
  • 8,626
  • 7
  • 45
  • 45
0
votes
1 answer

CloudFoundry CLI: Could not load en_US language files

This error randomly appears while the IBM Container executes a shell script that invokes the cf ic commands. Restarting the container appears to fix this problem. Why am I seeing this? What is the fix please? cf version…
pkashyap
  • 1
  • 1
0
votes
2 answers

Is there any way to get logs of SQL Database in Bluemix?

I have a Bluemix application which is using SQL Database. I want to see logs of the database. Like what is the recent modification of data or tables? Please advise.
0
votes
1 answer

When starting WAS 8.5 app server from a docker container getting 502 Bad Gateway error

I have a docker image that install the WAS 8.5 (Developer Edition) with fix packs. Now I create and start my Docker Container (was8cont) exposing few public ports. Now when I start the App Server using command -- docker exec was8cont…
-1
votes
1 answer

application deployment in bluemix

For some reason suddenly I am unable to deploy my current application in bluemix server, every time I deploy it fails with following error Error: Invalid application deployment information for: econfig-poc-backend-adapter - Unable to deploy or…
Amit
  • 2,080
  • 3
  • 19
  • 24
-3
votes
1 answer

Eclipse Neon 3 (4.6.3) is giving publishing error while deploying Node js onto IBM Bluemix

Whenever I am trying to publish the node.js application on Bluemix from Eclipse Neon 3 (4.6.3)` its giving me publish failure error. An internal error occurred during: "Publishing to IBM Bluemix...". …
-3
votes
1 answer

How do i connect the php file to connect database using IBM Bluemix?

I have some problem code line $servername="us--------03.cleardb.net"; $user="be9-------0"; $pass="f9-------"; $db="ad_50f-------fa6a"; $con = mysql_connect($servername, $user, $pass, $db); mysql_select_db($db); My Requirement I implement…
B.Nadesh kumar
  • 216
  • 1
  • 10
1 2 3
4