Перейти к содержанию
Авторизация  
AdminDeath

Ошибка в ГС

Рекомендуемые сообщения

При загрузке бд ошибки выдаёт,и в гс тоже не понимаю как решить этот вопрос....

[07:52:16]  WARN AutoSpawnHandler: Could not restore spawn data: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2hf.random_spawn' doesn't exist
[07:52:16]  INFO AutoSpawnHandler: Loaded 0 handlers in total.
Exception in thread "main" java.lang.NullPointerException
        at jf.gameserver.instancemanager.AutoSpawnManager.setSpawnActive(AutoSpawnManager.java:246)
        at jf.gameserver.model.entity.SevenSigns.spawnSevenSignsNPC(SevenSigns.java:303)
        at jf.gameserver.GameServer.<init>(GameServer.java:267)
        at jf.gameserver.GameServer.main(GameServer.java:448)

[07:52:16] ERROR
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2hf.fish' doesn't exist
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:389)
        at com.mysql.jdbc.Util.getInstance(Util.java:372)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3835)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3771)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2535)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1911)
        at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2034)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at jf.gameserver.tables.FishTable.load(FishTable.java:54)
        at jf.gameserver.tables.FishTable.<init>(FishTable.java:33)
        at jf.gameserver.tables.FishTable.<clinit>(FishTable.java:22)
        at handler.items.FishItem.getItemIds(FishItem.java:58)
        at jf.gameserver.handler.items.ItemHandler.registerItemHandler(ItemHandler.java:23)
        at handler.items.ScriptItemHandler.onLoad(ScriptItemHandler.java:57)
        at jf.gameserver.scripts.Scripts.init(Scripts.java:159)
        at jf.gameserver.GameServer.<init>(GameServer.java:245)
        at jf.gameserver.GameServer.main(GameServer.java:448)
[07:52:16] ERROR
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2hf.pet_data' doesn't exist
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:389)
        at com.mysql.jdbc.Util.getInstance(Util.java:372)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3835)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3771)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2535)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1911)
        at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2034)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at jf.gameserver.tables.PetDataTable.load(PetDataTable.java:133)
        at jf.gameserver.tables.PetDataTable.<init>(PetDataTable.java:102)
        at jf.gameserver.tables.PetDataTable.<clinit>(PetDataTable.java:23)
        at handler.items.PetSummon.<clinit>(PetSummon.java:13)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at jf.gameserver.scripts.Scripts.init(Scripts.java:159)
        at jf.gameserver.GameServer.<init>(GameServer.java:245)
        at jf.gameserver.GameServer.main(GameServer.java:448)
[07:52:11] ERROR Error while creating pet skill tree (Pet ID 0)
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2hf.pets_skills' doesn't exist
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:389)
        at com.mysql.jdbc.Util.getInstance(Util.java:372)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3835)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3771)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2535)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1911)
        at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2034)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at jf.gameserver.tables.PetSkillsTable.load(PetSkillsTable.java:55)
        at jf.gameserver.tables.PetSkillsTable.<init>(PetSkillsTable.java:37)
        at jf.gameserver.tables.PetSkillsTable.<clinit>(PetSkillsTable.java:23)
        at jf.gameserver.GameServer.<init>(GameServer.java:231)
        at jf.gameserver.GameServer.main(GameServer.java:448)
 

 

 

Loading account_variables ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading add_spawnlist ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading ally_data ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading auctions ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bans ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading ban_hwid ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bbs_buffs ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bbs_clannotice ...
mysql: [Warning] Using a password on the command line interface can be insecure.

 

Изменено пользователем JoeyTribbiani

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
3 часа назад, AdminDeath сказал:

[07:52:16]  WARN AutoSpawnHandler: Could not restore spawn data: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2hf.random_spawn' doesn't exist

Вот ответ, на твой вопрос.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
3 часа назад, AdminDeath сказал:

Table 'l2hf.fish' doesn't exist

 

3 часа назад, AdminDeath сказал:

Table 'l2hf.pet_data' doesn't exist

 

3 часа назад, AdminDeath сказал:

Table 'l2hf.pets_skills' doesn't exist

 

туда же

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

На следующий раз просьба прятать текст под спойлер

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
4 часа назад, MrMario сказал:

Вот ответ, на твой вопрос.

Умник,это я видел,таблицы не заливаются полностью.....

Loading account_variables ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading add_spawnlist ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading ally_data ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading auctions ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bans ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading ban_hwid ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bbs_buffs ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bbs_clannotice ...
mysql: [Warning] Using a password on the command line interface can be insecure.

 

Вот ошибка!

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
10 часов назад, AdminDeath сказал:

Умник,это я видел,таблицы не заливаются полностью.....

Loading account_variables ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading add_spawnlist ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading ally_data ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading auctions ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bans ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading ban_hwid ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bbs_buffs ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bbs_clannotice ...
mysql: [Warning] Using a password on the command line interface can be insecure.

 

Вот ошибка!

Уважаемый, тон убавьте... Если я не прав, мне на это могут указать более знающие люди. Следовательно, сделаю выводы для себя сам. Вы спросили - я ответил. Не нужно тут, разводить балаган.

P.S. После таких топик стартеров, раздавать бесплатные советы, пропадает всё желание.

Изменено пользователем MrMario

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
10 часов назад, AdminDeath сказал:

Умник,это я видел,таблицы не заливаются полностью.....

Loading account_variables ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading add_spawnlist ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading ally_data ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading auctions ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bans ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading ban_hwid ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bbs_buffs ...
mysql: [Warning] Using a password on the command line interface can be insecure.
Loading bbs_clannotice ...
mysql: [Warning] Using a password on the command line interface can be insecure.

 

Вот ошибка!

уточнение твоя база слита из старой версии sql  а ты хочешь залить на посл версию  ? если так  тогда руками правь 

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Для публикации сообщений создайте учётную запись или авторизуйтесь

Вы должны быть пользователем, чтобы оставить комментарий

Создать учетную запись

Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!

Регистрация нового пользователя

Войти

Уже есть аккаунт? Войти в систему.

Войти
Авторизация  

  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...