Перенос сервера на vps проблемы mysql

trane18

Heir
Customer
Я новичек в этом всем , запустил сервер на VPS , перенос базы сделал таким образом в старой бд нажал Dump sql file , в новом execute sql file , вроде перенеслось но куча ошибок в геймсервере и так же персонаж теперь голый , я так понимаю не все перенеслось , в навикате пробывал через трансфер дату , все ровно тоже самое. Что я делаю не так ?


[21:23:17] ERROR Exception while load items
java.sql.SQLSyntaxErrorException: PROCEDURE l2lucera.lip_LoadItemsByOwnerAndLoc does not exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:113)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:938)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1004)
at com.mysql.cj.jdbc.CallableStatement.executeQuery(CallableStatement.java:926)
at com.mysql.cj.jdbc.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:573)
at l2.gameserver.dao.ItemsDAO.loadItemsByOwnerIdAndLoc(Unknown Source)
at l2.gameserver.model.items.Warehouse.restore(Unknown Source)
at l2.gameserver.model.pledge.Clan.<init>(Unknown Source)
at l2.gameserver.model.pledge.Clan.restore(Unknown Source)
at l2.gameserver.tables.ClanTable.restoreClans(Unknown Source)
at l2.gameserver.tables.ClanTable.<init>(Unknown Source)
at l2.gameserver.tables.ClanTable.getInstance(Unknown Source)
at l2.gameserver.GameServer.<init>(Unknown Source)
at l2.gameserver.GameServer.main(Unknown Source)

[21:55:59] ERROR
java.sql.SQLSyntaxErrorException: PROCEDURE l2lucera.lip_GetItemsDelayedMaxPaymentId does not exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:113)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:938)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1004)
at com.mysql.cj.jdbc.CallableStatement.executeQuery(CallableStatement.java:926)
at com.mysql.cj.jdbc.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:573)
at l2.gameserver.taskmanager.DelayedItemsManager.a(Unknown Source)
at l2.gameserver.taskmanager.DelayedItemsManager.runImpl(Unknown Source)
at l2.commons.threading.RunnableImpl.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
 
Я новичек в этом всем , запустил сервер на VPS , перенос базы сделал таким образом в старой бд нажал Dump sql file , в новом execute sql file , вроде перенеслось но куча ошибок в геймсервере и так же персонаж теперь голый , я так понимаю не все перенеслось , в навикате пробывал через трансфер дату , все ровно тоже самое. Что я делаю не так ?


[21:23:17] ERROR Exception while load items
java.sql.SQLSyntaxErrorException: PROCEDURE l2lucera.lip_LoadItemsByOwnerAndLoc does not exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:113)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:938)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1004)
at com.mysql.cj.jdbc.CallableStatement.executeQuery(CallableStatement.java:926)
at com.mysql.cj.jdbc.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:573)
at l2.gameserver.dao.ItemsDAO.loadItemsByOwnerIdAndLoc(Unknown Source)
at l2.gameserver.model.items.Warehouse.restore(Unknown Source)
at l2.gameserver.model.pledge.Clan.<init>(Unknown Source)
at l2.gameserver.model.pledge.Clan.restore(Unknown Source)
at l2.gameserver.tables.ClanTable.restoreClans(Unknown Source)
at l2.gameserver.tables.ClanTable.<init>(Unknown Source)
at l2.gameserver.tables.ClanTable.getInstance(Unknown Source)
at l2.gameserver.GameServer.<init>(Unknown Source)
at l2.gameserver.GameServer.main(Unknown Source)

[21:55:59] ERROR
java.sql.SQLSyntaxErrorException: PROCEDURE l2lucera.lip_GetItemsDelayedMaxPaymentId does not exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:113)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:938)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1004)
at com.mysql.cj.jdbc.CallableStatement.executeQuery(CallableStatement.java:926)
at com.mysql.cj.jdbc.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:573)
at l2.gameserver.taskmanager.DelayedItemsManager.a(Unknown Source)
at l2.gameserver.taskmanager.DelayedItemsManager.runImpl(Unknown Source)
at l2.commons.threading.RunnableImpl.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
удали из server_variables поле с названием dbms и перезапусти сервер
 
удали из server_variables поле с названием dbms и перезапусти сервер

[23:06:21] ERROR Exception while load items
java.sql.SQLSyntaxErrorException: PROCEDURE l2lucera.lip_LoadItemsByOwnerAndLoc does not exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:113)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:938)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1004)
at com.mysql.cj.jdbc.CallableStatement.executeQuery(CallableStatement.java:926)
at com.mysql.cj.jdbc.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:573)
at l2.gameserver.dao.ItemsDAO.loadItemsByOwnerIdAndLoc(Unknown Source)
at l2.gameserver.model.items.Warehouse.restore(Unknown Source)
at l2.gameserver.model.pledge.Clan.<init>(Unknown Source)
at l2.gameserver.model.pledge.Clan.restore(Unknown Source)
at l2.gameserver.tables.ClanTable.restoreClans(Unknown Source)
at l2.gameserver.tables.ClanTable.<init>(Unknown Source)
at l2.gameserver.tables.ClanTable.getInstance(Unknown Source)
at l2.gameserver.GameServer.<init>(Unknown Source)
at l2.gameserver.GameServer.main(Unknown Source)


Удалил , ошибка осталась
При этом когда на своем пк запускал до переноса на хост ошибок не было совсем.
После перезапуска появляется снова эта строка
 

Attachments

  • Снимок экрана 2025-11-08 221122.webp
    Снимок экрана 2025-11-08 221122.webp
    16.5 KB · Views: 7
[23:06:21] ERROR Exception while load items
java.sql.SQLSyntaxErrorException: PROCEDURE l2lucera.lip_LoadItemsByOwnerAndLoc does not exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:113)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:938)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1004)
at com.mysql.cj.jdbc.CallableStatement.executeQuery(CallableStatement.java:926)
at com.mysql.cj.jdbc.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:573)
at l2.gameserver.dao.ItemsDAO.loadItemsByOwnerIdAndLoc(Unknown Source)
at l2.gameserver.model.items.Warehouse.restore(Unknown Source)
at l2.gameserver.model.pledge.Clan.<init>(Unknown Source)
at l2.gameserver.model.pledge.Clan.restore(Unknown Source)
at l2.gameserver.tables.ClanTable.restoreClans(Unknown Source)
at l2.gameserver.tables.ClanTable.<init>(Unknown Source)
at l2.gameserver.tables.ClanTable.getInstance(Unknown Source)
at l2.gameserver.GameServer.<init>(Unknown Source)
at l2.gameserver.GameServer.main(Unknown Source)


Удалил , ошибка осталась
При этом когда на своем пк запускал до переноса на хост ошибок не было совсем.
Значит не все удалил, вот это удали

1762632548471.webp


Или вообще удали всю таблицу server_variables и перезапусти сервак
 

Attachments

  • 1762632536886.webp
    1762632536886.webp
    7.1 KB · Views: 3
Back
Top