Guest User

Untitled

a guest
Jul 19th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. 2012-03-31 10:56:34 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.1
  2. 2012-03-31 10:56:34 [INFO] Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomness
  3. java.net.UnknownHostException: il3-mc-ssd.beastnode.com: il3-mc-ssd.beastnode.com
  4. at java.net.InetAddress.getLocalHost(Unknown Source)
  5. at com.mchange.v2.c3p0.impl.C3P0ImplUtils.generateVmId(C3P0ImplUtils.java:120)
  6. at com.mchange.v2.c3p0.impl.C3P0ImplUtils.<clinit>(C3P0ImplUtils.java:98)
  7. at com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.<init>(PoolBackedDataSourceBase.java:227)
  8. at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.<init>(AbstractPoolBackedDataSource.java:62)
  9. at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:109)
  10. at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:105)
  11. at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:44)
  12. at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:39)
  13. at com.earth2me.essentials.protect.data.ProtectedBlockSQLite.<init>(ProtectedBlockSQLite.java:13)
  14. at com.earth2me.essentials.protect.EssentialsConnect$ProtectReloader.reloadConfig(EssentialsConnect.java:108)
  15. at com.earth2me.essentials.protect.EssentialsConnect.<init>(EssentialsConnect.java:33)
  16. at com.earth2me.essentials.protect.EssentialsProtect.onEnable(EssentialsProtect.java:49)
  17. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  18. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
  19. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  20. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
  21. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
  22. at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
  23. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
  24. at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
  25. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
  26. at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
  27. Caused by: java.net.UnknownHostException: il3-mc-ssd.beastnode.com
  28. at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
  29. at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
  30. at java.net.InetAddress.getAddressesFromNameService(Unknown Source)
  31. ... 23 more
Add Comment
Please, Sign In to add comment