Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.99 KB | None | 0 0
  1. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
  2. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  3. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at java.lang.ClassLoader.loadClass(Unknown Source)
  4. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at java.lang.ClassLoader.loadClass(Unknown Source)
  5. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at java.lang.Class.forName0(Native Method)
  6. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at java.lang.Class.forName(Unknown Source)
  7. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.getConnection(DatabaseStorage.java:117)
  8. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.checkConnection(DatabaseStorage.java:202)
  9. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.readPlayerData(DatabaseStorage.java:211)
  10. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at com.pixelmonmod.pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:167)
  11. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at com.pixelmonmod.pixelmon.storage.PokeballManager.getPlayerStorage(PokeballManager.java:52)
  12. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at com.pixelmonmod.pixelmon.comm.PixelmonPlayerTracker.onPlayerLogin(PixelmonPlayerTracker.java:40)
  13. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_26_PixelmonPlayerTracker_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic)
  14. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
  15. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:110)
  16. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at org.spongepowered.mod.event.SpongeForgeEventFactory.callPlayerLoggedInEvent(SpongeForgeEventFactory.java:1168)
  17. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:421)
  18. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:177)
  19. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:229)
  20. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:214)
  21. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:129)
  22. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:343)
  23. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:239)
  24. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:54)
  25. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:190)
  26. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:289)
  27. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:189)
  28. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:724)
  29. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
  30. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
  31. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
  32. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at java.lang.Thread.run(Unknown Source)
  33. [16:24:11] [Server thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.NullPointerException
  34. [16:24:11] [Server thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  35. [16:24:11] [Server thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: ... 30 more
  36. [16:24:11] [Server thread/INFO] [STDOUT/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:addNBTTag:287]: class net.minecraft.nbt.NBTTagList
  37. [16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:readPlayerData:264]: java.sql.SQLException: Out of range value for column 'gem14' : value 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement