Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.57 KB | None | 0 0
  1. 21.08 10:05:23 [Server] Server thread/INFO [nt-core]: Initializing Hibernate ....
  2. 21.08 10:05:23 [Server] Server thread/INFO [STDOUT]: [cz.neumimto.core.migrations.DbMigrationService:startMigration:47]: =================
  3. 21.08 10:05:23 [Server] Server thread/INFO [STDOUT]: [cz.neumimto.core.migrations.DbMigrationService:startMigration:48]: CREATE TABLE rpg_character_attribute ( attribute_id bigint NOT NULL AUTO_INCREMENT, level int NOT NULL, name varchar(255) DEFAULT NULL, character_id bigint NOT NULL, PRIMARY KEY (attribute_id), KEY fk_rpg_character_attribute_char_id (character_id));CREATE TABLE rpg_character_base ( character_id bigint NOT NULL AUTO_INCREMENT, created datetime DEFAULT NULL, updated datetime DEFAULT NULL, attribute_points int DEFAULT NULL, can_reset_skills boolean DEFAULT NULL, character_cooldowns text, guild_id bigint DEFAULT NULL, health_scale double DEFAULT NULL, info varchar(255) DEFAULT NULL, inventory_equip_slot_order text, last_known_player_name varchar(16) DEFAULT NULL, last_reset_time datetime DEFAULT NULL, marked_for_removal bit(1) DEFAULT NULL, messageType varchar(255) DEFAULT NULL, name varchar(40) DEFAULT NULL, primary_class varchar(255) DEFAULT NULL, race varchar(255) DEFAULT NULL, used_attribute_points int DEFAULT NULL, uuid varchar(255) DEFAULT NULL, version bigint DEFAULT NULL, world varchar(255) DEFAULT NULL, X int DEFAULT NULL, Y int DEFAULT NULL, Z int DEFAULT NULL, PRIMARY KEY (character_id), KEY idx_rpg_character_base_uuid (uuid));CREATE TABLE rpg_character_class ( class_id bigint NOT NULL AUTO_INCREMENT, experiences double DEFAULT NULL, name varchar(255) DEFAULT NULL, skillpoints int DEFAULT NULL, used_skil_points int DEFAULT NULL, character_id bigint DEFAULT NULL, PRIMARY KEY (class_id), KEY fk_rpg_character_class_charId (character_id));CREATE TABLE rpg_character_skill ( skill_id bigint NOT NULL AUTO_INCREMENT, catalog_id varchar(255) DEFAULT NULL, level int NOT NULL, character_id bigint DEFAULT NULL, class_id bigint DEFAULT NULL, PRIMARY KEY (skill_id), KEY fk_rpg_character_skill_charid (character_id), KEY fk_rpg_character_skill_classid (class_id));
  4. 21.08 10:05:23 [Server] Server thread/INFO [STDOUT]: [cz.neumimto.core.migrations.DbMigrationService:startMigration:49]: =================
  5. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: java.sql.SQLSyntaxErrorException: (conn:185585) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE rpg_character_base ( character_id bigint NOT NULL AUTO_INCREMENT, ' at line 1
  6. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:158)
  7. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:118)
  8. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:245)
  9. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
  10. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:153)
  11. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at cz.neumimto.core.migrations.DbMigrationService.run(DbMigrationService.java:103)
  12. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at cz.neumimto.core.migrations.DbMigrationService.startMigration(DbMigrationService.java:50)
  13. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at cz.neumimto.core.PluginCore.setupHibernate(PluginCore.java:166)
  14. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.spongepowered.common.event.listener.GameInitializationEventListener_PluginCore_setupHibernate36.handle(Unknown Source)
  15. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
  16. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:385)
  17. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:458)
  18. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419)
  19. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:252)
  20. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:339)
  21. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  23. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at java.lang.reflect.Method.invoke(Method.java:498)
  25. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  26. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  27. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  28. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  29. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  30. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  31. 21.08 10:05:23 [Server] Server thread/INFO [STDERR]: [cz.neumimto.core.migrations.DbMigrationService:run:114]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  32. 21.08 10:05:25 [Multicraft] Skipped 86 lines due to rate limit (30/s)
  33. 21.08 10:05:25 [Server] Server thread/INFO [nt-core]: Loading driver class com.mysql.jdbc.Driver
  34. 21.08 10:05:25 [Server] Server thread/ERROR [nt-core]: ====================================================
  35. 21.08 10:05:25 [Server] Server thread/ERROR [nt-core]: Class com.mysql.jdbc.Driver not found on the classpath!
  36. 21.08 10:05:25 [Server] Server thread/ERROR [nt-core]: Possible causes:
  37. 21.08 10:05:25 [Server] Server thread/ERROR [nt-core]: - The database driver is not on the classpath
  38. 21.08 10:05:25 [Server] Server thread/ERROR [nt-core]: - The classname is miss spelled
  39. 21.08 10:05:25 [Server] Server thread/ERROR [nt-core]: ====================================================
  40. 21.08 10:05:25 [Server] Server thread/INFO [org.hibernate.annotations.common.Version]: HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement