Guest User

Untitled

a guest
May 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. java.net.UnknownHostException: il12-mc-ssd.beastnode.com: il12-mc-ssd.beastnode.com
  2.  
  3. at java.net.InetAddress.getLocalHost(Unknown Source)
  4.  
  5. at com.mchange.v2.c3p0.impl.C3P0ImplUtils.generateVmId(C3P0ImplUtils.java:120)
  6.  
  7. at com.mchange.v2.c3p0.impl.C3P0ImplUtils.<clinit>(C3P0ImplUtils.java:98)
  8.  
  9. at com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.<init>(PoolBackedDataSourceBase.java:227)
  10.  
  11. at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.<init>(AbstractPoolBackedDataSource.java:62)
  12.  
  13. at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:109)
  14.  
  15. at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:105)
  16.  
  17. at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:44)
  18.  
  19. at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:39)
  20.  
  21. at com.earth2me.essentials.protect.data.ProtectedBlockSQLite.<init>(ProtectedBlockSQLite.java:13)
  22.  
  23. at com.earth2me.essentials.protect.EssentialsConnect$ProtectReloader.reloadConfig(EssentialsConnect.java:110)
  24.  
  25. at com.earth2me.essentials.protect.EssentialsConnect.<init>(EssentialsConnect.java:33)
  26.  
  27. at com.earth2me.essentials.protect.EssentialsProtect.onEnable(EssentialsProtect.java:51)
  28.  
  29. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
  30.  
  31. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
  32.  
  33. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
  34.  
  35. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
  36.  
  37. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
  38.  
  39. at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
  40.  
  41. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
  42.  
  43. at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
  44.  
  45. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
  46.  
  47. at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
  48.  
  49. Caused by: java.net.UnknownHostException: il12-mc-ssd.beastnode.com
  50.  
  51. at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
  52.  
  53. at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
  54.  
  55. at java.net.InetAddress.getAddressesFromNameService(Unknown Source)
Add Comment
Please, Sign In to add comment