I've changed every port from 5XXX to 6XXX and i'm still getting
[main] INFO org.eclipse.jetty.util.log - Logging initialized @4993ms
Exception in thread "main" org.jboss.netty.channel.ChannelException: Failed to bind to: 0.0.0.0/0.0.0.0:5100
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272)
at org.traccar.TrackerServer.start(TrackerServer.java:117)
at org.traccar.ServerManager.start(ServerManager.java:81)
at org.traccar.Main.main(Main.java:38)
Caused by: java.net.BindException: Address already in use
That is not possible. Traccar takes port numbers ONLY from config. You are clearly missing something.
removed script by poster
I don't have time to study your scripts. All I know is that Traccar only takes ports from config file. It means somewhere you have a config with port 5001 in it. That's a fact.
just delete the post i found a typo digging through it all for the 10'th time. sry for wasting you time.
It's in
default.xml
file.