ibm-mobilefirst

IBM Mobile First Server 7.1 Installation - Unable to open Application Center Console [closed]

心已入冬 提交于 2019-12-14 02:48:54
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I'm trying to install IBM Mobile First Server, in the process of installation I selected Install Application Center to install. But when I'm trying access that application center console I'm getting an error: Error 404: com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No target servlet

Error uploading file using Cordova filetransfer in SSL environment

落爺英雄遲暮 提交于 2019-12-14 02:34:18
问题 I'm facing an issue while trying to use the Cordova File Transfer API to upload a file while the Worklight Development Server is running in HTTPS. I created a certificate with a valid CA and put it in the server, as well as imported it to the the Android Emulator. I'm able to login to the application and download data using the File Transfer API, but when I try to use it for uploading data I'm getting the below message in LogCat. The code is calling a servlet implemented with our WL

IBM Worklight - How do I patch Cordova?

不羁的心 提交于 2019-12-13 19:43:19
问题 While adding support for the Windows 8 environment, I've hit a Cordova bug. The folders are being reported as files when I get the directory listing: https://issues.apache.org/jira/browse/CB-5774 I want to apply the patch in my project as I understand you cannot upgrade the Cordova version in a Worklight project. I am using Worklight 6.1.0. 回答1: I figured out a way to patch (JavaScript patch).. I am sure this is not a permnant solution - but a adhoc one till the patched Cordova is available

MobileFirst - WL 6.3 - Liberty 8.5.5.5 (Latest) - No Runtime can be found in Worklight Console

夙愿已清 提交于 2019-12-13 19:35:32
问题 I installed WL 6.3 on WAS Liberty 8.5.5.5 (the latest as of today) and deployed WL Admin & Console services using Server Configuration Tool wizard and App Center during WL installation. I use Oracle JDK 1.7 Now when I try to access WL console it says No runtime can be found . And if I access my App then: Timeout while waiting for the management service to start up. Though I can see in the logs that it shows Application wladmin started in 13.173 seconds. . Besides, App Center works fine and I

Duplicate symbols in IBM MobileFirst Platform Foundation (MFP) and Bluemix IMFCore SDK's

梦想与她 提交于 2019-12-13 19:04:35
问题 We have some issues when trying to use both the mobilefirst platform SDK and the IBM Bluemix notification SDK in the MyUnicity iOS project. There are a number of duplicate symbols between the MFP and the IMFCore libraries and the build of our project fails in the linking phase (see the examples below: in total we get "121 duplicate symbols for architecture arm64"). The Bluemix Push notification on iOS requires IMFCore and IMFPush features: duplicate symbol _OBJC_IVAR_$_WLAFQueryStringPair.

IBM Worklight app common pdf file access

风流意气都作罢 提交于 2019-12-13 18:45:47
问题 I want to use WL.App.OpenURL('http://localhost:8080/AbcProj/apps/myApp/common/test.pdf','_blank'); despite this file exists at said path its raising error http error 404 problem accessing /AbcProj/apps/myApp/common/test.pdf 回答1: This is not really possible using the WL API (or PhoneGap/Cordova for that matter). It is just not designed for that. See https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14855386&#14855386. One possible solution is to use ChildBrowser, which is a

worklight fail to require DOJO Combobox on real device -fail to load … /dijit/form/nls/it/ComboBox.js

ⅰ亾dé卋堺 提交于 2019-12-13 18:38:04
问题 Dojo 1.8 Worklight 5.0.6 On Browser and android emulator all works, but if I execute the app on real the parse didn't works. This is Dojo.js function dojoInit() { require([ "dojo", "dojo/parser", "dojox/mobile", "dojox/mobile/compat", "dojox/mobile/ScrollableView", "dojox/mobile/ScreenSizeAware", "dojox/mobile/FixedSplitter", "dojox/mobile/Container", "dojox/mobile/ComboBox" ], function(dojo) { dojo.ready(function() { }); }); } This is browser's error on tablet: xxx.26.81:8080/apps /services

Building iOS hybrid app does not update worklight.plist or root.plist file

夙愿已清 提交于 2019-12-13 18:27:00
问题 I'm running WL 6.1 (6.1.0.01.20140310-1427) on a macbook air (latest OSX). I have a dojo hybrid application that I'm trying to connect to a remote WL server. When I generate an iOS app and I'm changing the address of the worklight server to a remote server. It does not change the address in the generated iOS code. The steps I follow are: Open the Build Settings and Deploy Target.. . On the hybrid app folder. Select the check box for Build the application to work with a different Worklight

org.eclipse.jetty.io.EofException at Build and deploy

丶灬走出姿态 提交于 2019-12-13 17:16:53
问题 I'm trying to develop the samples but sometimes when I build and deploy an apps the process fails, and at eclipse Worklight Console appears: 14-feb-2013 16:28:55 com.worklight.report.impl.GadgetReportsServiceImpl loadProperties INFO: FWLSE3005I: Application raw reports are disabled. 14-feb-2013 16:28:55 com.worklight.server.bundle.project.ProjectBundleManager doStart INFO: FWLST0010I: ====== Started server for project module_22_0_CustomLoginModule-project-customization; Worklight version=5.0

Ionic Mobile First Integration

北战南征 提交于 2019-12-13 16:14:36
问题 I developed Ionic Side Menu app and integrated IBM MobileFirst Platform Foundation 7.1 using the below link. https://www.raymondcamden.com/2015/03/23/working-with-ibm-mobilefirst-and-the-ionic-framework/ When I tried to build & run its throwing an error worklight.js:5383 Uncaught Exception: Uncaught Error: [$injector:modulerr] Failed to instantiate module ng due to: TypeError: Cannot set property 'aHrefSanitizationWhitelist' of null at $$SanitizeUriProvider I googled and found the below Stack