Error message when starting BanManager
Legoman99573 opened this issue ยท 7 comments
i keep getting then when i start my server
[11:30:44] [Server thread/INFO]: [BanManager] Enabling BanManager v5.6.0
[11:30:44] [Thread-19/WARN]: Exception in thread "Thread-19"
[11:30:44] [Thread-19/WARN]: java.lang.NumberFormatException: multiple points
[11:30:44] [Thread-19/WARN]: at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
[11:30:44] [Thread-19/WARN]: at sun.misc.FloatingDecimal.parseFloat(Unknown Source)
[11:30:44] [Thread-19/WARN]: at java.lang.Float.parseFloat(Unknown Source)
[11:30:44] [Thread-19/WARN]: at net.buycraft.util.Updater.versionCheck(Updater.java:417)
[11:30:44] [Thread-19/WARN]: at net.buycraft.util.Updater.access$400(Updater.java:40)
[11:30:44] [Thread-19/WARN]: at net.buycraft.util.Updater$UpdateRunnable.run(Updater.java:497)
[11:30:44] [Thread-19/WARN]: at java.lang.Thread.run(Unknown Source)
[11:30:53] [Server thread/INFO]: [BanManager] Loaded 8 bans into memory
[11:30:54] [Server thread/INFO]: [BanManager] Loaded 1 mutes into memory
[11:30:55] [Server thread/INFO]: [BanManager] Loaded 0 ip bans into memory
[11:30:55] [Server thread/INFO]: [BanManager] Loaded 0 ip range bans into memory
[11:30:55] [Server thread/ERROR]: [BanManager] The time on your server and MySQL database are out by 153 seconds, this may cause syncing issues.
it seems not to work with buycraft.
Thats better :p
First of all BuyCraft and BanManager have afaik absolutely nothing to do with each other. That's strange
Secondly:
The time on your server and MySQL database are out by 153 seconds, this may cause syncing issues.
For most network services it is very important to have a synced time stamp on each side of the connection. So either blame your gameserver host or database host do do their job properly.
myself is fine, but i blame the other database host. may change host and restart the server if the issue is fixed.