cancel
Showing results for 
Search instead for 
Did you mean: 

JSONObject['properties'] not found + alfresco

patni123
Champ in-the-making
Champ in-the-making
Hi,

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.

Please help us to solve.

javax.servlet.jsp.JspException: org.json.JSONException: JSONObject["properties"] not found.
   org.customer.PropertyTag.doStartTag(PropertyTag.java:114)
   org.apache.jsp.index_jsp._jspService(index_jsp.java:116)
   org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   org.alfresco.web.awe.filter.WebEditorFilter.doFilter(WebEditorFilter.java:70)
1 REPLY 1

huzaifah
Champ in-the-making
Champ in-the-making
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.