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 schema. [project worklight] 

回答1:


Follow what the error message suggests.

Make sure that the database schema you use for your DB2 database is one that fits Worklight 6.1

  • Upgrading from a previous version
  • How to manually update the database
  • How to configure the database using Ant
  • Make sure that you have properly configured your application server for working with DB2
  • Also make sure that you have properly set up DB2...


来源:https://stackoverflow.com/questions/21883598/ibm-worklight-6-1-unable-to-initialize-the-project-due-to-db2-error

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