Alfresco / alfresco-docker-installer

Generator to build Docker Compose templates to deploy Alfresco Community
Other
143 stars 57 forks source link

Password error #118

Closed nextOver closed 2 years ago

nextOver commented 2 years ago

The default login password: admin:admin does not work. Is there another password?

aborroy commented 2 years ago

Any error message in the logs?

Jonbj commented 2 years ago

Did you do the steps of Docker Volume configuration?

https://github.com/Alfresco/alfresco-docker-installer#docker-volumes

nextOver commented 2 years ago

Yes I put permissions on the directories. Now I see errors in the container ocker-compose_solr6 . Config XML parse warning in "solrres:/solrconfig.xml", line 1959, column 88: Include operation failed, reverting to fallback. Resource error reading file as XML (href='solrconfig_insight.xml'). Reason: Can't find resource 'solrconfig_insight.xml' in classpath or '/opt/alfresco-search-services/solrhome/alfresco' and others erros later.

nextOver commented 2 years ago

Solved, problem was my amount of ram memory. Thanks