I am using a new Alfresco 7.1 installation for test. The content services are working ok using CMIS API, but when I try to access to Site content "Error loading items"
I have searched errors on the alfresco logs but I haven't found any error. The only clue is shown in the browser developer console in some xhr requests where there are 404 error:
- My Documents (in home page)
/share/proxy/alfresco/slingshot/doclib/doclist/documents/node/alfresco/company/home?max=50&filter=recentlyModifiedByMe
Web Script Status 404 - Not Found |
The Web Script /alfresco/s/slingshot/doclib/doclist/documents/node/alfresco/company/home has responded with a status of 404 - Not Found. |
404 Description: | Requested resource is not available. |
Message: | 02100069 Script url /slingshot/doclib/doclist/documents/node/alfresco/company/home does not map to a Web Script. |
Server: | Enterprise v7.1.0 (r0a8ca6f2-b3963) schema 15,002 |
Time: | Mar 10, 2022, 4:32:00 PM |
It also is reproducible in Document Library of my test Site (TAOINT)
- Site Content (Site Dashboard section)
Web Script : /alfresco/s/slingshot/doclib/doclist/documents/site/TAOINT/documentLibrary
Url : /share/proxy/alfresco/slingshot/doclib/doclist/documents/site/TAOINT/documentLibrary?max=50&filter=recentlyModifiedByMe
- Expand Documents folder (Document Library section)
WebScript: alfresco/s/slingshot/doclib/treenode/site/TAOINT/documentLibrary
Url: /share/proxy/alfresco/slingshot/doclib/treenode/site/TAOINT/documentLibrary?perms=false&children=true&max=-1
Any idea of what is the problem and how to solve it?
Thanks for your help.
Solved! Go to Solution.
It looks like you need to deploy alfresco-share-services in repository.
AMP is available in https://download.alfresco.com/cloudfront/release/community/7.1.0.1-build-2669/alfresco-content-servi...
If you want to test Alfresco, I suggest to use https://github.com/alfresco/alfresco-docker-installer
This installer includes and configures all required services by default.
It looks like you need to deploy alfresco-share-services in repository.
AMP is available in https://download.alfresco.com/cloudfront/release/community/7.1.0.1-build-2669/alfresco-content-servi...
If you want to test Alfresco, I suggest to use https://github.com/alfresco/alfresco-docker-installer
This installer includes and configures all required services by default.
You are right, the problem to skip the installation of the alfresco-share-services amp when we configured the environment.
Using the apply_amps tool (https://docs.alfresco.com/content-services/latest/install/zip/amp/) solved the problem.
Thanks!
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.