I get the following error when I deploy an instance of a pattern created using the "Out of the Box" IBM Mobile Application Platform Pattern Type 6.1 Template on IBM PureApplication System. The template uses the artifacts/WorklightStarter.ear file as the enterprise application for the WL Server part.
Error 500: javax.servlet.ServletException: Worklight Console initialization failed.Logged Exception: java.lang.RuntimeException: FWLSE0206E: The project /WorklightStarter failed to initialize, because the project database schema for data source jdbc:db2://10.14.15.184:50000/WLRTIME is from version N/A, which is not supported by the server from version 6.1.0.00.20131123-2150. Use the Worklight ant tasks to upgrade the project database schema. [project WorklightStarter].
I have seen posts that explain the WL Runtime DB migration I need go through to fix this error. But that migration should be required for WL Applications that were built on an earlier version of WL (for e.g 5.0.6). I am getting this error from an Out of the Box WorkliteStarter.ear application that is shipped with the IBM Mobile Application Platform Pattern Type 6.1 Template. How do I fix this error?