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
0 answers

MFP 8 previewing app throws error

I am trying to preview the app in MFP 8 CLI. But it throws the below error : Any help would be appreciated. { Error: ERRGETSERVER at generateError…
Coder girl
  • 21
  • 2
0
votes
1 answer

MFP CLI 7.1 creating android project target 23 , how to change that?

I have recently downloaded and installed mfp cli 7.1.0.00.20170120-0106. Ever since I did that mfp cli is creating an Android project targeting API level 23. I need it target API level 22. As it created a project targeting level 23 the Android…
Prasad
  • 5
  • 1
0
votes
2 answers

FWLSE3030E: The runtime "mfp" does not exist in the MobileFirst administration database. The database may be corrupted

After installing and configuring MobileFirst 8 on WebSphere Application Server 8.5.5.10, RedHat Linux 7.3, I am getting error FWLSE3030E: The runtime "mfp" does not exist in the MobileFirst administration database. The database may be corrupted.…
0
votes
2 answers

what is the proper way deploy maven java adapter

this tutorial to deploy adapter with jar file File → Import... → Maven → Existing Maven Projects.(java adapter create by cli use this comment "mfpdev adapter create") add two jar file from the lib folder Select Run → Run Configurations...,…
user5978134
0
votes
1 answer

MobileFirst Adapters - Why am I getting a "401 Unauthorized" error when making request on Swagger Docs page in the MobileFirst Operations Console

I am using MobileFirst CLI 8.0.0-2016070716, Java 1.8.0_91 (on Mac OS X 10.11.6 if it matters). I have been working through this tutorial on creating Java adapters using MobileFirst CLI. After following the steps on creating, building, and…
0
votes
1 answer

How to deploy adapter to local MFP server with CLI?

I have been looking for MFP CLI doc how to deploy adapter to local MFP server but can't find one. I also can't find one in mfp help adapter. What is the command?
Rendy
  • 5,572
  • 15
  • 52
  • 95
0
votes
1 answer

Registering iOS app with MFP CLI 8.0 always prompts bundleId

I'm trying to register iOS native apps to a Bluemix Mobile Foundation server (https://console.ng.bluemix.net/catalog/services/mobile-foundation) using mfpdev CLI in an unattended way. I've achieved that with sample apps available from the…
0
votes
1 answer

MobileFIrst support for High resolutions

We are building our application for MFP 7.1 using command line which has been migrated from WL 6.2. In our Iphone 6 and 6+ the screens are appearing with low resolutions. We faced this issue before on WL 6.2 and IBM had to provide iFix for our CLI…
Sami
  • 572
  • 8
  • 22
0
votes
1 answer

How to send runtime (WAR) to remote MobileFirst 7.1 Development Server?

Using CLI runtime is not pushed to remote development server (only adapters and applications). Is there a way to push runtime (WAR) to remote development server?
0
votes
1 answer

Deploying with mfp push to Azure VM very often fails with error FWLSE3000E

I am using MobileFirst 7.1 CLI (mfp push) to build and deploy to remote Azure VM MobileFirst Development Server. Very often I get FWLSE3000E error, but SOMETIMES deployment succeeds. Firewall is disabled and no ports restrictions are set. How can I…
0
votes
1 answer

Unable to issue a mfp start command on Windows 10

I've just installed the version 7.1 of the MFP CLI on a Windows 10 VMware. JDK 1.8.0_92 is installed, and the JAVA_HOME env variable has been setup accordingly Below is the error I get when trying the mfp…
Johan Mereaux
  • 143
  • 11
0
votes
2 answers

Mfp cli WLResourceRequest is not defined error

i recently converted my mfp studio project to mfp cli cordova project. when i preview my project everything work fine except "WLResourceRequest is not defined" that log to the console. enter image description here i noticed that the web preview…
0
votes
1 answer

IOS build fails for MFP Cordova-Ionic project

I am trying to build my MFP cordova Ionic based hybrid application created using CLI. It works perfect for android but it fails when I try to build it for iOS. There are multiple errors which I am facing xcodebuild[14887:399060] [MT] PluginLoading:…
0
votes
1 answer

Using ant task in mobilefirst error in wladm cmd

I followed this tutorial: http://www.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.appadmin.doc/admin/r_invoking_the_wladm_program.html I'm trying to enter a command in cmd and tried this: wladm --url=http://IP:9080 --user=demo…
black1011
  • 284
  • 3
  • 18
0
votes
2 answers

Deploy wlapp files in MFP Liberty using ant

I'm trying to deploy wlapp file in MFP Liberty Server using ant task. I created the build.xml then run "ant" in cmd. C:\IBM\MobileFirst_Platform_Server\shortcuts>ant Unable to locate tools.jar. Expected to find it in C:\IBM\Installation…
black1011
  • 284
  • 3
  • 18