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
0
votes
1 answer
Runtime synchronization failed in MobileFirst 7.0 Server
Found this error while deploying adapters to worklight console. And we had a workaround by restarting the application server (apache tomcat).
Logs related to this :
log file : catalina.2015-07-16.log
SEVERE: Operation to deploy adapter…

Sam Su
- 6,532
- 8
- 39
- 80
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
Adapter deployment failure with "main javascript file is missing"
I have built a TestAdapter.adapter file. When I deploy it on local environment it works properly, but when I try deploying it on production server I get the following error:
The 'TestAdapter-impl.js' main javascript file is missing.
How can I fix…

ProfessorT
- 187
- 2
- 13
0
votes
1 answer
Deploying MobileFirst application on existing single-node WebSphere that has existing application
Application Server
AIX V7.1
WebSphere
Application Server V8.5.5.4
Java SDK V7.0.8
MobileFirst Platform Foundation 6.3
DB2 V10.1 client
Database Server
AIX V7.1
DB2 V10.1
We have a MobileFirst application that is our mobile front-end to an…

James L. Chamberlain
- 11
- 2
0
votes
1 answer
MobileFirst application preview failure
I am developing an mobile application using IBM mobile first and it works fine in my local.now I migrated the code to production environment with WAS and mobile first 7.0 installed. when I try to open the application url i am getting the below…

Gopi Nath
- 413
- 3
- 7
- 21
0
votes
1 answer
Mobile first application with Iframe in IOS
I have two application in mobilefirst . In my main application I added second application in Iframe.
The application URL's are somethig like this
Main application…

Sarath
- 1,459
- 3
- 22
- 38
0
votes
2 answers
MFP 7.0 Java Adapter Build Error
I'm using MFP 7.0 Java based adapters and when I try to build, both through the CLI and Eclipse, I get the following error:
Error:
BUILD…

jpetitto
- 331
- 4
- 15
0
votes
1 answer
Why is MobileFirst Server Configuration Tool not letting me deploy with libertyAdminUser and libertyAdminPassword?
I'm trying to deploy a MobileFirst server to a local Liberty server configured with an LDAP server.
When I try and deploy my server configuration the admin task fails due to lack of attributes for connecting to Liberty.
BUILD…

Covar
- 901
- 1
- 7
- 15
0
votes
1 answer
MobileFirst server error
Trying to diagnose a MobileFirst server error. v6.3, Liberty, Windows.
We have two supposedly identical servers, one is fine, one fails.
Symptom: server starts but console reports a server error when trying to populate the initial list of runtimes.…

djna
- 54,992
- 14
- 74
- 117
0
votes
2 answers
Error Deploying MobileFirst Server Configuration
In the process of upgrading a remote MobileFirst Server to version 7.0 (from version 6.2), and I've run into an issue when attempting to use the Server Configuration Tool to redeploy.
Here's the only apparent error I'm seeing, unsure what other…

Chad F
- 37
- 1
- 3
0
votes
1 answer
IBM MobileFirst Platform ClassPath error during installation
Running MFPF7.0.0.0-IF201506081356 on WebSphere Liberty 8.5.5.5 (that's 8.5.5 with fp 5 applied), IBM Java 7.0.8.10.
After deploying the first runtime to server the following error occurs:
6/10/15 15:25:05:600 CEST] 0000002c…

djna
- 54,992
- 14
- 74
- 117
0
votes
1 answer
Disabling default security using @OAuthSecurity(enabled=false)
The following link indicates that the security can be disabled using @OAuthSecurity(enabled=false) - see under "Security configuration of a JAX-RS resource"
Question:
Does it mean that the default security is disabled?
I have a scenario wherein a…

user2291904
- 1
- 2
0
votes
2 answers
How can a real device be registered to and recognized by the production MobileFirst 7.0 Server?
We have successfully configured a MobileFirst 7.0 server for testing and production environment, and deploy an application on it. But after several real devices installing the App (both iOS and Android), we CAN NOT see any devices in the…

Sam Su
- 6,532
- 8
- 39
- 80
0
votes
3 answers
How to update a app version in the MobileFirst pruduction server 7.0?
It's convenient while developing with the MFP studio (Once any files change, the client will get a update notification which is so-called "direct-update"). But how could make this in a MF production server ?
Do we have to do "Replace project war…

Sam Su
- 6,532
- 8
- 39
- 80