worklight-server

IBM Worklight Server 6.2 - Running on Apache Tomcat? “Timeout while waiting for the management service to start up”

吃可爱长大的小学妹 提交于 2019-12-22 11:46:11
问题 I've been trying to setup an IBM Worklight environment. I want to use: Windows Server Apache Tomcat 7 (latest at the time of writing) IBM Worklight 6.2 (latest at the time of writing) MySQL Server 5.6 (latest at the time of writing) Everything seems to be working OK. I've setup Tomcat (default configuration), MySQL (default configuration). Then I continued setting up IBM Worklight. I pointed to the Tomcat installation directory, put in the MySQL Connector/J jar file, etc etc. I left virtually

IBM Worklight Server 6.2 - Running on Apache Tomcat? “Timeout while waiting for the management service to start up”

≯℡__Kan透↙ 提交于 2019-12-22 11:45:31
问题 I've been trying to setup an IBM Worklight environment. I want to use: Windows Server Apache Tomcat 7 (latest at the time of writing) IBM Worklight 6.2 (latest at the time of writing) MySQL Server 5.6 (latest at the time of writing) Everything seems to be working OK. I've setup Tomcat (default configuration), MySQL (default configuration). Then I continued setting up IBM Worklight. I pointed to the Tomcat installation directory, put in the MySQL Connector/J jar file, etc etc. I left virtually

how to perform xslt transformation for input request in adapter

浪尽此生 提交于 2019-12-20 06:29:35
问题 i have created a XSLT for the WL.Server.invokeHttp which gets the data from the backend server in XML format and performing transformation successfully. this adapter is used to get the data from backend server. but while sending data to server in XML , as i am getting data in adapter as JSON , i need to transform it into XML using XSLT. is there any provision in ibm worklight adapters that i can perform XSLT transformation for input request just the way i can do it easily while getting

IBM Worklight 6.0 - worklightserverhost attribute and the app-builder Ant task

烂漫一生 提交于 2019-12-19 11:26:27
问题 I had an Ant build file working fine on Worklight v5.0.6. On porting to Worklight v6.0 I found out that there's a new mandatory attribute, worklightserverhost , for the app-builder task. <app-builder applicationFolder="path/to/proj" environments="mobilewebapp,android,iphone" nativeProjectPrefix="myproj" worklightserverhost="?Here?" outputFolder="where/to/put/it"/> I can find no documentation of the value to put here or its significance; my guess is that it is supposed to be the value that was

IBM Worklight - Connecting/Re-Connecting: WL.Client.connect vs. connectOnStartup vs. WL.Client.invokeProcedure

左心房为你撑大大i 提交于 2019-12-18 18:26:46
问题 In our project we are trying to figure our what the best process to connect to the server will be - especially when taking care of offline/online scenarios etc. Right now, for us, it seems that all three options to connect to the WL server are similar. Whatever option we use, we can call our Adapter Procedures perfectly and we receive Notification Messages that are set in the console. We are not sure about Direct Update - this is not working properly yet. Are there any important differences

IBM Worklight - Connecting/Re-Connecting: WL.Client.connect vs. connectOnStartup vs. WL.Client.invokeProcedure

夙愿已清 提交于 2019-12-18 18:26:12
问题 In our project we are trying to figure our what the best process to connect to the server will be - especially when taking care of offline/online scenarios etc. Right now, for us, it seems that all three options to connect to the WL server are similar. Whatever option we use, we can call our Adapter Procedures perfectly and we receive Notification Messages that are set in the console. We are not sure about Direct Update - this is not working properly yet. Are there any important differences

Worklight logout does not clear active user

て烟熏妆下的殇ゞ 提交于 2019-12-18 17:26:10
问题 I am using Worklight 6.1 and am using a challange handler to determine if my user is logged or not. Once logged in, I have the following code attached to my logout button in my app: on(logoutBtn, "click", lang.hitch(this, function() { WL.Client.logout('AdapterAuthRealm', { onSuccess:lang.hitch(this, function() { this.gotoView("login"); }), onFailure:lang.hitch(this, function() { WL.Logger.error("Unable to logout"); })}); return false; })); Clicking it opens the login view, but when the user

Worklight logout does not clear active user

一曲冷凌霜 提交于 2019-12-18 17:26:05
问题 I am using Worklight 6.1 and am using a challange handler to determine if my user is logged or not. Once logged in, I have the following code attached to my logout button in my app: on(logoutBtn, "click", lang.hitch(this, function() { WL.Client.logout('AdapterAuthRealm', { onSuccess:lang.hitch(this, function() { this.gotoView("login"); }), onFailure:lang.hitch(this, function() { WL.Logger.error("Unable to logout"); })}); return false; })); Clicking it opens the login view, but when the user

No runtime on my Worklight 6.2 Console

你说的曾经没有我的故事 提交于 2019-12-17 17:15:56
问题 After deploying an war file in a Worklight 6.2 environment, the console doesn't show the associated runtime environment : No runtime can be found. It's a basic usage of Worklight 6.2, but I don't know how to fix it ! What I've done : Installation of Worklight Entreprise 6.2 on WebSphere Liberty 8.5.5.2 + DB2 V10.5 customisation of the configuration-liberty-db2.xml with my settings ant -f myxmlfile admdatabases ant -f myxmlfile adminstall ant -f myxmlfile databases ant -f myxmlfile install I

IBM Worklight - CWWKX0202E: The WebSphere Java Management Extensions REST client was unable to process the response from the server for URL

試著忘記壹切 提交于 2019-12-13 09:38:28
问题 I'm using IBM Worklight 6.2.0.00-20140825-1637 for my mobile app project. I got this error message when I try to start my worklight server. It happened after I updated my worklight 6.1 in my Eclipse. Please advice. [ERROR ] CWWKX0202E: The WebSphere Java Management Extensions REST client was unable to process the response from the server for URL https://localhost:10443/IBMJMXConnectorREST on connection rest:localhost:10443 admin 61 Unexpected character: [<] while scanning JSON String for JSON