Ibm mobilefirst Worklight server-错误500:找不到所需的筛选器类-com.Worklight.core.auth.impl.AuthenticationFilter.class

Ibm mobilefirst Worklight server-错误500:找不到所需的筛选器类-com.Worklight.core.auth.impl.AuthenticationFilter.class,ibm-mobilefirst,websphere-8,worklight-server,Ibm Mobilefirst,Websphere 8,Worklight Server,我将worklight 6.1用于我的移动应用程序项目。我的问题是,我在尝试将war文件上载到worklight server时收到此错误消息。我已经在websphere中安装了worklight server Error 500: javax.servlet.ServletException: Filter [authenticationFilter]: Could not find required filter class - com.worklight.core.auth.impl.Au

我将worklight 6.1用于我的移动应用程序项目。我的问题是,我在尝试将war文件上载到worklight server时收到此错误消息。我已经在websphere中安装了worklight server

Error 500: javax.servlet.ServletException: Filter [authenticationFilter]: Could not find required filter class - com.worklight.core.auth.impl.AuthenticationFilter.class
以下是将war文件上载到worklight server的步骤

1.从IBM Worklight Studio v6.1构建项目_name.war文件。

2.将.war文件部署到IBM Websphere Integrated Solutions Console v8.5.5.0。

3.打开WebSphere企业应用程序并单击安装。

4.从worklight项目目录中选择project.war文件。

5.单击“下一步”按钮以获得快速路径。

6.单击“下一步”按钮。

7.选择服务器1。

8.在目标JNDI上选择。

9.将虚拟主机设置为默认\u主机。

10.设置上下文根。

11.单击“完成”按钮。

12.直接保存到主配置。

13.启动应用程序。

14.打开服务器URL以进入wroklight服务器以部署应用程序、适配器等,但无法打开服务器URL,出现此错误,错误日志如下。

我的最新错误消息是2014年3月10日

Error 500: javax.servlet.ServletException: Worklight Console initialization failed.Logged Exception: java.lang.RuntimeException: FWLSE0206E: The project /rmbp failed to initialize, because the project database schema for data source jdbc:db2://192.168.1.80:50001/APPCNTR 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 schema. 

您可能想查看这篇类似的帖子以获得建议:

重要的是,“您需要确保worklight-jee-library.jar位于应用程序类加载器中。”正如上面Idan所建议的,您可以轻松地使用我们提供的ant脚本,以便以更自动化的方式完成此任务:


请确保严格按照以下手动步骤操作:-此外,您可以只使用ant任务脚本。。。
Error 500: javax.servlet.ServletException: Worklight Console initialization failed.Logged Exception: java.lang.RuntimeException: FWLSE0206E: The project /rmbp failed to initialize, because the project database schema for data source jdbc:db2://192.168.1.80:50001/APPCNTR 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 schema.