ibm-mobilefirst

Worklight 6.2 migration tool error

别来无恙 提交于 2019-12-31 05:41:11
问题 I am working on migrating data from WL 5.0.6.2 to 6.2. While doing that I encountered problems running data migration tool. Background: Approach: we export the WRKLGHT table from 5062 DB to an intermediate DB for data migration so the running DB is not affected. DBs: 1. schema: proj its storing 5062 runtime data, upgrade-worklight-506-60-oracle.sql, upgrade-worklight-60-61-oracle.sql upgrade sql are executed. 2. schema: proj6 its blank DB at first, "create-worklightadmin-oracle.sql" is

Upgrading to Worklight 6.2

我只是一个虾纸丫 提交于 2019-12-31 04:37:08
问题 I am facing issue with upgrading to Worklight 6.2. Please find the error below: ERROR: transport error 202: bind failed: Address already in use ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:750] FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) Thanks in advance 回答1: I guess you see this when starting

IBM Worklight 6.1 - How to send post values in adapter?

放肆的年华 提交于 2019-12-31 03:22:07
问题 I'm using IBM worklight 6.1 for my mobile app project. My question is how to send post values in adapter? function getUsername(userAlias,locale) { path = "rest-rib/service/Login/login_username"; var input = { method : 'post', returnedContentType : 'json', path : path }; return WL.Server.invokeHttp(input); } Thanks a lot in advance. 回答1: Your question does not specify what is NOT working for you... please add more details. You should also read about HTTP adapters. Training module Information

Worklight Authenticity

℡╲_俬逩灬. 提交于 2019-12-31 01:45:28
问题 We are developing a hybrid application on Worklight, and we need to implement the app authenticity. We are using Worklight Enterprise edition 6.2.0.1 with IBM app centre. However, We are seeing the following error on the server log when we launch the app on Android (iOs the same too, but will provide Android log). [1/19/15 15:25:05:388 EST] 00000254 WLNewAuthenti E com.worklight.core.auth.ext.appauth.WLNewAuthenticityScheme isInvalidAndroidParams FWLSE0260E: Missing or empty packageName for

IBM Worklight - “Permission denied” when building in Xcode

故事扮演 提交于 2019-12-30 19:13:12
问题 I created and built a Worklight project following the official guide on developerWorks. I deployed the app on Android device and it worked fine. But when I built the generated native project with Xcode, I got the following error: Running a custom build phase script: buildtime.sh /Users/gengsm/Documents/workspace/MobileClientMobileBankIphone-apsfwvobsizahnbjzlwhgbsbwusj/Build/Intermediates/MobileClientMobileBankIphone.build/Debug-iphonesimulator/MobileClientMobileBankIphone.build/Script

How to Fix No MBean found for Worklight project?

半腔热情 提交于 2019-12-30 18:29:44
问题 I have a problem when deploying my Worklight project on the server . It shows the following Error Message : FWLSE3041E: No MBean found for Worklight project 'MyProject'. Possibly the Worklight runtime web application for Worklight project 'MyProject' is not running. If it is running, use JConsole to inspect the available MBeans. and when I tried to preview my application it showed this message : SRVE0777E: Exception thrown by application class 'com.worklight.core.auth.impl

Worklight - How to check if a client is already logged in, then pass the login screen

前提是你 提交于 2019-12-30 12:59:19
问题 I get the following error when I log in the second time in my login screen. [ERROR ] FWLSE0099E: An error occurred while invoking procedure [project Klappr]KlapprAuthAdapter/submitAuthenticationFWLSE0100E: parameters: [project Klappr]{ "arr": [ "dGVzdDp0ZXN0" ] } Cannot change identity of an already logged in user in realm 'KlapprAuthRealm'. The application must logout first. FWLSE0101E: Caused by: [project Klappr]null com.worklight.common.log.filters.ErrorFilter In submitauthentication (in

$.mobile is undefined (Worklight + jQuery Mobile)

一世执手 提交于 2019-12-30 12:24:48
问题 I have main html: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0" /> <title>Home</title> <link rel="stylesheet" href="js/jquery.mobile-1.2.0/jquery.mobile-1.2.0.css" type="text/css" media="screen" title="no title" charset="utf-8" /> <link rel="stylesheet" href="css/Home.css" type="text/css" media="screen" title="no title" charset="utf-8" /> <link rel="stylesheet"

$.mobile is undefined (Worklight + jQuery Mobile)

爱⌒轻易说出口 提交于 2019-12-30 12:24:17
问题 I have main html: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0" /> <title>Home</title> <link rel="stylesheet" href="js/jquery.mobile-1.2.0/jquery.mobile-1.2.0.css" type="text/css" media="screen" title="no title" charset="utf-8" /> <link rel="stylesheet" href="css/Home.css" type="text/css" media="screen" title="no title" charset="utf-8" /> <link rel="stylesheet"

$.mobile is undefined (Worklight + jQuery Mobile)

*爱你&永不变心* 提交于 2019-12-30 12:24:03
问题 I have main html: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0" /> <title>Home</title> <link rel="stylesheet" href="js/jquery.mobile-1.2.0/jquery.mobile-1.2.0.css" type="text/css" media="screen" title="no title" charset="utf-8" /> <link rel="stylesheet" href="css/Home.css" type="text/css" media="screen" title="no title" charset="utf-8" /> <link rel="stylesheet"