worklight-server

WorkLighr 6.0 Deployement on windows 8 issue

一个人想着一个人 提交于 2019-12-11 21:43:59
问题 I am still working to ibm-worklight 6.0 mobile application , it's working fine my local eclipse development server. but i am going to install the the liberty based using WAS server while i deploye the worklight WAR file is not working. am i got the error below that, Exception thrown by application class 'com.worklight.core.auth.impl.AuthenticationFilter.doFilter:110' javax.servlet.ServletException: Worklight Project not initialized at com.worklight.core.auth.impl.AuthenticationFilter.doFilter

failed to create task or type war-builder in worklight 6.2

孤街浪徒 提交于 2019-12-11 20:13:05
问题 I am using workklight 6.2 and wrote following ant task to build war file on linux machine command line. <taskdef resource="com/worklight/ant/defaults.properties"> <classpath> <pathelement location="opt/IBM/Worklight/WorklightServer/worklight-ant-builder.jar"/> </classpath> </taskdef> <target name="build-war"> <war-builder projectfolder="${basedir}" destinationfolder="bin/" warfile="bin/MyProject.war" classesFolder="classes-folder"/> </target> When I execute the task with following command "

Worklight Init Servlet

天大地大妈咪最大 提交于 2019-12-11 19:36:33
问题 I am working on a worklight hybrid apps for iOS and Android. In the server side implementation, I plan to reuse my existing java code for all the business logic, therefore my server adapter would just making a call to my java code. This is working fine and I actually found some sample to do so, but however my existing java code required some initializing during the startup, it was done using an init servlet configured in web.xml, but as far as I know, worklight doesn't have a easy way to

IBM Worklight 5.0.6.1 - Push Notification through Proxy Server

…衆ロ難τιáo~ 提交于 2019-12-11 19:23:08
问题 I would like to use a proxy server for push notification. In worklight.properties, how to specify username and password for APNS? # Push GCM proxy settings #push.gcm.proxy.enabled=false # protocol may be either http or https #push.gcm.proxy.protocol= #push.gcm.proxy.host= # negative value means default port #push.gcm.proxy.port=-1 #push.gcm.proxy.user= #push.gcm.proxy.password= # Push APNS proxy settings #push.apns.proxy.enabled=false # only SOCKS proxy is supported at the moment #push.apns

Worklight 6.1 JPA errors in log: can not start application

允我心安 提交于 2019-12-11 18:55:19
问题 I have WL 6.1 Studio (on the top RAD 9.0.1) + WAS Liberty Profile 8.5.5.1 + WL 6.1 + Derby DB. At some point in time I started receiving errors and my WL application failed to start, from WAS log it seems that problem with JPA (or JPA classes loading conflict)? What can I check to fix it? Below is the relevant fragment from the log file (application fails to start) [4/1/14 12:29:56:077 VET] 00000020 com.ibm.ws.kernel.feature.internal.FeatureManager A CWWKF0011I: The server server1 is ready to

How can I configure Worklight to serve *.svg files with contentType=image/xml+svg?

帅比萌擦擦* 提交于 2019-12-11 09:35:02
问题 When I try to use an svg file as the source for an image tag, or as a background image url, I don't see anything (and firebug tells me Failed to load the given url It looks like it is because Worklight is serving it with a Content-Type response header of application/octet-stream . How can I get Worklight to send it with image/svg+xml so that it will display properly? 回答1: Finally found it. Add the following to the server.xml: <mimeTypes> <type>svg=image/svg+xml</type> </mimeTypes> [ You can

Worklight Server - Failed to deploy adapter 'LinkAccount.adapter'.

北城余情 提交于 2019-12-11 09:27:10
问题 From the previous problematic and devastation in installation worklight server into our websphere, IBM Worklight 6.1 - Project fails to initialize because the project database schema is from version N/A , we discover new problem after that catastrophic event. First we got this error message Error 500: javax.servlet. ServletException: Worklight Console initialization failed.Logged Exception: java.lang.RuntimeException: FWLSE4010E: The project 'xxxx' failed to initialize, because the project

IBM Worklight 6.1 - Unable to initialize the project due to DB2 error

妖精的绣舞 提交于 2019-12-10 11:55:55
问题 I'm getting the following error while trying to access the Worklight server deployed in my machine: Error 500: Worklight Console initialization failed.Logged Exception: java.lang.RuntimeException: FWLSE0206E: The project /worklight failed to initialize, because the project database schema for data source jdbc:db2://xxxxx:50000/WRKLGHT is from version N/A, which is not supported by the server from version 6.1.0.00.20131126-0630. Use the Worklight ant tasks to upgrade the project database

push notification receiving more than one time in worklight 6.0 after Updating the applicaion

偶尔善良 提交于 2019-12-08 14:08:56
问题 I have implemented push notification in worklight 6.0 via GCM, but I am receiving the push notification more than 1 time. When I am updating my application by direct update, I am getting extra one push notification, For Example: 3 extra push notification for 3 update after installation. But when I install the application for the first time it works fine. 回答1: This is a known bug in Worklight 6.0. It was fixed in the latest fixpack (6.0.0.2). See http://www-01.ibm.com/support/docview.wss?uid

IBM Worklight 6.2 Server Deployement error: DB2 Instance not found on server

喜你入骨 提交于 2019-12-08 11:29:24
问题 Environment: IBM Worklight 6.2, IBM Liberty 8.5.5.1, IBM DB2 10.5 & Windows 2008 standard Edition. For the High Availability of DB instance[WLDBINST], the following Architecture I have followed. 2 Windows Clustered Machines with IBM DB2 binary and SAN storage used to share the Database file in Common. If any 1 node is not available the other node will take over the control without any loss of the data. I have tested the DB2 instance via Cluster IP and it works fine. The below error has been