в чем может быть проблема?

bdrhary

Выдающийся
Участник
Сообщения
60
Розыгрыши
0
Репутация
-8
Реакции
6
Баллы
1 310
Хроники
  1. Interlude
Исходники
Присутствуют
Сборка
pwsoft
На домашней машине всё норм с сервером, сборка pwsoft все работает как надо.
Перейдя на VDS через некоторое время работы сервера, перестают переключатся оружия(всё остальное работает) как будто пропадает коннект с базой, всё на одной машине юзер root. Настройки одинаковые, всё на Win server 2012,в чем может быть проблема? помогите пожалуйста разобраться

2021.05.22 21:10:52,913 WARNING 30 net.sf.l2j.gameserver.model.L2Character could not set char online status:com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 60 289 466 milliseconds ago. The last packet sent successfully to the server was 60 289 467 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
2021.05.22 21:10:52,928 SEVERE 30 net.sf.l2j.gameserver.model.L2ItemInstance Could not insert item 268547365 into DB: Reason: java.sql.SQLException: Connection is closed!
2021.05.22 21:10:52,940 SEVERE 30 net.sf.l2j.gameserver.model.L2ItemInstance Could not insert item 268547345 into DB: Reason: java.sql.SQLException: Connection is closed!
2021.05.22 21:10:52,947 SEVERE 30 net.sf.l2j.gameserver.model.L2ItemInstance Could not insert item 268547315 into DB: Reason: java.sql.SQLException: Connection is closed!
 

На домашней машине всё норм с сервером, сборка pwsoft все работает как надо.
Перейдя на VDS через некоторое время работы сервера, перестают переключатся оружия(всё остальное работает) как будто пропадает коннект с базой, всё на одной машине юзер root. Настройки одинаковые, всё на Win server 2012,в чем может быть проблема? помогите пожалуйста разобраться

2021.05.22 21:10:52,913 WARNING 30 net.sf.l2j.gameserver.model.L2Character could not set char online status:com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 60 289 466 milliseconds ago. The last packet sent successfully to the server was 60 289 467 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
2021.05.22 21:10:52,928 SEVERE 30 net.sf.l2j.gameserver.model.L2ItemInstance Could not insert item 268547365 into DB: Reason: java.sql.SQLException: Connection is closed!
2021.05.22 21:10:52,940 SEVERE 30 net.sf.l2j.gameserver.model.L2ItemInstance Could not insert item 268547345 into DB: Reason: java.sql.SQLException: Connection is closed!
2021.05.22 21:10:52,947 SEVERE 30 net.sf.l2j.gameserver.model.L2ItemInstance Could not insert item 268547315 into DB: Reason: java.sql.SQLException: Connection is closed!
Похоже что не может обновить итемы 268547365 268547345 268547315
либо создать итемы так как они уже в базе есть
попробуй сделать копию базы
после как сделаешь копии базы, удалить эти итемы "268547365 268547345 268547315" что принтит гс в ошибки
 
Похоже что не может обновить итемы 268547365 268547345 268547315
либо создать итемы так как они уже в базе есть
попробуй сделать копию базы
после как сделаешь копии базы, удалить эти итемы "268547365 268547345 268547315" что принтит гс в ошибки

не получается, та же проблема, почему именно со всеми итемами класса оружия это происходит? что еще может быть? может есть где то настройки переподключения?
 
не получается, та же проблема, почему именно со всеми итемами класса оружия это происходит? что еще может быть? может есть где то настройки переподключения?
Была проблема когда слишком много подключений было, решил настройкой maxconnect в базе mysql.
Возможно где то еще правил, точно не подскажу.
Если используете пул: c3p0, hikaricp, bonecp проверьте настройки, а именно timeout и размер пула poolsize.
 
ТС опять за своё))) ща дракон увидит пост, начнет 19ый год припоминать)) ну загугли ты уже
The last packet successfully received from the server was 60 289 466 milliseconds ago. The last packet sent successfully to the server was 60 289 467 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem
 
Назад
Сверху Снизу