Version 3.3 We have an issue in AWE. Getting below error while we are hitting:- http://localhost:8080/customer/ If we remove the content property from body.jsp in customer application, application is working fine. We think there might be some configuration or jar might be missing.
I am getting the same error. The index.jsp is including noderefs.jsp which uses 2 workspace ids Which doesnt exist and that's the reason why I am seeing the same issue. After decompiling customer.jar I tried to manually call the webscript that index.jsp is trying to execute but its not working either. http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/301a540e-7101-489c-a8a7-859102... restults in 404
Message: 09210013 Unable to find NodeIdReference[storeRef=workspace://SpacesStore,id=301a540e-7101-489c-a8a7-859102a99ea5]
I'm thinking that we need to create the content and than manually change the noderef id to the new one to make it work.