IBM Worklight 6.0 - Adapter disappears after it is deployed

雨燕双飞 提交于 2019-12-26 09:23:17

问题


I am trying to deploy multiple adapters to a Worklight Server in a production environment. When refreshing the console, the deployed adapters are missing.

What is the problem?


回答1:


Can you please take a look at your Worklight Server log to see if any errors are displayed. I have seen in the past similar behavior when adapter procedures relied on security-tests, but the security tests were not defined properly in the authenticationConfig.xml file on the server side. In the server log I saw the following error:

"Failed to deploy adapter. This may be due to a JavaScript error in your adapter implementation"

If this is the case please update your authenticationConfig.xml on your production server to match the properties you have defined in your development environment. Also do these adapters deploy successfully in your development environment when running locally?




回答2:


Make sure that the Studio the adapter was created in and the Server the adapter is deployed to are of the exact same build number

This is reason #1 for adapters to get deployed and then immediately get removed.



来源:https://stackoverflow.com/questions/19949167/ibm-worklight-6-0-adapter-disappears-after-it-is-deployed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!