Skip to content

Instantly share code, notes, and snippets.

@intemptesta
intemptesta / Forge mod list
Last active May 16, 2020 23:31
My current mods used on the server.
additionalevents-1.1.jar
AppleSkin-mc1.15.2-forge-1.0.13.jar
Aquaculture-1.15.2-2.0.13.jar
AutoRegLib-1.5-40.jar
BiomesOPlenty-1.15.2-10.0.0.345-universal.jar
Bookshelf-1.15.2-5.5.33.jar
Botania-r1.15-383.jar
bspawncontrol_1.15.2-1.0.jar
buzzierbees-1.4.jar
Cucumber-1.15.2-3.0.5.jar
@intemptesta
intemptesta / hs_err_pid2337.log
Created May 16, 2020 22:44
Error created by Linux server.
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 12288 bytes for committing reserved memory.
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
@intemptesta
intemptesta / debug.log 14May2020-16May2020
Created May 16, 2020 22:40
Problem: server use more and more ram until 'insufficient memory for the Java' occur.
This file has been truncated, but you can view the full file.
[14May2020 15:24:42.164] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 31.1.48, --fml.mcpVersion, 20200414.225201, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, nogui]
[14May2020 15:24:42.174] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.0.0-milestone.4+67+b1a340b starting: java version 1.8.0_252 by Oracle Corporation
[14May2020 15:24:42.189] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]
[14May2020 15:24:42.202] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : []
[14May2020 15:24:42.221] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [eventbus,object_holder_definalize,runtime_enum_extender,accesstransformer,capability_inject_definalize,runtimedistcleaner]
[14May2020 15:24:42.239] [main/DEB
@intemptesta
intemptesta / crash-2020-05-01_09.47.46-servert.xt
Created May 2, 2020 20:20
One of errors and force closed log. This happen randomly multiple times with same errors, "Caused by: java.nio.file.AccessDeniedException".
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 5/1/20 9:47 AM
Description: Exception in server tick loop
com.electronwill.nightconfig.core.io.WritingException: An I/O error occured
at com.electronwill.nightconfig.core.io.ConfigWriter.write(ConfigWriter.java:90) ~[core-3.6.2.jar:?] {}
at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.save(WriteSyncFileConfig.java:61) ~[core-3.6.2.jar:?] {}
at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.save(AutosaveCommentedFileConfig.java:80) ~[core-3.6.2.jar:?] {}
@intemptesta
intemptesta / crash-2020-05-02_10.25.19-server.txt
Created May 2, 2020 20:17
log. java.lang.NullPointerException: Ticking entity, Error about Hunter's Boomerang in one of my player's inventory I suppose.
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 5/2/20 10:25 AM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at baguchan.hunterillager.entity.projectile.BoomerangEntity.func_70071_h_(BoomerangEntity.java:245) ~[?:1.15.2-0.6.0] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:600) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,pl:mixin:APP:assets/fruittrees/fruittrees.mixins.json:MixinServerWorld,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.world.World.func_217390_a(World.java:536) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.WorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
@intemptesta
intemptesta / debug.log
Created May 2, 2020 20:13
debug.log with error when starting Forge Server 1.15.2-31.1.48 on Amazon AWS, t2.medium intance, Linux, 4gb of ram
This file has been truncated, but you can view the full file.
[02May2020 05:52:06.467] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 31.1.48, --fml.mcpVersion, 20200414.225201, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, nogui]
[02May2020 05:52:06.480] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.0.0-milestone.4+67+b1a340b starting: java version 1.8.0_242 by Oracle Corporation
[02May2020 05:52:06.491] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]
[02May2020 05:52:06.504] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : []
[02May2020 05:52:06.516] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [eventbus,object_holder_definalize,runtime_enum_extender,accesstransformer,capability_inject_definalize,runtimedistcleaner]
[02May2020 05:52:06.531] [main/DEB