I am trying to move to the latest version of Wakanda Enterprise and my solution, originally created in V10 enterprise, won't even launch. Below are the error codes. I searched for some kind of index to look up the codes but I could not find one.
2016-09-28 13:50:33 [wakanda.PlannerTool2.PlannerTool2.xbox] ERROR - [614] "{newname}" is an invalid name for file {path}., task #1299
2016-09-28 13:50:33 [wakanda.PlannerTool2.PlannerTool2.iasv] ERROR - [1054] Cannot post 'applicationWillStart' message to services, task #1299
2016-09-28 13:50:33 [wakanda.PlannerTool2.PlannerTool2.xbox] ERROR - [650] Directory not found (dirNFErr)., task #1299
I tried this on 2 different machines (both Mac) and am an admin on one of them-- both had the same error codes.
I am trying to upgrade to 11.197492 and the same exact errors happen when I try to launch using 11.196912
My .waProject file:
<?xml version="1.0" encoding="UTF-8"?>
<project>
`<folder path="./Widgets/">`
`<tag name="widgets"/>`
`</folder>`
`<folder path="./Themes/">`
`<tag name="themes"/>`
`</folder>`
`<file path="./Model.waModel">`
`<tag name="catalog"/>`
`</file>`
`<file path="./Settings.waSettings">`
`<tag name="settings"/>`
`</file>`
`<file path="./Permissions.waPerm">`
`<tag name="permissions"/>`
`</file>`
`<file path="./bootstrap.js">`
`<tag name="bootStrap"/>`
`</file>`
</project>