Tracker Service shuts down moments after starting

Mark Criasia7 years ago

Log shows bind exception address in use. But I have tried several addresses. 8082 was being used and for a while 7070 was working but now gives the same error in the log. Have re-installed java and Traccar on PC. Windows 7 with current Java. Do you need a copy of the Wrapper log file?

2017-10-03 14:16:32  INFO: Operating system name: Windows 7 version: 6.1 architecture: amd64
2017-10-03 14:16:32  INFO: Java runtime name: Java HotSpot(TM) 64-Bit Server VM vendor: Oracle Corporation version: 25.144-b01
2017-10-03 14:16:32  INFO: Memory limit heap: 885mb non-heap: 0mb
2017-10-03 14:16:32  INFO: Character encoding: UTF-8 charset: UTF-8
2017-10-03 14:16:32  INFO: Version: 3.14-SNAPSHOT
2017-10-03 14:16:35  INFO: Starting server...
2017-10-03 14:16:35  WARN: [515DEC9F] error - Address already in use: bind - BindException (... < TrackerServer:119 < ServerManager:81 < Main:38 < ...)
Anton Tananaev7 years ago

You have a port conflict with some other process.

Mark Criasia7 years ago

I have been searching for the port in use. Is that the port I have assigned to tracker (port 7070 - which replaced port 5055)? It seems as though the port binding is being caused by JAVA and I'm not sure how to fix that. I tried multiple different port assignments and the bind exception reports the same thing. Are there other ports involved with this platform that I need to look at?

Anton Tananaev7 years ago

Check default.xml file. All ports are there. If you don't know which one is conflicting, then remove all ports that you don't need from there.