I have been using Traccar in a Docker container on an AMD64 without any issues. Now that I'm moving my containers to a Docker Swarm consisting of ARM64 nodes, Traccar doesn't start up. This error occurs:
Error: Could not find or load main class bin.traccar
Caused by: java.lang.ClassNotFoundException: bin.traccar
This is using the image traccar/traccar:6.10.0 from hub.docker.com.
Any ideas on how to get it working?
Something is misconfigured on your end.
I have been using Traccar in a Docker container on an AMD64 without any issues. Now that I'm moving my containers to a Docker Swarm consisting of ARM64 nodes, Traccar doesn't start up. This error occurs:
This is using the image traccar/traccar:6.10.0 from hub.docker.com.
Any ideas on how to get it working?