can't login to afresco after installation with docker compose

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

can't login to afresco after installation with docker compose

hi,

I m new to alfresco, I have installed the version 7.2 with docker-compose and run alfresco (1O/10 runing in docker desktop)

however I have the message "Vos informations d'authentification n'ont pas été reconnues ou Alfresco Content Services n'est peut-être pas disponible actuellement." when trying to access to share URL and "You've entered an unknown username or password" with http://localhost:8080.

in logs I can see this message: 

 

2022-11-22 00:06:59 alfresco-proxy-1 | 172.18.0.1 - admin [21/Nov/2022:23:06:59 +0000] "POST /alfresco/api/-default-/public/authentication/versions/1/tickets HTTP/1.1" 404 0 "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.52"
2022-11-22 00:07:00 alfresco-solr6-1 | 2022-11-21 23:07:00.008 ERROR (org.alfresco.solr.AlfrescoCoreAdminHandler@4163f1cd_Worker-40) [ ] o.a.s.t.AbstractTracker [archive / ACL@275342012 / IT #1669072020002] Tracking failure. See the stacktrace below for further details.
2022-11-22 00:07:00 alfresco-solr6-1 | org.alfresco.error.AlfrescoRuntimeException: 10210361 api/solr/aclchangesets return status:404
2022-11-22 00:07:00 alfresco-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.callRepository(SOLRAPIClient.java:1598)
2022-11-22 00:07:00 alfresco-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.getAclChangeSets(SOLRAPIClient.java:187)
2022-11-22 00:07:00 alfresco-solr6-1 | at org.alfresco.solr.tracker.AclTracker.getSomeAclChangeSets(AclTracker.java:531)

can you please add me with a solution or just point out the root cause for me so I can go deeper in my search of solving the problem.

 

Thank you so much

 

ps1 : the url http://localhost:8080/alfresco is not working at all (error 404)

ps2 : with the commande : docker ps -a 

everything seems to be working fine

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4d00abaaf0fa nginx:stable-alpine "/docker-entrypoint.…" 22 hours ago Up 22 hours 80/tcp, 0.0.0.0:8080->8080/tcp alfresco-proxy-1
44475c95eed5 alfresco/alfresco-content-app:3.1.0 "/docker-entrypoint.…" 22 hours ago Up 22 hours 8080/tcp alfresco-content-app-1
62a3b138315d alfresco-alfresco "catalina.sh run -se…" 22 hours ago Up 22 hours 8000/tcp, 8080/tcp, 10001/tcp alfresco-alfresco-1
5b02441e35ce alfresco-share "/usr/local/tomcat/s…" 22 hours ago Up 22 hours 8000/tcp, 8080/tcp alfresco-share-1
7d27cb5205d0 alfresco-solr6 "/bin/sh -c '$DIST_D…" 22 hours ago Up 22 hours 8983/tcp, 10001/tcp alfresco-solr6-1
4a491b72c168 postgres:14.4 "docker-entrypoint.s…" 22 hours ago Up 22 hours 0.0.0.0:5432->5432/tcp alfresco-postgres-1
bcb74ccdb624 alfresco/alfresco-transform-core-aio:3.0.0 "/bin/sh -c 'java $J…" 22 hours ago Up 22 hours 8090/tcp alfresco-transform-core-aio-1
2cd07d5d3b50 alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8 "/bin/sh -c './init.…" 24 hours ago Up 22 hours 5672/tcp, 61613/tcp, 61616/tcp, 0.0.0.0:8161->8161/tcp alfresco-activemq-1
2aefceea7b52 angelborroy/alfresco-tengine-ocr:1.0.0 "/bin/sh -c 'java $J…" 2 days ago Up 26 seconds 8090/tcp alfresco-transform-ocr-1
a60d89085e3b alfresco-ocrmypdf "/usr/sbin/sshd -D" 2 days ago Up 6 seconds 22/tcp alfresco-ocrmypdf-1
9daf556f96ab docker101tutorial "/docker-entrypoint.…" 3 days ago Exited (0) 22 hours ago docker-tutorial
447ee8681f9a alpine/git "git clone https://g…" 3 days ago Exited (128) 22 hours ago

2 Replies
angelborroy
Alfresco Employee

Re: can't login to afresco after installation with docker compose

Find the cause avoiding Alfresco Repository to start in the logs.

Hyland Developer Evangelist
CrisSorli
Member II

Re: can't login to afresco after installation with docker compose

hi! I have the same problem, sorry Angel, I don't understand what you mean with your answer. I've just finished my instalation through your content by docker run -it -v ${PWD}:/generated angelborroy/alfresco-installer

Thanks in advance