Details
Description
I have installed a 18.12 Version of OfBiz i tried this steps:
- Installed Ofbiz with initial seed data. (./gradlew "ofbiz --load-data readers=seed,seed-initial" loadAdminUserLogin -PuserLoginId=admin)
- Start ofbiz (./gradlew ofbiz)
- open HR View (/humanres/control/main)
Now i have a exception when i call the URL in Step 3. The full Exception is in the attachments. The Excpetion is thrown in the CategoryTree.ftl file in line 60. This line runs following code: "core" : { "initially_open" : [ "${partyId}" ] },.
When i initialize the system with the demo datas, this exception no longer occurs.