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
vote
2 answers
how to solve this error "java.security.cert.CertificateException:" while calling java adapter in mobilefirst?
I am currently working on Mobile first version 8. While creating a java adapter to call a api through the following code I m receiving error
"java.security.cert.CertificateException: PKIX path building failed mobile first java adapter…

Bhagyesh Radiya
- 19
- 3
1
vote
1 answer
MobileFirst - Invalid Security Check push.mobileclient
I am getting the below error while trying to subscribe to push notification.
In ios version security scope has been added for push.mobileclient.
/api/preauth/v1/preauthorize] failure. state: 400, response: Invalid Security Check…

Ragu
- 402
- 1
- 4
- 18
1
vote
0 answers
Mobile First Server 8.0 connection check from client side
Need to check whether MFP server up and running, if server not reachable, need to alert user that system is down.
i have used the below code
renderer.listen('document', 'mfpjsloaded', () => {
WLAuthorizationManager.obtainAccessToken("").then(
…

Vignesh
- 375
- 1
- 2
- 13
1
vote
0 answers
MFP 8 - Connection Error
I'm running the MFP server in my local. I logged in and see the dashboard page.
But am getting connection error in dashboard. Below is the error message
Connection error. Contact the server administrator(HTPP code: 1)

Arunprasanna
- 35
- 4
1
vote
2 answers
MFP 8.0 SECURITY_CHECK_NOT_FOUND
I had configured my security adapter.
I had mentioned the security check name in my app side also.
This is MFP server version: 8.0.0.00-20160822-2140
MFPdev_CLI version: 8.0.0-2017102406
(It was working long day back. is there any problem with my…

Roney Francis
- 356
- 2
- 15
1
vote
2 answers
Mobilefirst 8.0 push notification API - Push Device Registration (POST)
I am referring to the documentation on the MobileFirst Server push service REST API for Push Device Registration (POST). From the document…

kwenyao
- 67
- 7
1
vote
2 answers
MobileFirst 8: get client data ( IP address, request data ) in UserAuthenticationSecurityCheck
I'm trying to get some client data inside the UserAuthenticationSecurityCheck.validateCredentials method.
The IP Address is the most important for it.
In the other adapters, I'm using the HttpServletRequest:
@Context
protected HttpServletRequest…

Leonardo Simas
- 13
- 2
1
vote
2 answers
ReferenceError: WL is not defined
enter image description here
ReferenceError: WL is not defined
mfp 8 version

Pushpendra Singh
- 29
- 8
1
vote
1 answer
IBM MobileFirst Platform iFix doesnt update the version of MFPF Runtime
After applying latest iFix( 8.0.0.0-MFPF-IF201708031112) to the IBM MobileFirst Server 8.0.0 and cordova-mfp-plugin( v8.0.2017072706), MFPF Runtime still shows the older version no (8.0.2017070506). Due to the mismatch of the server runtime version…

Srujan reddy
- 137
- 1
- 16
1
vote
1 answer
MobileFirst 7.1 javascript adapter - how to read clob data?
function getUser(userId) {
var obj = {};
var resultSet = WL.Server.invokeSQLStatement({
preparedStatement: getUserSQL,
parameters: [userId]
});
obj = {
name: result.resultSet[0]['NAME'],
image:…

Heliandro
- 11
- 3
1
vote
2 answers
Unable to deploy server configuration using server configuration tool while setting up IBM Mobilefirst 7.1
I am trying to setup IBM Mobilefirst v7.1 on Ubantu 14.04.
I have java version "1.8.0_131" trying to configure it with tomcat7.
Application Center is working fine.
when I am trying to deploy server configuration using server configuration tool I am…

Sanket K.
- 197
- 12
1
vote
0 answers
IBM Mobilefirst server installation fails to register an app
I just installed MobileFirst server on Windows Server 2012.
I have MySQL as the database and Apache Tomcat 7 as the application server.
I can access the MobilFirst console, but whenever I try to register an application I get an error…

Mammadbayli
- 70
- 9
1
vote
0 answers
How to enable MFP 8.0 secure direct update
I've follow Configuring the MobileFirst Server Keystore.
However the app still able to direct update even the public key is not included in the app.
Is that any steps I missed out to enable the secure direct update?

yun
- 76
- 7
1
vote
1 answer
MobileFirst 8.0 - Issue integrate Security Check Adapter with javascript HTTP Soap Adapter
Good Day,
I have modified two adapters, one is with Security Check - UserLogin Adapter, and another one is HttpAdapterJs (Javascript adapter) , HttpAdapterJs are work fine when i tested in Swagger (soap service).
when I called the Adapter…

fndong
- 81
- 2
- 11
1
vote
1 answer
ionic IBM MobileFirst platform 8.0 sqladapter ReferenceError: WL is not defined
this is my service.js,using Wl.Client.invoke,dont know which files i am missing ,do i need wlinit.js or initoptions.js or do i need to install any plugin
.factory('loginservice', function(){
var user;
return{
…

Harsh Agrawal
- 13
- 2