Questions tagged [mobilefirst-server]

IBM MobileFirst Platform (formerly IBM Worklight Foundation) Server is designed to seamlessly integrate into the enterprise environment and leverage its existing resources and infrastructure.

468 questions
1
vote
0 answers

IBM MobileFirst platform adapter deployment failed. Missing JMS spec classes in the classpath

I created a new JMS adapter in my IBM MobileFirst platform project following the instructions at the IBM Documentation I copied the Jars in the server/lib folder, added them to the build path and made changes to the adapter implementation. But when…
1
vote
1 answer

ibm mobilefirst Adapter - convert JSONObject to POJO class

Anyone knows - How to convert JSONObject to POJO class? I have created an Adapter which i would like to convert it to Pojo before i send it to Client. 1) my ResourceAdapterResource.java…
1
vote
1 answer

IBM MFP 8.0 iOS crash when registerDevice for Push Notification

After calling the MFPPush.registerDevice function, MobileFirst Platform plugin will obtain access token for scope push.mobileclient. However, after received the access token response, the app crashes. Refer to attached image. Any idea why this…
yun
  • 76
  • 7
1
vote
1 answer

Not able to send push notification to iOS devices through MFP Server V8 Console

I am trying to send a push notification to an iOS device through MobileFirstPlatform V8.0 Server Console but when I am sending the notification I am getting the following error: An error occurred while the notification was sent. Internal server…
1
vote
1 answer

MFP 8.0 API works in POSTMAN but not from AJAX

I am able to make a successful POSTMAN call to: /mfp/api/az/v1/token and /mfpadmin/management-apis/2.0/runtimes/mfp/applications I am taking the bearer token i receive from /mfp/api/az/v1/token and add it to the Authorization header for…
K.Van
  • 15
  • 4
1
vote
1 answer

WLAuthorizationManager.obtainAccessToken() works fine in one environment but is broken in another

I am trying to call the WLAuthorizationManager.obtainAccessToken() but it is calling the error function on my Mac but succeeds just fine on my PC. The code sample I am using on both is below: waitingForMFP (renderer: Renderer) { …
1
vote
2 answers

Error starting mobilefirst JVM after installing ifix

After installnig IFIX 7.0.0.0 IF201609291531 on our MobileFirst 7.0 server, we now get an error when starting the JVM (using WAS full deployment). The log reads: ProjectSynchr E com.worklight.core.jmx.ProjectSynchronizationBean sync FWLSE0081E:…
falter
  • 13,584
  • 5
  • 22
  • 23
1
vote
1 answer

MobileFirst 7.0 When uploading an app in server farm mode, "Unresponsive" errors are received

Environment details: OS RHEL 6.8 64bits IBM MobileFirst Platform Server Version - 7.0.0.00.20160526-2153 Project WAR Version - 7.0.0.00.20161114-0240 Application Version - 7.0.0.00.20160526-2153 IBM Websphere Liberty Verison - 8.5.5.4 Java - IBM JRE…
1
vote
1 answer

IBM Mobile First 8.0 oAuth - Authorization code delivered to unintended server

I login into application via security check (UserAuthSecurityCheck). I frame a URL for authorization end point and changed the redirect_uri to different server(hacker…
Vignesh Sn
  • 110
  • 8
1
vote
1 answer

Mobilefirst 8.0 Push notification get Device ID

I am using Mobilefirst 8.0 push notification part in cordova application downloaded sample application which is given by IBM. Its working fine. When I click on register device button device id I can see in mobilefirst console. 1) How I can get that…
user3747168
  • 43
  • 1
  • 9
1
vote
1 answer

IBM MobileFirst Platform GSK_ERROR_BAD_KEYFILE_PASSWORD

I'm catching the error gsk error 408 (GSK_ERROR_BAD_KEYFILE_PASSWORD) from the IHS plugins logs. IBM is recommending me the next steps to fix it: http://www-01.ibm.com/support/docview.wss?uid=swg21177702 What are the .kdb and .sth files function? If…
1
vote
1 answer

IBM MobileFirst 8.0 Console - com.google.gson.stream.MalformedJsonException

In IBM MobileFirst 8.0 Console, when selecting Application push tab. Following error is occurred sometimes and that particular tab is getting stuck though it is configured and working fine. Error is: com.google.gson.stream.MalformedJsonException:…
Rajkumar
  • 11
  • 4
1
vote
0 answers

Unique device Id missing in MobileFirst Platform 7.1-based Windows Phone app

Step 1 When I submit answer in handle challenge of WL.Client.createWLChallengeHandler in the very first request, the headers section contains wl_deviceNoProvisioningRealm which also contains a device ID which is different from the device id received…
AMAN BIRDI
  • 21
  • 4
1
vote
1 answer

Changing of tags in Tag based push notification in MFP

I had implemented tag based push notification for my app with say 100 tags. Now there is a requirement to remove few tags and add few new tags. The problem I am facing is that a lot of devices are already subscribed to these tags. When I will add…
1
vote
1 answer

Migrated Iphone Build not connecting to Remote Server

Migrated worklight 6.1 project to Mobile First 7.1 Using IBM MobileFirst Platform Studio 7.1.0.00-20160801-2314 Build app to work remote Mobile First server by giving correct Server path and Context path. For local server both Android and Iphone…