Jump to content

Jeffdonatic

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by Jeffdonatic

  1. I my self had the id conflicts on my server nobody can join whilst that problem is untreated, download a new server file and replace all the old config files with new ones from the server file, make sure its the same version
  2. Use the most recent dev build 7.4/7.5 that worked for me Ive been using it on my server for over 3 weeks and it hasnt broken should be stable
  3. Title: Urgent - CC Problem I Think Version: 3.1.1 OS: Windws Java Version: Java 1.7 Description of Problem: I Start The Server And it immediately crashed i get these errors Error Messages: This is all it spits out i cant make any sense of it i hope you can Error Log: # itHandler.onPreLoad(FMLBukkitHandler.java:134) 2012-07-31 01:21:03 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) 2012-07-31 01:21:03 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2012-07-31 01:21:03 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-07-31 01:21:03 [sEVERE] Caused by: java.lang.ClassNotFoundException: dan200.turtle.shared.BlockTurtle 2012-07-31 01:21:03 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source) 2012-07-31 01:21:03 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source) 2012-07-31 01:21:03 [sEVERE] at java.security.AccessController.doPrivileged(Native Method) 2012-07-31 01:21:03 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source) 2012-07-31 01:21:03 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-07-31 01:21:03 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) 2012-07-31 01:21:03 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-07-31 01:21:03 [sEVERE] ... 12 more 2012-07-31 01:21:03 [sEVERE] Unexpected exception java.lang.NoClassDefFoundError: dan200/turtle/shared/BlockTurtle at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:107) at cpw.mods.fml.common.Loader.preModInit(Loader.java:235) at cpw.mods.fml.common.Loader.loadMods(Loader.java:607) at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.ClassNotFoundException: dan200.turtle.shared.BlockTurtle at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 12 more 2012-07-31 01:21:53 [iNFO] Stopping server 2012-07-31 01:21:53 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 2012-07-31 01:21:53 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 2012-07-31 01:21:53 [sEVERE] at java.util.ArrayList.get(Unknown Source) 2012-07-31 01:21:53 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424) 2012-07-31 01:21:53 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 2012-07-31 01:21:53 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-07-31 01:21:53 [iNFO] Stopping server
  4. does the internal ip on your port match that of the computer running it? if not change it
  5. Never used hamachi but is there a port available to you he can use? e.g :25565
  6. shot in the dark but when was the last time you cleaned your ram cache
  7. Um have you portforwarded it and added the :25565 at the end?
  8. The problem is, is that you reloaded the server didnt you? Reloading a tekkit server breaks the crafting so the only option is to restart
  9. Title: Id Conflict Version: 3.1.1 OS: Windows Java Version: 7 Description of Problem: Ids Conflicting preventing server starting Error Messages: I know what is wrong just cant find a way to fix it, this happened after i deleted the Mod_ee.props to regen it Error Log: # chicken.enderstorage.ItemEnderChest@34ea2a0d 2012-07-27 11:06:22 [FINER] Initializing mod_NotEnoughItems 2012-07-27 11:06:22 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@1453a1c7 while adding net.minecraft.server.ItemMobSpawner@7ea21a3d 2012-07-27 11:06:22 [FINER] Initializing mod_BuildCraftEnergy 2012-07-27 11:06:22 [FINER] Initializing mod_BuildCraftCore 2012-07-27 11:06:22 [FINER] Initializing mod_IC2 2012-07-27 11:06:22 [iNFO] [iC2] Config loaded from /home/tcagame_svc384/RDavis/384/./config/IC2.cfg 2012-07-27 11:06:22 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@17d22080 when adding ic2.common.BlockRubSapling@6453bfb7 2012-07-27 11:06:22 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 2012-07-27 11:06:22 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11) 2012-07-27 11:06:22 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19) 2012-07-27 11:06:22 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18) 2012-07-27 11:06:22 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) 2012-07-27 11:06:22 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:286) 2012-07-27 11:06:22 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2012-07-27 11:06:22 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2012-07-27 11:06:22 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2012-07-27 11:06:22 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2012-07-27 11:06:22 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2012-07-27 11:06:22 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2012-07-27 11:06:22 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-07-27 11:06:22 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@17d22080 when adding ic2.common.BlockRubSapling@6453bfb7 at net.minecraft.server.Block.<init>(Block.java:181) at net.minecraft.server.BlockFlower.<init>(SourceFile:11) at net.minecraft.server.BlockFlower.<init>(SourceFile:19) at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18) at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) at net.minecraft.server.mod_IC2.load(mod_IC2.java:286) at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) at cpw.mods.fml.common.Loader.modInit(Loader.java:263) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  10. lol no problem , had the same problem with my server, you can reload individual plugins e.g /essentials reload but it doesnt like full ones Glad i could help
  11. Tekkit does not like reloads, restart the server and it will probably work
×
×
  • Create New...