IBM Worklight (now IBM MobileFirst Platform Foundation) Server is designed to seamlessly integrate into the enterprise environment and leverage its existing resources and infrastructure.
Questions tagged [worklight-server]
414 questions
12
votes
8 answers
ERROR: Cannot load this JVM TI agent twice, check your java command line for duplicate jdwp options
I am using Eclipse plugin "IBM Worklight Developer Edition".
I am trying to debug the adapter procedure code. For that I tried to do some debug configurations but it said Server already running(debug button disabled). So I stopped the server then…

gaurav001
- 167
- 1
- 1
- 8
7
votes
7 answers
How to Fix No MBean found for Worklight project?
I have a problem when deploying my Worklight project on the server . It shows the following Error Message :
FWLSE3041E: No MBean found for Worklight project 'MyProject'. Possibly the Worklight runtime web application for Worklight project…

EL Kamel
- 824
- 2
- 12
- 27
6
votes
2 answers
IBM Worklight 6.0 - Socket Exception connection reset
I am working on a worklight project, in it I am consuming web services that are hosted on SharePoint server using a Worklight Adapter.
Some times I am getting a Socket Exception and the adapter fails to call the web service.This happening…
user2749250
4
votes
1 answer
Worklight logout does not clear active user
I am using Worklight 6.1 and am using a challange handler to determine if my user is logged or not.
Once logged in, I have the following code attached to my logout button in my app:
on(logoutBtn, "click", lang.hitch(this, function() {
…

Stijn
- 349
- 1
- 19
4
votes
1 answer
IBM Worklight - How to disable Direct Update?
I would like to disable Direct Update. Is it possible?
With connectOnStartup = false not work.

Smiderle
- 447
- 4
- 12
4
votes
2 answers
How to implement OAUTH 2.0 in IBM Worklight 6.0
In my app I have implemented Login module auth security by implementing security realms. But i am thinking of implementing a OAUTH2.0 authentication where user will be authenticated once I will get a token and re-validate than on app starts.
So…

Steve
- 385
- 1
- 16
4
votes
2 answers
IBM Worklight 6.0 - "Received bad token from client" error occurs frequently
I have a Worklight Application with an HTTP adapter which connects to another application in order to retrieve data to be displayed on a mobile device (testing with Android 4.0.4 at the moment).
When the application starts, I invoke three procedures…

Jonathan Sweetman
- 55
- 4
3
votes
1 answer
Cannot access WebService configured on TLS1.2 from Worklight HTTP Adapter
I am trying to access the 3rd party SOAP service(securedSOAPService) from IBM Worklight 6.1 application server through HTTP Adapter.
Following is the configuration of adapter.xml of HTTP Adapter,

sohel shaikh
- 61
- 9
3
votes
1 answer
Session not ending on logout in IBM Worklight Adapter-based Authentication
I downloaded Adapter Based Authentication project from IBM Worklight and in that I found that when I click on Logout button it not Ending up the current session, while on timeout Its session ends up properly. (Note that it ends the session but does…

vshall
- 619
- 7
- 26
3
votes
1 answer
Maven and IBM worklight
Is there's a way I can mavenize IBM Worklight adapters build rather than using ANT ? Benefit i get from this is i need not require to install IBM worklight on my build server as well as for development.
If not maven then do we have any other way to…

user3181690
- 43
- 3
3
votes
3 answers
Worklight 6.0 WL development Server not starting
When I try to start my worklight development server Which is running on Windows 8 OS It gives me below error.
CWWKE0005E: The runtime environment could not be launched.
CWWKE0018E: An exception occurred while launching the runtime environment:…

D Jaison
- 53
- 1
- 4
3
votes
1 answer
IBM Worklight - Connecting/Re-Connecting: WL.Client.connect vs. connectOnStartup vs. WL.Client.invokeProcedure
In our project we are trying to figure our what the best process to connect to the server will be - especially when taking care of offline/online scenarios etc.
Right now, for us, it seems that all three options to connect to the WL server are…

christianmenkens
- 790
- 4
- 22
3
votes
5 answers
IBM Worklight 6.0 - Worklight Server not reachable
When I am trying to build and deploy my application by right-clicking on application name -> Run As -> Build All and Deploy... I am getting a failure notification in the console:
Failed to deploy the application to Worklight server: please…

Anil kumar
- 525
- 2
- 10
- 32
2
votes
2 answers
Send Push notification for specific users in MFP console
I have thousand users for both apple, android and I need to send the Push notification for all users at a time - based on the Email IDs. How to add all Emails at a time in the User ID field in image (I tired with comma separated and Semi colon…

raghavendra rao
- 21
- 4
2
votes
1 answer
API for Encryption(Client) and Decryption(Server/Adapter) in Worklight
Please let me know
Is worklight is providing any API to encrypt data from client side and same data that can be decrypted from adapter(server) side?
Something like SecurityUtils which going to works on both(server and client)sides.

RAJENDRA PRASAD S.J
- 83
- 7