IBM MobileFirst Platform (formerly IBM Worklight Foundation) Server is designed to seamlessly integrate into the enterprise environment and leverage its existing resources and infrastructure.
Questions tagged [mobilefirst-server]
468 questions
-1
votes
1 answer
How to create two run-times in a single Mobile First v7.1 server instance
We are developing a MobileFirst Hybrid Application on MFPv7.1. On my MobileFirstv7.1 server we created a configuration and runtime for development environment which has a runtime and where my application is currently running. Now my requirement is…

Karthik_Chinna
- 17
- 5
-1
votes
1 answer
MobileFirst Java Adapter backend server URL
Is it possible to load backend server URL from properties file in MobileFirst 7.1 Java Adapter, without reading properties every time? What will happen if someone changes the URL while the adapter is already deployed?
The target is to build adapter…

Shrirang
- 23
- 4
-1
votes
1 answer
MobileFirst adapter endpoint not visible
I have a MobileFirst adapter with multiple GET and POST-methods/endpoints, they are located in the AdapternameResource.java file and they follow the standard of:
@GET
@PATH("/name")
@Produces("application/json")
public Response method()
{
}
They…

Lord Vermillion
- 5,264
- 20
- 69
- 109
-1
votes
1 answer
Runtime synchronization failed
After starting one server in a cluster we are getting below error while other node is working fine
Runtime synchronization failed (No constructor has a @ConstructorProperties for this set of items: [action, createdTime, downloadLink, message,…

MichealSmith
- 183
- 1
- 2
- 9
-1
votes
1 answer
Can I use Websphere application server V8.0.0.10 (network deployment) for mobilefirst 7.1 clustering?
I have done Websphere application server V8.5 (network deployment) clustering for mobilefirst 7.1 using this link.…

parth.hirpara
- 542
- 3
- 19
-1
votes
2 answers
Not able to register device with MFP8.0
We are developing ionic app with mfp8.0. We are using the following code to connect with mfp server,
var Messages = {
// Add here your messages for the default language.
// Generate a similar file with a language suffix containing the translated…

S.M.Priya
- 354
- 4
- 15
-1
votes
1 answer
Not able to connect with mfp server 7.1 version + ionic
I am developing my ionic app.I have to integrate it with mobile first 7.1 version.So i have done the following steps,
1) Cordova app creation:
mfp cordova create appname
2) ionic app creation:
ionic start appname blank
Then, i has copied my ionic…

Priya
- 126
- 7
-1
votes
2 answers
IBM MobileFirst 7.1.0 Liberty Server Farm Unresponsive
Environment Details:
OS: Windows Server 2012
IBM MobileFirst Platform Server Version - 7.1.0.00.20160401-2103
Project WAR Version - 7.1.0.00.20151130-1648
Application Version - 7.1.0.00.20151130-1648
IBM Websphere Liberty Verison - 8.5.5.5
Java -…

Karikalan
- 263
- 2
- 17
-1
votes
1 answer
ibm mobileFirst user authentication with a backend via token
i have a backend made with node.js and i need an exemple of ibm MobileFirst authenticationwith ChallengeHandler that sends an email and password and get a token from backend.

sandy
- 97
- 1
- 7
-1
votes
1 answer
Not able to get the Device information in IBM Mobile first console with IONIC + MFP App
I am working with integrating IBM Mobile first with my Ionic App. In there i have added a call for a IBM server connectivity.
In there i can able to Connect my App with their server. In my console i can able see like, the sever was get connected.
My…

Priya
- 126
- 7
-1
votes
1 answer
High Memory usage by Java (TM) Platform SE binary
We are noticing that IBM MobileFirst Server is using High Memory by Java TM Platform SE binary process, after 2 3 days of server start it reach up to 6 GB which cause the server in hang status, then only restart is the solution.
in logs we found…

MichealSmith
- 183
- 1
- 2
- 9
-1
votes
1 answer
How to publish Mobile First buid code in web sphere without eclipse
I am new to Mobile First apps creation and publishing part in web sphere. I could like to know
how to publish build code in eclipse(which is in my local system) to
web sphere in server
What are the minimum required software's that are required in…

Srujan0228
- 9
- 2
-1
votes
1 answer
What new features are added in MobileFirst for hybrid application?
What new features are included as compared to worklight version 6.2 in MobileFirst for hybrid application? I searched a lot on google and IBM site I dont find any new things which are new in 7.1.0 for hybrid application. Can any one suggest new…

ssg
- 11
- 1
-1
votes
1 answer
Cant connect to server when execute cordova emulate
I use the example LDAP Login with LDAP Server to connect my app with LDAP. I can connect the app example with the server. ALso I can modify the app and connect.
The problem is when I put the example in a Cordova Project for iOS when I put mfp as…

Guillermo81
- 189
- 11
-1
votes
1 answer
MobileFirst Platform : Can't launch mfp server
I actually try MobileFirst Platform Foundation for developer, I want to use it with the CLI but after installation when I want to start the server with: -mfp start
I have this message :
Initializing MobileFirst Console.
CWWKE0054E: Unable to open…

Benjamin Dupont
- 65
- 7