Multiple instances on 1 physical server

Anton Tananaev 8 years ago

It's in default.xml file.

Rasmus Johnsen 8 years ago

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
Anton Tananaev 8 years ago

That is not possible. Traccar takes port numbers ONLY from config. You are clearly missing something.

Rasmus Johnsen 8 years ago

removed script by poster

Anton Tananaev 8 years ago

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.

Rasmus Johnsen 8 years ago

just delete the post i found a typo digging through it all for the 10'th time. sry for wasting you time.