Failed deploying application using Worklight Console: \"Failed to deploy application <appName>.wlapp'. : ERROR

ぃ、小莉子 提交于 2019-12-02 08:04:45

Some experiments to do:

  1. Make sure that you are using the same Worklight version in both WAS (the Worklight Server you have installed on it) and Worklight Studio (the Eclipse plug-in you use in order to, eventually, generate the .wlapp).

    To find out the Worklight version you have installed in WAS, load Worklight Console and click on the "About" link at the top-right corner. The version number is displayed there.

    To find out the Worklight version you have installed in Eclipse, go to the Help menu >> About >> click the Worklight icon. The version number is displayed there.

    Mismatched Worklight versions are not recommended to have, and will can/will cause such errors.

  2. Remove the securityTests you have placed in the various environment elements in application-descriptor.xml and generate a new .wlapp; try deploying it and see if deployment now passes.

    Alternatively, also make sure that if you have securityTests set in application-descriptor.xml, they are written correclty (match those defined in authenticationConfig.xml).

    This can indicate on a possible problem in authenticationConfig.xml.

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