Jump to content

galbar

Members
  • Posts

    1
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

galbar's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hello everyone, I meet a problem : I'm building a mod pack with : - MC 1.5.2 - Forge "minecraftforge-universal-1.5.2-7.8.1.738" - BukkitForge build 301 Before I add Gregtech : it's all right : the server UP fine, no problem But when I add GregTech, the server UP but don't really fine (not crashing but not respondig) JAVA problem apparently. If I remove BukkitForge and Add GregTech : NO PROBLEM. I post on GregTech forum but problem is apprently unknow. I try with Gregtech 3.08b (last there is somedays) and yesterday I try with the last of the moment 3.11 but same problem... I'll try with older Gregtech version today or tomorow but if someone have an idea : welcome ! PS : I hope I will don't be Ban if this subject is bad placed or already wrote I search but I don't find anything on it. I try to attach in this post my LOG file but "the path can't be found" ?? So I post here the last lines where (for me the problem appears) : 2013-07-19 01:43:59 [iNFO] [sTDOUT] Loading NEI 2013-07-19 01:43:59 [iNFO] [sTDOUT] IS THE INSTANCE NULL? NO 2013-07-19 01:44:00 [PLUS FIN] [ForgeModLoader] Ars Magica >> Setting the first pending read 2013-07-19 01:44:00 [iNFO] [ForgeModLoader] Ars Magica >> Loading dimension 0 grid data 2013-07-19 01:44:00 [iNFO] [ForgeModLoader] Ars Magica >> Loaded 8 Grids for Worldgen 2013-07-19 01:44:00 [iNFO] [ForgeModLoader] Ars Magica >> Loading dimension -1 grid data 2013-07-19 01:44:00 [iNFO] [ForgeModLoader] Ars Magica >> Loaded 0 Grids for Worldgen 2013-07-19 01:44:00 [iNFO] [bukkitForge] Starting BukkitForge null-null(CB-Version: git-Bukkit-1.4.5-R1.0-b3000jnks (Really: BukkitForge for MC 1.5.2)). 2013-07-19 01:44:00 [iNFO] [bukkitForge] This server is running BukkitForge version git-Bukkit-1.4.5-R1.0-b3000jnks (Really: BukkitForge for MC 1.5.2) (Implementing API version 1.4.7-R0.1) 2013-07-19 01:44:00 [iNFO] [bukkitForge] Plugins are being loaded... 2013-07-19 01:44:03 [iNFO] [sTDERR] Exception in thread "BukkitCoreAPI-0" java.lang.NoClassDefFoundError: guava10/com/google/common/collect/ImmutableList$ReverseImmutableList 2013-07-19 01:44:03 [iNFO] [sTDERR] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:136) 2013-07-19 01:44:03 [iNFO] [sTDERR] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:307) 2013-07-19 01:44:03 [iNFO] [sTDERR] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:232) 2013-07-19 01:44:03 [iNFO] [sTDERR] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:816) 2013-07-19 01:44:03 [iNFO] [sTDERR] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:219) 2013-07-19 01:44:03 [iNFO] [sTDERR] at keepcalm.mods.bukkit.asm.BukkitStarter.run(BukkitStarter.java:47) 2013-07-19 01:44:03 [iNFO] [sTDERR] at java.lang.Thread.run(Thread.java:662) 2013-07-19 01:44:04 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: guava10.com.google.common.collect.ImmutableList$ReverseImmutableList 2013-07-19 01:44:04 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238) 2013-07-19 01:44:04 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) 2013-07-19 01:44:04 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) 2013-07-19 01:44:04 [iNFO] [sTDERR] ... 7 more 2013-07-19 01:44:04 [iNFO] [sTDERR] Caused by: java.lang.OutOfMemoryError: PermGen space 2013-07-19 01:44:04 [iNFO] [sTDERR] at java.lang.ClassLoader.defineClass1(Native Method) 2013-07-19 01:44:04 [iNFO] [sTDERR] at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) 2013-07-19 01:44:04 [iNFO] [sTDERR] at java.lang.ClassLoader.defineClass(ClassLoader.java:615) 2013-07-19 01:44:04 [iNFO] [sTDERR] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) 2013-07-19 01:44:04 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227) 2013-07-19 01:44:04 [iNFO] [sTDERR] ... 9 more 2013-07-19 01:44:12 [iNFO] [sTDERR] Exception in thread "Thread-20" java.lang.OutOfMemoryError: PermGen space 2013-07-19 01:44:26 [iNFO] [sTDERR] java.lang.OutOfMemoryError: PermGen space 2013-07-19 01:44:29 [iNFO] [Minecraft-Server] Stopping server 2013-07-19 01:44:29 [iNFO] [sTDERR] Exception in thread "Thread-5" java.lang.NoClassDefFoundError: net/minecraft/command/ServerCommand 2013-07-19 01:44:30 [iNFO] [sTDERR] java.lang.OutOfMemoryError: PermGen space 2013-07-19 01:44:32 [iNFO] [sTDERR] Exception in thread "Listen thread" java.lang.OutOfMemoryError: PermGen space 2013-07-19 01:44:32 [iNFO] [sTDERR] Exception in thread "Server thread" java.lang.OutOfMemoryError: PermGen space
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.