mobilefirst-server

Not able to get the Device information in IBM Mobile first console with IONIC + MFP App

南笙酒味 提交于 2019-12-25 18:48:36
问题 I am working with integrating IBM Mobile first with my Ionic App. In there i have added a call for a IBM server connectivity. In there i can able to Connect my App with their server. In my console i can able see like, the sever was get connected. My issue is, In mobile first Operation console, i am not able to get any information regarding to my App. (i.e) Device information. 回答1: Edit: I took your app from GitHub and did the following: from the root folder of the project, ran the command:

IBM MobileFirst Platform Operations Console : No runtime can be found

淺唱寂寞╮ 提交于 2019-12-25 15:54:06
问题 My setup: MobileFirst Platform foundation 6.3.0.00-20141127-1357 WebSphere Application Server 8.5.5.0 (1.0.3.20130510-0831) on Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_75-b13 (en_US) hosted on softlayer Installed using the knowledge center guide for 6.3. I have 1 issues now that I can't seem to understand: Built the .war and tried to deploy it using the server config tool but I end up with "no runtime found" like in the various posts. Things I have checked: my java version that was

Updating Expired .p12 certificate in Mobilefirst

会有一股神秘感。 提交于 2019-12-25 07:25:21
问题 My application sends notification the .p12 certificate expiring soon so do we need to send the application again to Apple store ? If not then we just create wlapp file with new .p12 certificate and deploy on our Mobilefirst server or we need to do more configuration ? Please advice ? 回答1: My application sends notification the .p12 certificate expiring soon so do we need to send the application again to Apple store ? No. If not then we just create wlapp file with new .p12 certificate and

PUT HTTP Adapter in MobileFirst Platform

空扰寡人 提交于 2019-12-25 04:38:19
问题 I am trying to post some data from my native android application. Native Code: WLProcedureInvocationData invocationData = new WLProcedureInvocationData("TaskAdapter", "updateTask"); int taskId = Integer.parseInt(tvTaskId.getText().toString()); String assignedTo = tvAssignedTo.getText().toString(); String address = ""; String description = ""; String latitude = "5.0"; String longitude = "5.0"; String status = "5.0"; String comments = "5.0"; String lastupdate = "5.0"; String userLatitude = "5.0

how to solve this error “java.security.cert.CertificateException:” while calling java adapter in mobilefirst? [duplicate]

我是研究僧i 提交于 2019-12-24 10:24:49
问题 This question already has answers here : Resolving javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed Error? (18 answers) Closed 11 months ago . I am currently working on Mobile first version 8. While creating a java adapter to call a api through the following code I m receiving error "java.security.cert.CertificateException: PKIX path building failed mobile first java adapter error" @GET @Path("/unprotected") @Produces(MediaType.TEXT

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.

Upgrade project from WorkLight 6.1 to MobileFirst 7.1

China☆狼群 提交于 2019-12-23 22:29:56
问题 I have a project build with WorkLight 6.1 and I'm going to upgrade this project to MobileFirst 7.1 . I found a link from IBM regrading upgrade from earlier version of MobileFirst , but not from WorkLight 6.1 . Appreciate if anyone can provide me the guidelines to upgrade WorkLight Studio & Server 6.1 to MobileFirst Studio & Server 7.1 Thank you. 回答1: Open MobileFirst Studio 7.1 Select File -> Import > Existing projects into worksace Select your project (make sure to make a backup) Let Studio

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

痞子三分冷 提交于 2019-12-22 01:16:37
问题 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? 回答1: 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. 回答2: This chain of commands

Multiple Mobilefirst-Server artifacts concurrent deploy

◇◆丶佛笑我妖孽 提交于 2019-12-20 07:12:50
问题 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

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