Jump to content

Server out of Java heap memory


Troblin

Recommended Posts

Awright, recently tried to get minecraft for self and friend to play - mostly 2 ppl on server, max 4. Tried to make a modpack for latest mc, failed at 1.7.10, so got 1.7.2 with all the latest possible mods etc, specced for 1.7.2 from their offsites. (will list em all in spoiler) Thing is that after running just like 1500 in any dir (without yet anything built - just exploring for a site) done by either me (host) or friend, the server first lags heavily on item pickup attempts, then goes boom with "Caused by: java.lang.OutOfMemoryError: Java heap space". Cannot point exactly which mods of my pack cause this, it seemed to work with just the industrial craft, might be railcraft (involved in terrain alterations). My own user research got 2 half-answers to the problem:

1) allocate more heap memory to server application (can't find how)

2) kill some of the installed mods cuz they are some otherwordly crap

Now as for (2) mods will be listed in spoilers and you can judge if anything is wrong, so I will only mention the memory thing separately. All applications related to minecraft are labeled jawaw in task manager and their properties get me to jawa SE launcher. First hint I got from one forum - through control panel adjust memory for all jawaw applets via -XINCGC -XMX(5000)M. Did that - my client stopped freezing and agonizing close to server fail BUT server fail still occurs as the server aplet seems to be nailed to 256 mb memory and never exceeding that in task list, despite the above mentioned change. So on other forums ppl advised to add

java -Xmx1024M -Xms1024M -jar minecraft_server.jar

to the server startup lines. Problem is that I can't find the server startup lines and where to put this change in.

 

Thanks in advance for answering and sorry if anything asked is completely trivial.

 

Crash log of the server:

 

 

[04:18:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

[04:18:47] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

[04:18:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker

[04:18:47] [main/INFO] [FML]: Forge Mod Loader version 7.2.211.1121 for Minecraft 1.7.2 loading

[04:18:47] [main/INFO] [FML]: Java is Java HotSpot Client VM, version 1.7.0_65, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre7

[04:18:47] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[04:18:48] [main/WARN] [FML]: The coremod com.sirolf2009.necromancy.core.handler.FMLCoreModHandler does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[04:18:48] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[04:18:48] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

[04:18:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[04:18:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[04:18:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[04:18:49] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557

[04:18:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[04:18:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[04:18:49] [main/INFO] [iC2-core]: Loaded library ejml-0.23.jar.

[04:18:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[04:18:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker

[04:18:50] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}

[04:18:50] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.7.2

[04:18:50] [server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"

[04:18:50] [server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input

java.io.IOException: ???????? ??????????

at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_65]

at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_65]

at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_65]

at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_65]

at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_65]

at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_65]

at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_65]

at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_65]

at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_65]

at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_65]

at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_65]

at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:94) [ll.class:?]

