Troubleshooting Akeneo
Diagnose Akeneo PIM on TurboStack - find logs, fix stuck imports/exports, search index errors, cache and permission problems, and missing export tools.
Most Akeneo problems on TurboStack have one of three causes. The job queues may not be running, the search index may be missing or unreachable, or the Symfony cache or permissions may be stale. This page shows where to look and how to fix the common cases.
Where to find the logs
Also check the host's Health tab for resource pressure and the recent deploys in History to correlate a problem with a change.
Common issues
A troubleshooting workflow
- Check the host's Health tab for CPU, memory and disk pressure.
- Read the relevant log - start with
var/logs/*.log, then the job-queue journal for stuck imports/exports. - Review the last deploy in History; if a recent change broke it, revert and re-publish from Publishing.
- Verify the services are running: the three
pim-job-queue@*consumers, Elasticsearch/OpenSearch, MySQL and Redis. Restart any that are down and reindex if needed.
Getting help
If you are still stuck, gather the relevant log excerpt and the time the problem started, then reach out via Support. The general platform troubleshooting guide covers issues that are not specific to Akeneo.