I have a problem

carlosfelipe8 years ago

when the program runs I have the following error. What would be the cause of the problem?

2016-06-11 01:40:54  INFO: Starting server...
2016-06-11 01:40:54  WARN: [8C7B6A3F] error - Address already in use: bind - BindException (... < TrackerServer:133 < ServerManager:72 < Main:32 < ...)
2016-06-11 01:53:44  INFO: Operating system name: Windows 10 version: 10.0 architecture: amd64
2016-06-11 01:53:44  INFO: Java runtime name: Java HotSpot(TM) 64-Bit Server VM vendor: Oracle Corporation version: 25.92-b14
2016-06-11 01:53:44  INFO: Memory limit heap: 2713mb non-heap: 0mb
2016-06-11 01:53:44  INFO: Character encoding: UTF-8 charset: UTF-8
Anton Tananaev8 years ago

This error usually indicates that port is already used by some other process. Weird thing is that it doesn't show port. Are you sure your configuration file is correct?