Unable to access to document library content from Alfresco Share 7.1

cancel
Showing results for 
Search instead for 
Did you mean: 
tao
Member II

Unable to access to document library content from Alfresco Share 7.1

Jump to solution

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

 

AlfrescoWeb 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.

1 Solution

Accepted Solutions
angelborroy
Alfresco Employee

Re: Unable to access to document library content from Alfresco Share 7.1

Jump 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.

Hyland Developer Evangelist

View solution in original post

3 Replies
angelborroy
Alfresco Employee

Re: Unable to access to document library content from Alfresco Share 7.1

Jump 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.

Hyland Developer Evangelist
tao
Member II

Re: Unable to access to document library content from Alfresco Share 7.1

Jump to solution

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!

lightingshooter
Member II

Re: Unable to access to document library content from Alfresco Share 7.1

Jump to solution
I think that's true!