Questions tagged [mobilefirst-cli]

The IBM MobileFirst Platform Foundation (formerly IBM Worklight Foundation) command-line interface (CLI) tool allows to easily create and manage both native and hybrid apps.

IBM MobileFirst Platform Foundation (formerly IBM Worklight Foundation) provides command-line tools as an alternative to the integrated development environment (IDE) of MobileFirst Studio.

To help developers get a better tools experience, IBM MobileFirst Platform Foundation provides a command-line interface (CLI) tool to easily create and manage both native and hybrid apps. The CLI enables developers to use their preferred text editors or alternative IDEs to create mobile applications.

143 questions
0
votes
1 answer

MFP CLI 7.1 push error

I'm getting an error when I try to push my runtime to the MFP CLI server version 7.1.0.00.20151219-1541 install-WAR: [configureapplicationserver] Logging output of task to file…
0
votes
1 answer

Issue accessing MobileFirst adapters

I am using MobileFirst CLI 7.1, Java 1.8.0_65 (on Mac OS X 10.9.5 if it matters). I have been working without issue in my current environment for about a month now but have suddenly hit an issue with all the adapters I developed, which have been…
0
votes
1 answer

MFP CLI 7.1 war live reload possible?

Currently i'm using eclipse with MobileFirst Studio for developing mobilefirst platform foundation projects. I want to use the live reload (automatic war re-deploy to server when files change), but when using the mobilefirst platform CLI. Is this…
0
votes
1 answer

IBM worklight:7.1: failure. state: 500, response: The server was unable to process the request from the application. Please try again later

I am using mobilefirst 7.1 CLI and have my services running on tomcat. My adapter talks with the services on the servers and gets back the response. I have only desktopbrowser environment in the application (Guessing that should not matter at…
0
votes
1 answer

Push notification reached the device but not able to see it in the applicaition

I am using mobilefirst push notification service in my application. I am using rest api to send the message to GCM. GCM receives and send it back to the mobile device too but in the device I am able to see the push message in the log, but not in…
0
votes
1 answer

x86_64 errors with MFP Cordova project

I've built a MFP Cordova project with the MFP CLI 7.1 when I open xcode and try to run the project I get arch errors related to the StoragePlugin.o Undefined symbols for architecture x86_64: "_JSON_STORE_DATABASE_NOT_OPEN", referenced from: …
0
votes
2 answers

mfp cli 7.1 for cordova missing files in android platform

i am trying to use mobilefirst cli 7.1 to build a cordova app using mfp cordova create , Everything worked fine and got my app working and tested using mfp preview. But when i added android platform using mfp cordova platform add ; i have noticed…
0
votes
1 answer

MobileFirst CLI 7.1 push on remote server

I try to push .wlapp to a remote server with the following command. mfp push rockW510_Local mprod And i have the following error Preparing for push... Error: error code: 306 Error: The runtime being pushed to [mprod] is not the same as the…
freddut
  • 119
  • 7
0
votes
1 answer

providing different publicSigningKey enteries for QA and PROD

In the application-descriptor.xml file for my application I have specified the publicSigningKey for the Android build of my hybrid app. But, the key I'm using for QA (which results from a debug build of the app), is different than the one that will…
N2O
  • 183
  • 7
0
votes
3 answers

Mobilefirst cli build failed : reading info.plist file 1-byte UTF-8

We have a mobilefirst 7.0 hybrid application project that includes iOS and android native environment. We want to use mobile first cli 7.0 on windows 7 to build project and generate build-time resources after we checkout this project from git…
youjenlee
  • 69
  • 3
  • 9
0
votes
1 answer

Enabling Minification/Concatenation on 6.3 version of MobileFirst CLI?

We are trying to enable the Minficiation/Concatenation feature in MobileFirst 6.3 via the command line for use in our build servers. However, we cannot find the correct options to select to get it do that task. We have been able to successfully…
Cdizzle
  • 5
  • 3
0
votes
2 answers

XML Validation Error Mobilefirst App Authenticity

I have a server which has been upgraded from IBM Worklight 6.0 to IBM Mobilefirst 6.3 The server is currently running older versions of my mobile application, which do not have AppAuthenticity enabled. When I uploaded the newer version of…
eshaa
  • 537
  • 1
  • 4
  • 14
0
votes
1 answer

Runtime Environment value in mobileFirst server is setting up to default value "worklight"

I am using mobileFirst CLI for deployment of war file using ant script. Giving the path of mfp-cli web server directory and derby database. below is my code:
kiran
  • 49
  • 8
0
votes
1 answer

mobile first cli project deploy failing

when i try to deploy my project using MFP CLI it gives the following error xxxx-Macmini:Nauth user-x$ mfp build App Nauth was successfully built. xxxx-Macmini:Nauth user-x$ mfp deploy Initializing MobileFirst Console Error: The MobileFirst…
b2zswat
  • 25
  • 6
0
votes
2 answers

mfp cli build: missing cordova on preview

When building using the CLI, everything seems to work OK, until I look at the console in for the preview, then I see that there are some missing files. Here's the console output: Android: Synchronous XMLHttpRequest on the main thread is deprecated…
N2O
  • 183
  • 7