I got this weird error when i tried to create a bot...
Referer: http://ts3bot.thegamemonsters.com/index.php?page=botcreate&botcreateuserid=1
Page: /index.php?page=botcreate
SQL Statement: SELECT textmessage FROM jts3servermodwebui_translation WHERE textkey = 'webui_botlist' AND language_id = 1
SQL Error: MySQL server has gone away
If this web interface was not changed, please send this information to info@stefan1200.de and describe what you did to get this error. Thank you in advance!
The connection to the MySQL server was closed. That error should not happen on a second try.
Die Verbindung zum MySQL Server wurde geschlossen. Der Fehler sollte beim zweiten Versuch nicht mehr auftreten.
Long explanation: http://dev.mysql.com/doc/refman/5.7/en/gone-away.html
English??
Tried it again and the same thing.
I just looked at the bot error log and it says this..
2016-02-27 11:10:21 LOGGER_SQL_ERROR Critical: Cannot connect to MySQL server for logging!
I tried diff MYSQL servers and still the same thing.
Please send me the output of:
java -version
Did you already checked everything from http://dev.mysql.com/doc/refman/5.7/en/gone-away.html ?
Yea I tried that.
Java -version ? Are you asking what version is on the serveR?
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) Client VM (build 25.60-b23, mixed mode, sharing)
Yes, the Java version, which is executing the JTS3ServerMod. Your posted Java version is okay (but you should it update to 1.8.0_73/74).
Please check firewall, if the connection is maybe blocked. Also check the MySQL connection with the same account using the official MySQL client.