When I try to deploy a simple JS HTTP adapter to Bluemix MFP8 I am getting the following error message:
[ERROR] Failed to execute goal com.ibm.mfp:adapter-maven-plugin:8.0.0:deploy (default-cli) on project TestAdapter: Unexpected response from http://nnnnnnnnn-server.mybluemix.net:80/mfpadmin/management-apis/2.0/runtimes/mfp/adapters: -> [Help 1]
Though I get the error message, the adapter is deployed and works fine. However, the error looks really bad and I cannot go do a customer POC.
I saw a post on this issue in stackoverflow.com Failed to deploy a sample Javascript HTTP adapter on MFP 8 (MobileFoundation Bluemix) for MFP8 beta and the answer was it is a known issue and resolved internally.
Even in MFP8 GA, this issue is not resolved. Any plans to fix this?
PS: When I deploy the same to the local MFP8 server, I do not see this message.