Tracking communication timed out for ModelTracker - alfresco

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

Tracking communication timed out for ModelTracker - alfresco

Hi,
I installed the docker for windows 10
I downloaded the docker-compose.yml file
I run the command:
docker-compose up

The following error message occurred:

solr6_1 | 2020-07-31 19: 16: 44.072 WARN (org.alfresco.solr.AlfrescoCoreAdminHandler@667e34b1_Worker-36) [] o.a.s.t.AbstractTracker Tracking communication timed out for ModelTracker - alfresco

What can it be?
Thank you.

2 Replies
kaynezhang
Advanced

Re: Tracking communication timed out for ModelTracker - alfresco

Since by default the docker image didn't enable ssl between alfresco and solr. So either your alfresco didn't startup correctly or 8080 port is blocked by firewall

jbrasil
Active Member II

Re: Tracking communication timed out for ModelTracker - alfresco

Hi kaynezhang,
The Windows 10 firewall is disabled.
You have the same error.
See the attached files.

Port 8080 is up, but the Alfresco service does not go up

C:\Users\José Roberto Brasil>netstat -an | find "8080"
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING
TCP 192.168.100.8:52237 92.242.140.6:8080 SYN_SENT
TCP 192.168.100.8:52238 92.242.140.6:8080 SYN_SENT
TCP 192.168.100.8:52239 92.242.140.6:8080 SYN_SENT
TCP 192.168.100.8:52241 92.242.140.6:8080 SYN_SENT
TCP [::]:8080 [::]:0 LISTENING
TCP [::1]:8080 [::1]:52240 ESTABLISHED
TCP [::1]:52240 [::1]:8080 ESTABLISHED

http://localhost:8080/share/

504 Gateway Time-out
nginx/1.16.0

Anything else that can be done?
Thank you.power-shell-alfresco-docker.pngfirewall-disabled-Windows10.png