[04:18:51] [server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization

[04:18:51] [server thread/INFO] [FML]: MinecraftForge v10.12.2.1121 Initialized

[04:18:51] [server thread/INFO] [FML]: Replaced 182 ore recipies

[04:18:51] [server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization

[04:18:51] [server thread/INFO] [FML]: Searching C:\Users\1\Desktop\minecraft\1.7.2\mods for mods

[04:18:52] [server thread/INFO] [FML]: Forge Mod Loader has identified 19 mods to load

[04:18:53] [server thread/INFO] [FML]: Processing ObjectHolder annotations

[04:18:53] [server thread/INFO] [FML]: Found 341 ObjectHolder annotations

[04:18:53] [server thread/INFO] [FML]: Configured a dormant chunk cache size of 0

[04:18:53] [server thread/INFO] [iC2]: Starting initialization

[04:18:53] [server thread/INFO] [iC2]: Config loaded from C:\Users\1\Desktop\minecraft\1.7.2\.\config\IC2.cfg

[04:18:54] [server thread/INFO] [iC2]: Finished initialization after 598 ms

[04:18:55] [server thread/INFO] [Railcraft]: Adding World Anchor Fuel = minecraft:ender_pearl=12

[04:18:55] [server thread/INFO] [Railcraft]: Adding Parsonal Anchor Fuel = minecraft:ender_pearl=12

[04:18:55] [server thread/INFO] [Railcraft]: Module disabled: ModuleThaumcraft, Thaumcraft not detected

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'net.minecraft.item.ItemMinecart@1b3bd0d' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'net.minecraft.item.ItemMinecart@1d36b89' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'net.minecraft.item.ItemMinecart@139132f' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'net.minecraft.item.ItemMinecart@564290' to registry

[04:18:56] [server thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemCoal, 1xitem.coal@0, 0

[04:18:56] [server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockSteel, id=1xtile.railcraft.cube@2 meta=2

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@13c7b73' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@835e8d' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemTunnelBore@abb0af' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@69f889' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@16ccfb' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@11af0' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@7a6027' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@ab47eb' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@1b6cd3c' to registry

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: de_DE, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: en_GB, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: en_US, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: es_AR, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: es_ES, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: es_MX, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: es_UY, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: es_VE, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: fr_FR, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: hr_HR, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: it_IT, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: ja_JP, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: ko_KR, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: nl_NL, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: no_NO, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: pl_PL, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: pt_BR, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: pt_PT, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: ru_RU, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: sr_SP, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: zh_CN, ore.waterstone

[04:18:56] [server thread/WARN] [Railcraft]: Language Tag is unknown: zh_TW, ore.waterstone

[04:18:56] [server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSulfur, id=1xtile.railcraft.ore@0 meta=0

[04:18:56] [server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSaltpeter, id=1xtile.railcraft.ore@1 meta=1

[04:18:56] [server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreDiamond, id=1xtile.railcraft.ore@2 meta=2

[04:18:56] [server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreEmerald, id=1xtile.railcraft.ore@3 meta=3

[04:18:56] [server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreLapis, id=1xtile.railcraft.ore@4 meta=4

[04:18:56] [server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreFirestone, id=1xtile.railcraft.ore@5 meta=5

[04:18:56] [server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorCopper, id=1xtile.railcraft.ore@9 meta=9

[04:18:56] [server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorGold, id=1xtile.railcraft.ore@8 meta=8

[04:18:56] [server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorIron, id=1xtile.railcraft.ore@7 meta=7

[04:18:56] [server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorTin, id=1xtile.railcraft.ore@10 meta=10

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCartAnchor@fc7015' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCartAnchor@bba603' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCartAnchor@d08a8e' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@5843f5' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@70d2e5' to registry

[04:18:56] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'mods.railcraft.common.carts.ItemLocomotive@10fd0f1' to registry

[04:18:56] [server thread/INFO] [FML]: Applying holder lookups

[04:18:56] [server thread/INFO] [FML]: Holder lookups applied

[04:18:56] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties

[04:18:56] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL

[04:18:56] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair

[04:18:57] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565

[04:18:57] [server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!

[04:18:57] [server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: The server will make no attempt to authenticate usernames. Beware.

[04:18:57] [server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.

[04:18:57] [server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To change this, set "online-mode" to "true" in the server.properties file.

[04:18:57] [server thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemBlock, 1xtile.blockCoal@0, 0

[04:18:57] [server thread/INFO] [iC2]: Loading IC2 submodule: bcIntegration

[04:18:57] [server thread/INFO] [iC2]: BuildCraft integration module loaded

[04:18:57] [server thread/INFO] [Railcraft]: Railcraft registered "fuel" as a valid Boiler fuel source with 48000 heat.

[04:18:57] [server thread/INFO] [Railcraft]: Railcraft registered "creosote" as a valid Boiler fuel source with 4800 heat.

[04:18:57] [server thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemMultiTexture, 1xtile.log@32767, 32 767

[04:18:57] [server thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemMultiTexture, 1xtile.log@32767, 32 767

[04:18:57] [server thread/INFO] [Railcraft]: Adding Coke Oven recipe: ic2.core.item.block.ItemBlockIC2, 1xblockRubWood@32767, 32 767

[04:18:57] [server thread/WARN] [Railcraft]: Could not register CraftGuide plugins: CraftGuide missing.

[04:18:57] [server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 19 mods

[04:18:57] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "Life sucks"

[04:18:57] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance

[04:18:57] [server thread/INFO] [FML]: Applying holder lookups

[04:18:57] [server thread/INFO] [FML]: Holder lookups applied

[04:18:57] [server thread/INFO] [FML]: Loading dimension 0 (Life sucks) (net.minecraft.server.dedicated.DedicatedServer@eb21f2)

[04:18:57] [server thread/INFO] [FML]: Loading dimension 1 (Life sucks) (net.minecraft.server.dedicated.DedicatedServer@eb21f2)

[04:18:57] [server thread/INFO] [FML]: Loading dimension -1 (Life sucks) (net.minecraft.server.dedicated.DedicatedServer@eb21f2)

[04:18:57] [server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0

[04:18:57] [server thread/WARN] [net.minecraft.world.gen.structure.MapGenStructureIO]: Failed Piece with id NeViCem

[04:18:57] [server thread/WARN] [net.minecraft.world.gen.structure.MapGenStructureIO]: Skipping Piece with id NeViCem

[04:18:58] [server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 46%

[04:18:59] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (1,736s)! For help, type "help" or "?"

[04:19:37] [Netty IO #2/INFO] [FML]: Client protocol version 1

[04:19:37] [Netty IO #2/INFO] [FML]: Client attempting to join with 19 mods : [email protected],BuildCraft|[email protected],[email protected],[email protected],BuildCraft|[email protected],BuildCraft|[email protected],[email protected],[email protected],BuildCraft|[email protected],BuildCraft|[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],BuildCraft|[email protected],[email protected],[email protected],[email protected]

[04:19:37] [Netty IO #2/INFO] [FML]: Attempting connection with missing mods [] at CLIENT

[04:19:37] [server thread/INFO] [FML]: [server thread] Server side modded connection established

[04:19:37] [server thread/INFO] [net.minecraft.server.management.ServerConfigurationManager]: Troblin[/25.150.170.138:53197] logged in with entity id 219 at (-3550.855240017167, 76.0, -3121.679323410136)

[04:19:37] [server thread/INFO] [net.minecraft.server.MinecraftServer]: Troblin joined the game

[04:19:41] [server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2457ms behind, skipping 49 tick(s)

[04:25:01] [server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2259ms behind, skipping 45 tick(s)

[04:25:21] [server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 5556ms behind, skipping 111 tick(s)

[04:25:53] [server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2825ms behind, skipping 56 tick(s)

[04:26:07] [server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Troblin lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}

[04:26:07] [server thread/INFO] [net.minecraft.server.MinecraftServer]: Troblin left the game

[04:26:10] [Netty IO #4/INFO] [FML]: Client protocol version 1

[04:26:10] [Netty IO #4/INFO] [FML]: Client attempting to join with 19 mods : [email protected],BuildCraft|[email protected],[email protected],[email protected],BuildCraft|[email protected],BuildCraft|[email protected],[email protected],[email protected],BuildCraft|[email protected],BuildCraft|[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],BuildCraft|[email protected],[email protected],[email protected],[email protected]

[04:26:10] [Netty IO #4/INFO] [FML]: Attempting connection with missing mods [] at CLIENT

[04:26:10] [server thread/INFO] [FML]: [server thread] Server side modded connection established

[04:26:10] [server thread/INFO] [net.minecraft.server.management.ServerConfigurationManager]: Troblin[/25.150.170.138:53265] logged in with entity id 6567 at (-3443.152174806435, 63.0, -2302.772410369704)

[04:26:10] [server thread/INFO] [net.minecraft.server.MinecraftServer]: Troblin joined the game

[04:26:14] [server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2756ms behind, skipping 55 tick(s)

[04:26:37] [server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2166ms behind, skipping 43 tick(s)

[04:27:40] [server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2468ms behind, skipping 49 tick(s)

[04:28:45] [server thread/WARN] [net.minecraft.network.NetworkSystem]: Failed to handle packet for /25.150.170.138:53265

net.minecraft.util.ReportedException: Ticking player

at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:355) ~[mm.class:?]

at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:300) ~[mx.class:?]

at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137) ~[ir.class:?]

at net.minecraft.network.play.client.C03PacketPlayer$C04PacketPlayerPosition.func_148833_a(SourceFile:63) ~[is.class:?]

at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197) ~[ef.class:?]

at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [ms.class:?]

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643) [MinecraftServer.class:?]

at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326) [lj.class:?]

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531) [MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) [MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [kx.class:?]

Caused by: java.lang.OutOfMemoryError: Java heap space

[04:28:58] [server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception

net.minecraft.util.ReportedException: Exception ticking world

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:615) ~[MinecraftServer.class:?]

at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326) ~[lj.class:?]

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531) ~[MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) [MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [kx.class:?]

Caused by: java.lang.OutOfMemoryError: Java heap space

[04:29:01] [server thread/ERROR] [net.minecraft.crash.CrashReport]: Could not save crash report to .\crash-reports\crash-2014-07-16_04.28.58-server.txt

java.lang.NoClassDefFoundError: org/apache/commons/lang3/ArrayUtils

at net.minecraft.crash.CrashReport.func_71506_a(CrashReport.java:162) ~[b.class:?]

at net.minecraft.crash.CrashReport.func_71502_e(CrashReport.java:258) ~[b.class:?]

at net.minecraft.crash.CrashReport.func_147149_a(CrashReport.java:284) [b.class:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:451) [MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [kx.class:?]

Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang3.ArrayUtils

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_65]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_65]

... 5 more

Caused by: java.lang.OutOfMemoryError: Java heap space

[04:29:01] [server thread/ERROR] [net.minecraft.server.MinecraftServer]: We were unable to save this crash report to disk.

 

 

 

 

List of programs and mods (all of them were freshly completely reinstalled today to check that bug persists despite that)

clients:

 

 

Clients of all people involved

minecraft 1.7.2

1.7.2-Forge10.12.2.1121

mods on all client and server:

buildcraft 6.0.9 (nothing built yet and afair buildcraft doesn't lag the hell out of game without building stuff)

railcraft 1.7.2-9.1.0.0 (one of the mods that I blame most without clues though)

industrial_craft_2_mod_experimental_1.7.2

Transformers v1.7b (energy converters between above mods, a bit outdated)

Necromancy-Mod-1.7.2 (it alters map in nether, only adds a few mobs in overworld)

Enchvil-Mod-1.7.10 (it shouldn't do anything until the item involved is created.

 

These are ones that might be related to bug, there are a few more which were absent a few times when bug persisted.

MPM 1.7.2

warstuff 1.1

Paxel mod

 

 

 

Server:

 

 

forge-1.7.2-10.12.2.1121-universal

also minecraft_server.1.7.2 is there for company, not sure if it does anything

all server mods at all times mirrored client ones, any change of mods always coupled with resetting played world.

 

 

 

P.S. Once again noting that general java memory allocation command really impacted my client behavior and memory consumption in tasks window, but did not affect server memory usage - kept at 256mb. Thanks for reading.

Link to comment
Share on other sites

Add

-XX:PermSize=512m -XX:MaxPermSize=512m

to your parameters and try again

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Link to comment
Share on other sites

Did as you said. Maybe did it somehow wrong cuz aint a programmer. Control panel/java 32bit/java/view - there's only one application jawaw - added -XX:PermSize=512m -XX:MaxPermSize=512m to its runtime parameters. Server fell exactly as before. After the character travelled almost the same distance. Server window hung so can't copy the text but it's the same ending.

Link to comment
Share on other sites

Thank you all for answering. It took me long to update on the problem because found some intermod incompatibility and had to chop down the whole mess over a few times. As for the problem the root was besides my poor java syntax knowledge in wrong java instalation - wrongn versio, bugged install, not registered in such system variables as path resulting in ton of errors in response to even correct commands. After fixing that and writing what you advised to the last letter, the system stabilized. It'll take me time to balance out these changes and see for maybe other bugs. Atm server does not crash after player running around over 1k tiles so question answered thanks for your time ppl.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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