mobilefirst-studio

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

MobileFirst Platform 6.3 - web resource changes do not get applied

允我心安 提交于 2019-12-25 02:03:20
问题 On my laptop when I change the Javascript of my Cordova app and refresh the preview page all my changes are reflected right away. Today I installed Eclipse Luna with MobileFirst Platform 6.3 on my desktop machine but my Javascript changes require me to redeploy the app to reflect, if I just refresh the preview page I get an old version of the app, how can I change the behavior to be similar to my laptop? 回答1: Update: the fix is now available from either IBM Fix Central or by updating from

Mobilefirst Failed synchronizing application from the administration service

青春壹個敷衍的年華 提交于 2019-12-24 03:24:24
问题 I create a new project in MobileFirst 7.0, but as soon as I am deploying it into MobileFirst Development server it is giving me following error: [ERROR ] FWLSE0081E: Failed synchronizing application from the administration service. This prevents the application from running. The reason is No constructor has a @ConstructorProperties for this set of items: [adapters, applications, configProfiles, transactionId]. Please restart the application server after taking the proper corrective actions.

MFP CLI cannot build-deploy project initially created with MFP Studio

不打扰是莪最后的温柔 提交于 2019-12-12 17:32:37
问题 Problem Context : We initially created a MFP hybrid project with the iOS environment using MFP Studio plugin for Eclipse. We have this project under source control (Git on DevOps). Some team members in our team are doing iOS development for this project and since they are not familiar with Eclipse, they are wanting to use the CLI instead. Other developers in the same team will continue to use Studio since they are writing Java code for the MFP adapters and want to leverage the capabilities

IBM MobileFirst 7.0, Working offline sample application not working

我与影子孤独终老i 提交于 2019-12-12 06:12:57
问题 Environment: 1. Windows 7 and 2. IBM MobileFirst Platform Studio 7.0 Sample Working offline application of IBM MobileFirst Platform 7.0 from Getting Started Modules imported and tested with the following procedures. 1. Set heartbeat to 5 seconds 2. Background application behavior can be seen using web debuggers 3. Shut down MobileFirst Server 4. In a few seconds heartbeat should fail, and disconnectDetected function should be invoked 5. Start up MobileFirst Server 6. In a few seconds

IBM MobileFirst 7.1 - Local server duplicating resources

倾然丶 夕夏残阳落幕 提交于 2019-12-12 04:17:31
问题 Every time i try to create a new Worklight server all of my resources get duplicated... and I believe its causing errors when i deploy. What I have tried to fix this issue so far: Deleted server, and created a new one. Same result Deleted my workspace and started from scratch. Same result Completed removed eclipse from my workstation. Same result Is there any other explaination for this behavior? I am using a fresh Eclipse Luna SR2 install, with a fresh install of the MFP 7.1 plugin. 回答1:

MobileFirst 7.1 OSX Eclipse server url setting

微笑、不失礼 提交于 2019-12-02 22:29:27
问题 I am using Eclipse Juno with MFP 7.1 in a Mac. I put my server address in Configure Build and Deploy Target http://example.com:80 and then use Run As > Run on MobileFirst Development Server . In Windows, this updates my worklight.plist and wlclient.properties files with the new values for the server URL and port number, however in Mac the values remains MyMacBookPro.local as the server URL and the port number as 10080 . Migrated to Eclipse Mars but the problem remains the same: 回答1: This is

Migrated Iphone Build not connecting to Remote Server

心不动则不痛 提交于 2019-12-02 07:11:13
问题 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 builds are working fine but when I build for remote server, only Android build is working. In Iphone build WL.Client.connect is failing with giving error code 403 and for some times 200 Observed below thing by making worklightSettings include="true"

Unable to deploy HelloWorld application to MobileFirst Development Server

两盒软妹~` 提交于 2019-11-30 15:35:21
问题 I am having some trouble building/running the HelloWorld application from the first hybrid app tutorial. When I try to run the default HelloWorld application on the MobileFirst Development Server, the server starts and seems to stop again (without error) before the MobileFirst Application Builder has a chance to finish running. This then causes the application to fail to deploy with the following error message: [2015-01-23 14:03:12] Failed to deploy application 'HelloWorld' to MobileFirst