mobilefirst-server

IBM MobileFirst Platform iFix doesn't update the version displayed in Operations Console

怎甘沉沦 提交于 2019-12-08 01:16:19
问题 I've just updated my IBM MobileFirst Platform Server from 8.0.0.00-20160822-2140 with the latest iFix 8.0.0.0-MFPF-Server-IF201702201900 However, after a successful update, the server is still showing the same old version in the IBM MobileFirst Platform Operations Console. Does it means it's still not updated with the latest iFix? I've double confirmed that the fix is indeed installed: Do I need to update those superseded iFix first before upgrading to the latest iFix? 回答1: Vivin above is

Cordova Android application getting “invalid_client” from MobileFirst 8.0 server

回眸只為那壹抹淺笑 提交于 2019-12-07 05:47:59
问题 My Cordova IOS application integrated with IBM MobileFirst v8 works fine. However I face a weird issue with Android . The scenario is, The user has to login into security check to access the application. The challenge handler is called and credentials are submitted to (runtime/api/preauth/v1/preauthorize). I see in the logs security check is passed. I can see the next call to authorization end point (runtime/api/az/v1/authorization) However I see a difference between Android and IOS in the

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

六眼飞鱼酱① 提交于 2019-12-06 19:24:27
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 error. No devices found. I checked in Home -> mfp -> Devices , the devices exist there: I am able to successfullly send a notification to the android devices. Its just the iOS ones which are causing the problem. UPDATE I enabled the trace and when I am sending the notifications, i am getting below Exception: [3/1/17 10:16:29:211 CST] 00005aa0

How can I trace Operational Analytics in MobileFirst Platform 6.3 to determine why data is being lost?

ε祈祈猫儿з 提交于 2019-12-06 13:21:42
问题 I'm working in a scenario where we are trying to get Operational Analytics working within an MFP 6.3 environment. There is a MobileFirst client application (hybrid, if it matters), a MFP 6.3 server, and an Operational Analytics server (the system is for dev/test only, so is lightly loaded, and no uptime/performance concerns exist). Currently, we are seeing intermittent problems, where data sometimes appears in the Operational Analytics console on adapter invocations etc., and then for some

IBM MobileFirst Platform iFix doesn't update the version displayed in Operations Console

こ雲淡風輕ζ 提交于 2019-12-06 05:22:32
I've just updated my IBM MobileFirst Platform Server from 8.0.0.00-20160822-2140 with the latest iFix 8.0.0.0-MFPF-Server-IF201702201900 However, after a successful update, the server is still showing the same old version in the IBM MobileFirst Platform Operations Console. Does it means it's still not updated with the latest iFix? I've double confirmed that the fix is indeed installed: Do I need to update those superseded iFix first before upgrading to the latest iFix? Vivin above is correct. Installation Manager merely puts the files on disk. You must now update your database by running the

Cordova Android application getting “invalid_client” from MobileFirst 8.0 server

℡╲_俬逩灬. 提交于 2019-12-05 10:03:52
My Cordova IOS application integrated with IBM MobileFirst v8 works fine. However I face a weird issue with Android . The scenario is, The user has to login into security check to access the application. The challenge handler is called and credentials are submitted to (runtime/api/preauth/v1/preauthorize). I see in the logs security check is passed. I can see the next call to authorization end point (runtime/api/az/v1/authorization) However I see a difference between Android and IOS in the parameters passed to this end point. Android response_type=code scope= client_id= redirect_uri=http:/

My IBM MobileFirst Platform 7.1 CLI-based server has some issues; how can I easily recreate it?

冷暖自知 提交于 2019-12-04 19:24:53
I'm working with an IBM MobileFirst Platform 7.1 server supported by the Command-Line interface; however, my server isn't starting and stopping correctly. How can I recreate it easily from scratch in one command? You might also give the "MFP eXtras" project a try --> https://github.com/kfbishop/mfpx The mfpx kill command will stop server, kill processes, clean tmp dirs, etc. MFPX is not supported / endorsed by IBM, just me (and AndrewF :). Feedback welcomed. This chain of commands forcibly kills your MobileFirst server, then deletes it and recreates it from scratch: kill -9 $(cat ~/.ibm

Preview not working on MobileFirst Platform Foundation Server 7.0

匆匆过客 提交于 2019-12-02 22:54:44
问题 On the MobileFirst Server Platform Foundation 7.0, the Preview is not working in the console. On the Eclipse development side, all is working well. The error message is the following: Here is the error in the log: [4/10/15 12:12:55:267 CEST] 00000027 org.apache.wink.server.internal.RequestProcessor I The following error occurred during the invocation of the handlers chain: WebApplicationException (404 - Not Found) with message 'null' while processing GET request sent to http://10.3.20.64:9080

Unable to use HTTPS for MobileFirst Console 6.3

被刻印的时光 ゝ 提交于 2019-12-02 12:46:35
I am using MobileFirst 6.3 ontop of WAS Liberty 8.5.5.4. I am able to access the console via HTTP, but fail to do so via HTTPS. With HTTP: With HTTPS: This is the server.xml: server.xml And the messages.log: messages.log You must install from IBM fix central the last 6.3 ifix that includes : http://www-01.ibm.com/support/docview.wss?uid=swg1PI30521 http://www-01.ibm.com/support/docview.wss?uid=swg1PI31900 来源: https://stackoverflow.com/questions/28243429/unable-to-use-https-for-mobilefirst-console-6-3

Multiple Mobilefirst-Server artifacts concurrent deploy

≯℡__Kan透↙ 提交于 2019-12-02 11:33:57
I use a batch procedure for deploying MFP v7 artifacts (wlapps and adapters). The procedure is based on the standard ant tasks defined in worklight-ant-deployer.jar. The MFP environment runs onto a WAS cell, and consists of a single AdminService application managing multiple WLRuntimes. Is it possible to run two (or more) deploy tasks concurrently against different WLRuntime targets ? Furthermore, sticking to a single WLRuntime, is it possible to deploy different multiple artifacts concurrently ? Thanks in advance for any answer/comment. Ciao, Stefano. For a single WL runtime, all deployments