Jump to content

JesterB

Members
  • Posts

    2
  • Joined

  • Last visited

About JesterB

  • Birthday 04/01/1970

JesterB's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Does anyone have advice for a way to add custom recipes to a server running tekkit lite? Thus far I haven't come across a custom recipe bukkit plugin that runs with bukkitforge : If anyone else has figured this out, any pointers would be much appreciated!
  2. Using BukkitForge build #30: Plugins I'm getting errors with so far: - Essentials (2.9.6 and Dev2.9.781) Essentials 2.9.5 linked in OP seems to work fine - AuthDB - ControllerBlock - Mobbounty-reloaded - SafeCreeper Errorlogs: Essentials 2013-01-14 02:17:10 [sEVERE] [bukkitForge] Error occurred while enabling Essentials vDev2.9.781 (Is it up to date?) java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.build(Lcom/google/common/cache/CacheLoader;)Lcom/google/common/cache/Cache; at com.earth2me.essentials.UserMap.<init>(UserMap.java:18) at com.earth2me.essentials.Essentials.onEnable(Essentials.java:169) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:459) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at keepcalm.mods.bukkit.bukkitAPI.BukkitServer.loadPlugin(BukkitServer.java:952) at keepcalm.mods.bukkit.bukkitAPI.BukkitServer.enablePlugins(BukkitServer.java:936) at keepcalm.mods.bukkit.bukkitAPI.BukkitServer.<init>(BukkitServer.java:273) at keepcalm.mods.bukkit.asm.BukkitStarter.run(BukkitStarter.java:47) at java.lang.Thread.run(Unknown Source) An additional pile of STDERR pop up every time someone attempts to use a command. AuthDB 2013-01-13 22:30:12 [sEVERE] [bukkitForge] Could not load '.\plugins\AuthDB.jar' in folder '.\plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: javax/persistence/PersistenceException at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:186) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at keepcalm.mods.bukkit.bukkitAPI.BukkitServer.loadPlugins(BukkitServer.java:908) at keepcalm.mods.bukkit.bukkitAPI.BukkitServer.<init>(BukkitServer.java:269) at keepcalm.mods.bukkit.asm.BukkitStarter.run(BukkitStarter.java:47) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoClassDefFoundError: javax/persistence/PersistenceException at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175) ... 6 more Caused by: java.lang.ClassNotFoundException: javax.persistence.PersistenceException at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 9 more ControllerBlock 2013-01-13 22:30:17 [WARNING] [bukkitForge] Task #11 for ControllerBlock v1.6 generated an exception java.lang.NullPointerException at net.servfire.hellfire.bukkit.ControllerBlock.Util.formatLocation(Util.java:37) at net.servfire.hellfire.bukkit.ControllerBlock.CBlock.<init>(CBlock.java:255) at net.servfire.hellfire.bukkit.ControllerBlock.ControllerBlock.loadData(ControllerBlock.java:290) at net.servfire.hellfire.bukkit.ControllerBlock.ControllerBlock.run(ControllerBlock.java:764) at keepcalm.mods.bukkit.bukkitAPI.scheduler.B4VTask.run(B4VTask.java:53) at keepcalm.mods.bukkit.bukkitAPI.scheduler.B4VScheduler.mainThreadHeartbeat(B4VScheduler.java:347) at keepcalm.mods.bukkit.forgeHandler.SchedulerTickHandler.tickStart(SchedulerTickHandler.java:28) at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:16) at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:119) at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:287) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:588) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) at fy.run(SourceFile:849) Also a few mod-based (I think) errors: - from TreeCapitator, for multiple entries similar to this: 2013-01-13 22:30:09 [WARNING] [TreeCapitator] Block ID <Thaumcraft.BlockMagicalLog> could not be parsed as an integer. Ignoring entry. - from STDOUT (?), multiple entries similar to this: 2013-01-13 22:30:14 [iNFO] [sTDOUT] There is a problem in a recipe called IBoots. Please check that recipe for errors. Further details will help you understand what kind of a problem to search for. Mobbounty & Safecreeper both kick out a lot of errors once a client joins, all relating to not being able to pass mob information
×
×
  • Create New...