Заходит на сервер с 3 или 4 раза, а в логин сервере вот такое пишет. Сервер стоит на локалке.
04:38:55.855 Could not check password:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet success
fully received from the server was 93┬а270 milliseconds ago. The last packet se
nt successfully to the server was 93┬а330 milliseconds ago. is longer than the s
erver configured value of 'wait_timeout'. You should consider either expiring an
d/or testing connection validity before use in your application, increasing the
server configured values for client timeouts, or using the Connector/J connectio
n property 'autoReconnect=true' to avoid this problem.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1
117)
at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3851)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2471)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2651)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2734)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:2155)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:
2322)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
gatingPreparedStatement.java:96)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
gatingPreparedStatement.java:96)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
gatingPreparedStatement.java:96)
at l2s.database.FiltredPreparedStatement.executeQuery(FiltredPreparedSta
tement.java:20)
at l2s.login.LoginController.loginValid(LoginController.java:423)
at l2s.login.LoginController.tryAuthLogin(LoginController.java:217)
at l2s.login.network.clientpackets.RequestAuthLogin.runImpl(RequestAuthL
ogin.java:104)
at l2s.login.network.clientpackets.L2LoginClientPacket.run(L2LoginClient
Packet.java:33)
at l2s.commons.threading.ExecuteWrapper.execute(ExecuteWrapper.java:57)
at l2s.commons.threading.FIFORunnableQueue.removeAndExecuteAll(FIFORunna
bleQueue.java:21)
at l2s.commons.threading.FIFOExecutableQueue.run(FIFOExecutableQueue.jav
a:81)
at l2s.commons.threading.FIFOExecutableQueue.executeNow(FIFOExecutableQu
eue.java:58)
at l2s.commons.threading.FIFOSimpleExecutableQueue.executeNow(FIFOSimple
ExecutableQueue.java:46)
at l2s.login.network.L2LoginClient.executePacket(L2LoginClient.java:318)
at l2s.login.network.L2LoginClient.executePacket(L2LoginClient.java:25)
at l2s.commons.network.SelectorThread.parseClientPacket(SelectorThread.j
ava:518)
at l2s.commons.network.SelectorThread.tryReadPacket(SelectorThread.java:
435)
at l2s.commons.network.SelectorThread.readPacket(SelectorThread.java:380
)
at l2s.commons.network.SelectorThread.run(SelectorThread.java:220)
Caused by: java.net.SocketException: Software caused connection abort: socket wr
ite error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
at java.io.BufferedOutputStream.flush(Unknown Source)
at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3832)
... 24 more