New ACS installation - Share page won't load

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

New ACS installation - Share page won't load

I've installed Alfresco Content Services Community edition 2019 GA.

No errors appearing in the tomcat log files, seems to startup alfresco fine.

But if I open browser and try to navigate to localhost:8080/alfresco, or localhost:8080/share, nothing at all loads.

What's the best way to troubleshoot this?

2 Replies
abhinavmishra14
Advanced

Re: New ACS installation - Share page won't load

Its possible that all the services did not started properly. Check whether you have assigned appropriate memory to the docker engine. Minimum 4 GB is required.

User this command to see if all the services are up: 

docker-compose ps 

It would result this kind of output if all the services are up and running:

Follow the instructions given here:

https://github.com/Alfresco/acs-community-deployment/blob/master/docs/docker-compose-deployment.md

Read this blog, it will also be helpful: https://community.alfresco.com/community/ecm/blog/2018/11/14/deploying-and-running-alfresco-content-...

~Abhinav
(ACSCE, AWS SAA, Azure Admin)
ajkr195
Customer

Re: New ACS installation - Share page won't load

I ran into same issues. However was able to overcome all of them.

For folks facing similar issues, I created an automated installation solution (http) here:

https://github.com/ajkr195/AlfrescoCommunityInstallation