Problem:
Stratusphere 5.8.7 in AWS (only AWS is affected for 5.8.7)
Stratusphere 5.8.6 may have JSON errors AND/OR problems authenticating with the login box
Stratusphere 5.8.5 may have JSON errors in the APIbuilder
***NOTE: You will need to make sure that either your IP/subnet is listed in the API Client IP's field in Administration, HUB Admin, Configuration, bottom 'Other Settings' section OR that the account you're using to authenticate in the APIbuilder has been set to allow API access in Inventory, Users. (Try: ssadmin@Local Directory / sspassword)
***Only proceed after confirming the above in the NOTE.
Possible Resolution:
1. Use WinSCP or FileZilla to upload the appropriate file to the HUB appliance as friend/password
2. SSH using Putty or similar tool as friend/sspassword and run su - to become root (same pw), then execute:
FOR 5.8.5 ONLY:
cd /var/www/html/apibuilder
unzip -o /home/friend/api-builder-5.8.5_patch.zip
chown apache:apache index.html js/api-builder.js
chmod 444 index.html js/api-builder.js
FOR 5.8.6 ONLY:
cd /var/www/html/apibuilder/js
unzip -oj /home/friend/api-builder-5.8.6_patch.zip
chown apache:apache api-builder.js
chmod 444 api-builder.js
FOR 5.8.7 on AWS ONLY:
cd /var/www/html/apibuilder/js
unzip -oj /home/friend/api-builder-5.8.7aws_patch.zip
chown apache:apache api-builder.js
chmod 444 api-builder.js
3. Close/re-open browser and try APIBuilder again - you may even need to clear your cache or even test in another browser. If its still not working, double-check the items in the above NOTE section.
Product: Stratusphere FIT/UX
Product Version: Stratusphere 5.8.5, 5.8.6 and AWS 5.8.7
Updated: Jan 22, 2018