Questions tagged [predix]

Predix is the operating system for the Industrial Internet. Predix is a General Electric Product

Predix is a purpose-built platform-as-a-service (PaaS) for developing, deploying, operating and monetizing Industrial Internet applications. Highly optimized for the unique and demanding requirements of industrial applications, Predix works with operating assets from any vendor or vintage. Predix captures and analyzes the unique volume, velocity, and variety of machine data generated across the industrial world within a secure, industrial-strength cloud environment.

Based on Pivotal Cloud Foundry, Predix uses a microservices architecture model where applications are created as a catalog of services instead of one tightly coupled monolith of code. Microservices architecture makes it much easier to change and maintain apps, which is particularly important for Industrial Internet apps that run 24/7, 365 days a year.

62 questions
0
votes
1 answer

UAA not working for Front End NodeJS application

I created service instance for UAA in Predix Console. In Predix Toolkit, I created user using clientID. I replaced configurations in localConfig.json: I double checked in Predix Toolkit for token checking it shows me a json format with list of…
Kumaresh Babu N S
  • 1,648
  • 5
  • 23
  • 39
0
votes
2 answers

Install Cloud Foundry binary on raspberry (linux v 4.4)

After installing maven and git I tried to install cloud foundry so while installing 32bit or 64 bit i am getting error: cannot execute binary file: Exec format error while running ./quickstart.sh it is asking for username and password and when I…
vineet
  • 11
  • 1
  • 3
0
votes
3 answers

Predix Analytics service with Angular Http request

We are trying to use a analytics service in predix. We have successfully generated the Access token and are able to get the time series data through time series service. But when we are trying to use the analytics service with my angular code http…
0
votes
1 answer

Need to create a button which will download the PDF file of report column row wise in polymerJS page

I want to create a Button in a polymerJS page, after clicking that button It should download the PDF with decorations (In table format, with rows and columns). Please Let me know what should I do. Thanks in Advance.
ArnabDutta
  • 61
  • 1
  • 11
0
votes
1 answer

Unable to push Grails 2.1.0 application to Predix platform

I am not able to push my grails application into Predix platform. I am very new to predix and here is what I am using to push the war application into predix cf push appstore --no-start -p target\oas-0.2.war --no-manifest and as per the project…
0
votes
1 answer

Attachment files received from webmail downloading to our pc and uploading them to Blobstore(By calling microservice)

Store store = session.getStore("imaps"); store.connect(host, "username", "password");//change the user and password accordingly Folder folder = store.getFolder("inbox"); if (!folder.exists()) { System.out.println("inbox not…
0
votes
1 answer

Predix indoor positioning api - GE system

Does anyone have any experience with the Predix indoor positioning API and actual devices ? I'm interested in the reliability of the positioning and how much of a burden the client app is on a phone.
0
votes
1 answer

how to execute analytic for anomaly detection in predix

I have subscribed uni-variate anomaly detection service available in predix catalog and I cloned predix-analytics-sample app from git.I tried to execute sample analytic demo-adder-java it is fine. when we are uploading analytic in predix tool kit we…
0
votes
1 answer

Uaac install: Permission denied error and Unable to download data from http://rubygems.org/ - no such name

Currently we are using mac version OS X El Capitan 10.11.5. Gem version : 2.5.1 and ruby version : ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15] ruby -ropenssl -e 'p OpenSSL::OPENSSL_VERSION' "OpenSSL 1.0.2g 1 Mar 2016" which…
Pavan Alapati
  • 635
  • 2
  • 8
  • 21
0
votes
2 answers

rvm cant install ruby-2.3.1

We are working on Setting Up Your Predix Mobile Development Environment for this we need ruby.First we are installed rvm $ rvm -v rvm 1.27.0 (latest) by Wayne E. Seguin , Michal Papis
Pavan Alapati
  • 635
  • 2
  • 8
  • 21
0
votes
2 answers

UAAC command line-utility not work

We are working on Predix Mobile SDK.So we are try to set Predix Mobile Development Environment for that we need set UAAC command line-utility .We flowed this link (https://github.com/cloudfoundry/cf-uaac). For Install we tried like this gem install…
Pavan Alapati
  • 635
  • 2
  • 8
  • 21
0
votes
3 answers

Is there existing cf-uaac for Windows?

Ii was trying to work with Predix, so is there existing tools for Creating and Managing Users with the UAA CLI (UAAC, cf-uaac) for Windows users? I know that https://github.com/cloudfoundry/cf-uaac/tree/master/lib existing solution for linux users,…
Evgeny G.
  • 1
  • 1
0
votes
1 answer

i want to update password of user in predix uaa but showing me error?

https://77b186f0-b9a1-4956-b72a-630108a331b7.predix-uaa.run.aws-usw02-pr.ice.predix.io/Users/daa7daaa-23b3-409d-b6ce-0857b76a62de/s102 Accept:application/json scope:password.write aud:password curl command curl --request POST \ --url…
yash
  • 51
  • 1
  • 3
0
votes
1 answer

Password Change using the UAA Rest API

I am working on a java client that links the UAA-API with my java controller. I have been facing issues in implementing the Password change functionality. Even with Postman I am unable to get the desired result. Following is how I am making the…
0
votes
1 answer

Error on Karaf (Predix 14.3) - 413 FULL head - 413 (Request Entity Too Large)

I have the following architecture BROWSER <-> Play Framework 2.2.1 + AngularJS <-(REST)-> Karaf and it works; when I introduce BROWSER <-> Apache Revere Proxy <->Play Framework 2.2.1 + AngularJS <-(REST)-> Karaf it works; when I add OpenID…
venergiac
  • 7,469
  • 2
  • 48
  • 70