Alfresco / alfresco-docker-installer

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

Solr startup error with alf 7.2 and --solrHttpMode=secret #144

Closed federicotarantino closed 2 years ago

federicotarantino commented 2 years ago

Hi, there is an error with alfresco 7.2 and --solrHttpMode=secret

Step to reproduce: $ yo alfresco-docker-installer --acsVersion=7.2 --ram=16 --mariadb=false --crossLocale=true --smtp=false --ldap=false --addons=js-console --startscript=false --volumesscript=true --https=false --serverName=localhost --password=admin --port=80 --ftp=false --solrHttpMode=secret --activeMqCredentials=false --windows=false

$ sudo ./create-volumes.sh $ docker compose up

aborroy commented 2 years ago

It worked as expected on my side.

What is the error? Can you attach some details?

federicotarantino commented 2 years ago

I retried and it works. I had the error when i changed the solrHttpMode from "https" to "secret", and recreate containers. I think depends of "keystore" volume. You can close/delete issue, sorry for the spent time

aborroy commented 2 years ago

No worries, thanks for your feedback.