Advertisement
Guest User

Untitled

a guest
Aug 31st, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. 2012-08-31 22:16:17 [INFO] Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomness
  2. java.net.UnknownHostException: Debian-60-squeeze-64-LAMP: Debian-60-squeeze-64-LAMP
  3. at java.net.InetAddress.getLocalHost(InetAddress.java:1354)
  4. at com.mchange.v2.c3p0.impl.C3P0ImplUtils.generateVmId(C3P0ImplUtils.java:120)
  5. at com.mchange.v2.c3p0.impl.C3P0ImplUtils.<clinit>(C3P0ImplUtils.java:98)
  6. at com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.<init>(PoolBackedDataSourceBase.java:227)
  7. at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.<init>(AbstractPoolBackedDataSource.java:62)
  8. at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:109)
  9. at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:105)
  10. at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:44)
  11. at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:39)
  12. at com.earth2me.essentials.protect.data.ProtectedBlockSQLite.<init>(ProtectedBlockSQLite.java:13)
  13. at com.earth2me.essentials.protect.EssentialsConnect$ProtectReloader.reloadConfig(EssentialsConnect.java:108)
  14. at com.earth2me.essentials.protect.EssentialsConnect.<init>(EssentialsConnect.java:33)
  15. at com.earth2me.essentials.protect.EssentialsProtect.onEnable(EssentialsProtect.java:49)
  16. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  17. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
  18. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  19. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
  20. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
  21. at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
  22. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
  23. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
  24. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
  25. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  26. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  27. 2012-08-31 22:16:17 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement