Failed to deploy worklight adapter in Worklight

99封情书 提交于 2019-12-02 05:36:27
Idan Adar

See my answer here: Failed deploying application using Worklight Console: "Failed to deploy application <appName>.wlapp'. : ERROR

Make sure that the Worklight Server version that is installed on WebSphere matches that of the Worklight Studio Eclipse plug-in used to create the .war, .wlapps and .adapter files.

In addition, make sure that:

  1. you use the same context root ("BPMWorklight") for all:

    • in application-descriptor.xml
    • in worklight.properties
    • name of the .war file
  2. you have removed the previous .war installed by default by the Worklight installation on WAS

I am getting the feeling that you have several Worklight .war files deployed and they are somehow using the wrong .war, thus not finding/using the correct authenticationConfig.xml, which could explain not finding the securityTest.

In Worklight 5.0.x, there should be only 1 Worklight .war file at a time.

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