问题
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