ibm-mobilefirst

IBM Worklight 6 - “FWLAC0401W: No user appears to be logged, check the Application Center security configuration”

匆匆过客 提交于 2019-12-25 12:44:38
问题 I have installed the IBM Worklight Application Center using IBM Installation Manager in a WAS Liberty profile application server. When trying to access: http://host:10080/appcenterconsole/applications/Applications.html The following error message is being returned: FWLAC0401W: No user appears to be logged, check the Application Center security configuration. What is causing it? 回答1: The message means that no user principal was found in the security context. Something with the security

IBM Worklight - What should I deploy after changing or adding iOS push certificate?

半腔热情 提交于 2019-12-25 11:55:46
问题 I am working on an IBM Worklight 6.0.0.1 project. I configured push notifications for iOS before that my Application is already deployed in the server. My question is: What should I deploy again to get the push notification certificate (the .p12 certificate file) on the server. Should I just deploy the iPhone .wlapp file? or should I also deploy a newer version of the .war file? 回答1: You will need to re-deploy the .wlapp file, which contains the deployment data for the server. In this case,

MFP application is crashing on tapping during PUSH notification when application is not running

╄→гoц情女王★ 提交于 2019-12-25 11:54:28
问题 I am experiencing application crash when tapping on push notification when application is not running (even in background). If application is running in background application crash does not occur. Worklight version is 7.1, iOS version is 8.1.3. For push notifications registration and receiving I am using Push plugin https://github.com/phonegap/phonegap-plugin-push merged with Worklight generated AppDelegate. If needed I can send my source code. From crash log I found that exception occurs in

MFP application is crashing on tapping during PUSH notification when application is not running

倖福魔咒の 提交于 2019-12-25 11:54:16
问题 I am experiencing application crash when tapping on push notification when application is not running (even in background). If application is running in background application crash does not occur. Worklight version is 7.1, iOS version is 8.1.3. For push notifications registration and receiving I am using Push plugin https://github.com/phonegap/phonegap-plugin-push merged with Worklight generated AppDelegate. If needed I can send my source code. From crash log I found that exception occurs in

How to invoke the url or link of an adapter

回眸只為那壹抹淺笑 提交于 2019-12-25 08:48:32
问题 I need know how to invoke the adapter from the development server in the cloud. In the local environment we have the option in eclipse but in the development server in the cloud, I can´t see the option for invoking. I use MobileFirst 7.0 Update - The notification based in tags does not arrive to my device. The problem is that in the console the notification is success, but these never arrive to my device. This is the message in my log. [4/1/15 19:39:03:451 CDT] 00000081 ht.integration.js

IBM Worklight 6.1 - Unable to have a working Dojo view transition

限于喜欢 提交于 2019-12-25 08:48:06
问题 I am new to working with worklight enviroment and started working it on recently. I am using dojo version 1.9 (the IBM supllied one) , worklight 6.1, OS windows 7, eclipse juno sr2 64bit, IE 10 (For RPE), Google chrome latest (As default browser). I have tried many widgets in dojo mobile and all of them work fine, i have been through other questions too like "Worklight 6.1 Android Applicaiton renders all views with no widgets" and followed all steps given in the solution and successfully

Worklight Uncaught TypeError for multiple javascript

荒凉一梦 提交于 2019-12-25 07:59:06
问题 I am using Worklight 6 and when i try to run the application in preview mode or in android emulator I have the following Uncaught TypeErrors: 02-28 00:13:19.727: D/CordovaLog(562): Uncaught TypeError: Cannot read property 'UNSUPPORTED_BROWSER' of undefined 02-28 00:13:19.727: E/Web Console(562): Uncaught TypeError: Cannot read property 'UNSUPPORTED_BROWSER' of undefined at file:///data/data/com.hBC/files/www/default/wlclient/js/wlclient.js:142 02-28 00:13:20.107: D/CordovaLog(562): Uncaught

IBM Mobile First Platform (6.3) - Windows Phone 8 environment and Angularjs

喜你入骨 提交于 2019-12-25 07:58:37
问题 I create demo app using angularjs (+ angular-ui-router) to develop and build to android, ios, windows phone 8 environment. Everythings works fine on android, ios and mobile web simulator, but on windows phone device it doesn't show my custom directive. I use visual studio express 2012 for windows phone to build. in index.html: <!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"> <title>test</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,

Worklight Uncaught TypeError for multiple javascript

不打扰是莪最后的温柔 提交于 2019-12-25 07:58:18
问题 I am using Worklight 6 and when i try to run the application in preview mode or in android emulator I have the following Uncaught TypeErrors: 02-28 00:13:19.727: D/CordovaLog(562): Uncaught TypeError: Cannot read property 'UNSUPPORTED_BROWSER' of undefined 02-28 00:13:19.727: E/Web Console(562): Uncaught TypeError: Cannot read property 'UNSUPPORTED_BROWSER' of undefined at file:///data/data/com.hBC/files/www/default/wlclient/js/wlclient.js:142 02-28 00:13:20.107: D/CordovaLog(562): Uncaught

IBM Worklight 6.0 - application-descriptor.xml

不羁岁月 提交于 2019-12-25 07:35:32
问题 I recently migrated to Worklight Studio 6, and the application-descriptor.xml of my app is being flagged due to the width, height, and worklightServerRootURL elements. I've looked in the documentation but haven't found a mention yet of how to migrate these elements for Worklight 6. Are there replacements? 回答1: The mentioned elements have been removed ( worklightServerRootURL ) and moved ( height , width - into the Adobe Air element, if the environment exist in the project). Your application