IBM / Ionic-MFP-App

This repository contains instructions to develop a secure, enterprise-grade Ionic/Cordova based hybrid mobile app that connects to CouchDB/Cloudant and ObjectStorage via IBM Mobile Foundation service.
https://developer.ibm.com/patterns/develop-hybrid-mobile-app-with-cloud-native-back-end/
Apache License 2.0
15 stars 25 forks source link

Not able to deploy adapter by using mfpdev-cli at WIN10 #26

Open premcarver opened 5 years ago

premcarver commented 5 years ago

I am not able to deploy adapter by using mfpdev-cli at WIN10.

I have install mfpdev-cli with all possible different ways (through npm command pointing to npm reg | with no optional | by providing the path of downloaded cli from developer console ) but none of them are working.

In fact in all cases, It says "Successfully deployed adapter: " but when I check on my local mfp server it is not getting deployed. I have to do it manually.

Below are the command output with successful message but actually its not happening.

PS C:\Users\premckum\workspace\pulse\Adapters\WSO2Adapter> mfpdev adapter build Building adapter... Successfully built adapter PS C:\Users\premckum\workspace\pulse\Adapters\WSO2Adapter> mfpdev adapter deploy Verifying server configuration... Deploying adapter to runtime mfp on http://localhost:9080/mfpadmin... Successfully deployed adapter PS C:\Users\premckum\workspace\pulse\Adapters\WSO2Adapter> mfpdev -v 8.0.0-2018040312 PS C:\Users\premckum\workspace\pulse\Adapters\WSO2Adapter> mfpdev adapter deploy -x Using default server URL found in pom.xml: http://localhost:9080/mfpadmin Using default username found in pom.xml: admin Using default password found in pom.xml Using default runtime found in pom.xml: mfp Deploying adapter WSO2Adapter to runtime mfp on http://localhost:9080/mfpadmin... Successfully deployed adapter: WSO2Adapter PS C:\Users\premckum\workspace\pulse\Adapters\WSO2Adapter>

I am using following mfp version for server and cli as you can see in the above output 8.0.0-2018040312 for

node -v v7.3.0

Please help!