MobileFirst Studio (formerly Worklight Studio) is an Eclipse-based IDE, allowing to develop, test, manage, and secure mobile applications.
Questions tagged [mobilefirst-studio]
125 questions
6
votes
3 answers
Unable to deploy HelloWorld application to MobileFirst Development Server
I am having some trouble building/running the HelloWorld application from the first hybrid app tutorial.
When I try to run the default HelloWorld application on the MobileFirst Development Server, the server starts and seems to stop again (without…

Jamie McDonald
- 61
- 1
- 6
4
votes
2 answers
IBM MobileFirst 7.0 - Uncaught ReferenceErrors: WLJQ is not defined, WL is not defined
I'm using IBM MobileFirst 7.0 installed in Eclipse Luna.
I have 2 apps: mobile app and console app in the same project.
Whenever I will run the console app I will get the following error message:
Uncaught ReferenceError: WLJQ is not defined…

Vishal Singh
- 628
- 1
- 7
- 25
3
votes
1 answer
Getting Error saying "JNI DETECTED Error in application" in Pixel 3
I have added 64 Bit Libraries mentioned by IBM in https://mobilefirstplatform.ibmcloud.com/blog/2019/05/24/Google-Play-64-bit-requirement/
But getting error when launching App in Pixel 3 with Android 9 and trying to initialise JSON Store.
I am using…

PratapK
- 37
- 1
- 7
2
votes
1 answer
Error while creating Hybrid Mobile Application Project in eclipse
I have eclipse Oxygen and have Thym and IBM MobileFirst Platform Foundation plugin installed. However when I try to create a new Hybrid Mobile Application Project, I got the following error:
Can not retrieve plugin catalog
Use…

widj91942
- 95
- 1
- 1
- 7
2
votes
2 answers
iOS app cannot connect to MobileFirst server
i created an hybrid application that should connect to the MFP and consume data.
When i try to connect to the Desktop Browser Application everything is fine and the app works. Same behaviour when i try the Mobile Web Application. BUT when i try to…

Tomben
- 73
- 7
2
votes
1 answer
R.string.close ,close cannot be resolved or is not a field
i'm doing my first android learning tutorial , but stuck at this error that the title describes ..this is an app i'm trying to do on Eclipse , java , here is my code..(code is auto generated by the project)
package com.HelloWorkLight;
import…

CriminalDuck
- 195
- 3
- 11
2
votes
1 answer
Preview Mode on Production Server
We've recently migrated from 5.0.6 Worklight. The preview mode was working in 5.0.6 console. After migrating to 7.0 and uploading the common.wlapp file, I am getting the following errors and cannot preview the app. Should the preview mode work on a…

Julie Beck
- 258
- 1
- 3
- 14
2
votes
1 answer
MobileFirst Error: Cannot perform this operation on removed entity
I am currently working with an IBM consultant to upgrade our Mobile App from Worklight 5.0.6 to MobileFirst 7. I am deploying locally. I am occasionally getting this error message that prevents me from deploying to the console:
[2015-05-28 11:35:16]…

Julie Beck
- 258
- 1
- 3
- 14
2
votes
3 answers
IBM Mobileplatform foundation 7.0 error in log: Failed starting project
I am using IBM Mobilefirst Platform foundation 7.0 development environment
I am trying to add library hibernate-jpa-2.1-api-1.0.0.Final.jar for one of module in my project is using this library.
when I add it to the build path MF gives me following…

Vishal Singh
- 628
- 1
- 7
- 25
2
votes
1 answer
Can not deploy a test project to MobileFirst server
I tried to follow a basic example from the developer site (Creating First Hybrid Application), however i have not been able lo launch the development server successfully.
I am using Eclipse Luna with MobileFirst Studio plug-in 7.0 for Eclipse, Java…

Jorge Morales
- 188
- 8
2
votes
1 answer
MFP CLI cannot build-deploy project initially created with MFP Studio
Problem Context:
We initially created a MFP hybrid project with the iOS environment using MFP Studio plugin for Eclipse. We have this project under source control (Git on DevOps). Some team members in our team are doing iOS development for this…

rolivieri
- 100
- 1
- 7
2
votes
2 answers
Mobilefirst Failed synchronizing application from the administration service
I create a new project in MobileFirst 7.0, but as soon as I am deploying it into MobileFirst Development server it is giving me following error:
[ERROR ] FWLSE0081E: Failed synchronizing application from the administration service. This prevents…

Prerak Tiwari
- 3,436
- 4
- 34
- 64
2
votes
1 answer
MobileFirst Development Server User Credentials
IBM MobileFirst Studio 6.3 installed on Eclipse Juno. Accessing the Operations Console for the deployed application:
Prompted to enter User + Password. What are the default credentials.
How can I disable the need to enter credentials for the…

Michael Mirt
- 361
- 1
- 3
- 14
2
votes
1 answer
IBM MobileFirst - NoClassDefFoundError
I'm developing hybrid application using IBM MobileFirst Platform Studio (v6.3 - former IBM Worklight).
Since there is a requirement to call Oracle stored PL/SQL procedures which contain OUT params I used a solution offered here How to get OUT…

mmesnjak
- 169
- 4
- 14
1
vote
1 answer
IBM MobileFirst 7.1 - Use Angular 2 with Hybrid Mobile Application
I am using MobileFirst Platform to build hybrid mobile application, i am doing this using AngularJS v1.4 , now i want to migrate to Angular 2.
I am using MobileFirst platform eclipse plugin's.
While using AngularJS i used to add angular.js file…

Mohammed Alawneh
- 306
- 9
- 22