Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.42 KB | None | 0 0
  1. INFO ... 14 more
  2. 02.02 05:12:04 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~[craftbukkit.jar:git-Spigot-1280]
  3. 02.02 05:12:04 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_40]
  4. 02.02 05:12:04 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_40]
  5. 02.02 05:12:04 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_40]
  6. 02.02 05:12:04 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_40]
  7. 02.02 05:12:04 [Server] INFO at org.melonbrew.fe.listeners.FePlayerListener.onPlayerLogin(FePlayerListener.java:24) ~[?:?]
  8. 02.02 05:12:04 [Server] INFO at org.melonbrew.fe.API.createAccount(API.java:69) ~[?:?]
  9. 02.02 05:12:04 [Server] INFO at org.melonbrew.fe.database.Database.createAccount(Database.java:58) ~[?:?]
  10. 02.02 05:12:04 [Server] INFO at org.melonbrew.fe.database.Database.getAccount(Database.java:44) ~[?:?]
  11. 02.02 05:12:04 [Server] INFO at org.melonbrew.fe.database.databases.SQLDB.loadAccountMoney(SQLDB.java:189) ~[?:?]
  12. 02.02 05:12:04 [Server] INFO Caused by: java.lang.NullPointerException
  13. 02.02 05:12:04 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Spigot-1280]
  14. 02.02 05:12:04 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:467) [craftbukkit.jar:git-Spigot-1280]
  15. 02.02 05:12:04 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:560) [craftbukkit.jar:git-Spigot-1280]
  16. 02.02 05:12:04 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:273) [craftbukkit.jar:git-Spigot-1280]
  17. 02.02 05:12:04 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:698) [craftbukkit.jar:git-Spigot-1280]
  18. 02.02 05:12:04 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(ServerConnection.java:77) [craftbukkit.jar:git-Spigot-1280]
  19. 02.02 05:12:04 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:150) [craftbukkit.jar:git-Spigot-1280]
  20. 02.02 05:12:04 [Server] INFO at net.minecraft.server.v1_7_R1.LoginListener.a(LoginListener.java:42) [craftbukkit.jar:git-Spigot-1280]
  21. 02.02 05:12:04 [Server] INFO at net.minecraft.server.v1_7_R1.LoginListener.c(LoginListener.java:79) [craftbukkit.jar:git-Spigot-1280]
  22. 02.02 05:12:04 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerList.attemptLogin(PlayerList.java:362) [craftbukkit.jar:git-Spigot-1280]
  23. 02.02 05:12:04 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) [craftbukkit.jar:git-Spigot-1280]
  24. 02.02 05:12:04 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) [craftbukkit.jar:git-Spigot-1280]
  25. 02.02 05:12:04 [Server] INFO at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[craftbukkit.jar:git-Spigot-1280]
  26. 02.02 05:12:04 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1280]
  27. 02.02 05:12:04 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[craftbukkit.jar:git-Spigot-1280]
  28. 02.02 05:12:04 [Server] INFO org.bukkit.event.EventException
  29. 02.02 05:12:04 [Server] ERROR Could not pass event PlayerLoginEvent to Fe v0.8-SNAPSHOT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement