- Плагин
- mcAuth
- Ядро сервера
- Bungeecord
- Версия сервера
- 1.12.2
у меня проблема при заходе на сервер кидает на ауч а после регестрации кикает и пишет что не удалось подключится в лобби и в консоле пишет вот это
Код:
19:48:47 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Cannot load connection class because of underlying exception: 'java.lang.NumberFormatException: For input string: "3306:3306"'.
19:48:47 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
19:48:47 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
19:48:47 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
19:48:47 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
19:48:47 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:403)
19:48:47 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:386)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
19:48:47 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:331)
19:48:47 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:664)
19:48:47 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:247)
19:48:47 [SEVERE] at me.mastercapexd.auth.storage.mysql.MySQLAccountStorage.getConnection(MySQLAccountStorage.java:51)
19:48:47 [SEVERE] at me.mastercapexd.auth.storage.sql.SQLAccountStorage.createTable(SQLAccountStorage.java:57)
19:48:47 [SEVERE] at me.mastercapexd.auth.storage.mysql.MySQLAccountStorage.<init>(MySQLAccountStorage.java:45)
19:48:47 [SEVERE] at me.mastercapexd.auth.bungee.AuthPlugin.loadAccountStorage(AuthPlugin.java:113)
19:48:47 [SEVERE] at me.mastercapexd.auth.bungee.AuthPlugin.registerAuth(AuthPlugin.java:76)
19:48:47 [SEVERE] at me.mastercapexd.auth.bungee.AuthPlugin.onEnable(AuthPlugin.java:57)
19:48:47 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:265)
19:48:47 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:311)
19:48:47 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:49)
19:48:47 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
19:48:47 [SEVERE] Caused by: java.lang.NumberFormatException: For input string: "3306:3306"
19:48:47 [SEVERE] at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
19:48:47 [SEVERE] at java.lang.Integer.parseInt(Integer.java:580)
19:48:47 [SEVERE] at java.lang.Integer.parseInt(Integer.java:615)
19:48:47 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.port(NonRegisteringDriver.java:812)
19:48:47 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323)
19:48:47 [SEVERE] ... 12 more
19:48:47 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Cannot load connection class because of underlying exception: 'java.lang.NumberFormatException: For input string: "3306:3306"'.
19:48:47 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
19:48:47 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
19:48:47 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
19:48:47 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
19:48:47 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:403)
19:48:47 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:386)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
19:48:47 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:331)
19:48:47 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:664)
19:48:47 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:247)
19:48:47 [SEVERE] at me.mastercapexd.auth.storage.mysql.MySQLAccountStorage.getConnection(MySQLAccountStorage.java:51)
19:48:47 [SEVERE] at me.mastercapexd.auth.storage.sql.SQLAccountStorage.lambda$createColumns$0(SQLAccountStorage.java:66)
19:48:47 [SEVERE] at java.util.ArrayList.forEach(ArrayList.java:1259)
19:48:47 [SEVERE] at me.mastercapexd.auth.storage.sql.SQLAccountStorage.createColumns(SQLAccountStorage.java:65)
19:48:47 [SEVERE] at me.mastercapexd.auth.storage.mysql.MySQLAccountStorage.<init>(MySQLAccountStorage.java:46)
19:48:47 [SEVERE] at me.mastercapexd.auth.bungee.AuthPlugin.loadAccountStorage(AuthPlugin.java:113)
19:48:47 [SEVERE] at me.mastercapexd.auth.bungee.AuthPlugin.registerAuth(AuthPlugin.java:76)
19:48:47 [SEVERE] at me.mastercapexd.auth.bungee.AuthPlugin.onEnable(AuthPlugin.java:57)
19:48:47 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:265)
19:48:47 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:311)
19:48:47 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:49)
19:48:47 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
19:48:47 [SEVERE] Caused by: java.lang.NumberFormatException: For input string: "3306:3306"
19:48:47 [SEVERE] at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
19:48:47 [SEVERE] at java.lang.Integer.parseInt(Integer.java:580)
19:48:47 [SEVERE] at java.lang.Integer.parseInt(Integer.java:615)
19:48:47 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.port(NonRegisteringDriver.java:812)
19:48:47 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323)
19:48:47 [SEVERE] ... 14 more
19:48:47 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Cannot load connection class because of underlying exception: 'java.lang.NumberFormatException: For input string: "3306:3306"'.
19:48:47 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
19:48:47 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
19:48:47 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
19:48:47 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
19:48:47 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:403)
19:48:47 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:386)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
19:48:47 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
19:48:47 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:331)
19:48:47 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:664)
19:48:47 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:247)
19:48:47 [SEVERE] at me.mastercapexd.auth.storage.mysql.MySQLAccountStorage.getConnection(MySQLAccountStorage.java:51)
19:48:47 [SEVERE] at me.mastercapexd.auth.storage.sql.SQLAccountStorage.lambda$createColumns$0(SQLAccountStorage.java:66)
19:48:47 [SEVERE] at java.util.ArrayList.forEach(ArrayList.java:1259)
19:48:47 [SEVERE] at me.mastercapexd.auth.storage.sql.SQLAccountStorage.createColumns(SQLAccountStorage.java:65)
19:48:47 [SEVERE] at me.mastercapexd.auth.storage.mysql.MySQLAccountStorage.<init>(MySQLAccountStorage.java:46)
19:48:47 [SEVERE] at me.mastercapexd.auth.bungee.AuthPlugin.loadAccountStorage(AuthPlugin.java:113)
19:48:47 [SEVERE] at me.mastercapexd.auth.bungee.AuthPlugin.registerAuth(AuthPlugin.java:76)
19:48:47 [SEVERE] at me.mastercapexd.auth.bungee.AuthPlugin.onEnable(AuthPlugin.java:57)
19:48:47 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:265)
19:48:47 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:311)
19:48:47 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:49)
19:48:47 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
19:48:47 [SEVERE] Caused by: java.lang.NumberFormatException: For input string: "3306:3306"
19:48:47 [SEVERE] at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
19:48:47 [SEVERE] at java.lang.Integer.parseInt(Integer.java:580)
19:48:47 [SEVERE] at java.lang.Integer.parseInt(Integer.java:615)
19:48:47 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.port(NonRegisteringDriver.java:812)
19:48:47 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323)
19:48:47 [SEVERE] ... 14 more
19:48:47 [INFO] Enabled plugin mcAuth version 1.5-SNAPSHOT by null
19:48:47 [INFO] Listening on /0.0.0.0:25799
Последнее редактирование модератором: