PredixDev / predix-rmd-ref-app

predix-rmd
Other
74 stars 98 forks source link

Build fails, when UUA request sending #2

Closed lordoftheflies closed 8 years ago

lordoftheflies commented 8 years ago

I try to execute the install scripts, and a UUA curl request for ACS authorities fails with a not too informant error message:

Your browser sent a request that this server could not understand.

Attached a log from the build script execution.

lordoftheflies commented 8 years ago

The problem in the build script (installRefApp.py, lin 447):

acsSubjectCurl = 'curl -X PUT "'+ACS_URI+'/v1/subject/rmd_user_1 "' +'-d "@./acs/rmd_user_1_role_attribute.json"'+headers

Change to:

acsSubjectCurl = 'curl -X PUT "'+ACS_URI+'/v1/subject/rmd_user_1 "' +' -d "@./acs/rmd_user_1_role_attribute.json"'+headers
swapnavad commented 8 years ago

As per the logs , the error is mentioned below . It is an issue with ACS service not able to delete ACS service instance . Please file a support ticket, mentioning the error below. App rmd_ref_app_ui_laszlo_hegeds does not exist. Deleting service rmd_uaa_laszlo_hegeds in org laszlo.hegeds@ge.com / space hydra as laszlo.hegeds@ge.com... FAILED Server error, status code: 502, error code: 10001, message: Service broker error: Unsupported service definition id.

swapnavad commented 8 years ago

Also the ACS space issue is fixed on the develop branch and will be release with next push, the next release has ACS implementation on the data seed application

john-k-ge commented 8 years ago

The ACS issue was resolved yesterday with a restart of the service broker; I confirmed that services can be deleted successfully a few mins ago. @lordoftheflies Did you capture this log yesterday afternoon or earlier? Were you able to successfully build the ref app with the change in your pull request?

lordoftheflies commented 8 years ago

Earlier. After my changes the reference app is worked smoothly.