Help regarding Cauldron/Monster/GT setup

xRisenx

New Member
Jul 29, 2019
45
0
0
Hello,
I am working on setting up a server and i need some assistance with some warnings and things i dont quite understand in the logs.
Also what to change in some of the configs if any needs to be changed.

I want to be on the safe side before i open it so i wont have to wipe it because i rushed it.

After some hours it is running Cauldron with Monster 1.1.2 and GregTech, It starts and i can play without any problems.

Plugins:
Auto Restart
Essentials
Grief Prevention

These logs are without GregTech, as i want to figure this out before adding it.

Here ill post some of the warnings/errors that are in the full log below.
Code:
@h@2014-07-19 19:49:51 [SEVERE] Could not create inventory type binnie.extrabees.apiary.TileExtraBeeAlveary Exception: java.lang.StackOverflowError
@h@2014-07-19 19:49:51 [SEVERE] Could not determine default inventory size for type binnie.extrabees.apiary.TileExtraBeeAlveary using size of 9
@h@2014-07-19 19:49:51 [SEVERE] Could not create inventory type codechicken.enderstorage.storage.item.TileEnderChest Exception: java.lang.NullPointerException
@h@2014-07-19 19:49:51 [SEVERE] Could not determine default inventory size for type codechicken.enderstorage.storage.item.TileEnderChest using size of 9
@h@2014-07-19 19:49:51 [SEVERE] Could not create inventory type binnie.core.machines.TileEntityMachine Exception: java.lang.StackOverflowError
@h@2014-07-19 19:49:51 [SEVERE] Could not determine default inventory size for type binnie.core.machines.TileEntityMachine using size of 9
@h@2014-07-19 19:49:51 [SEVERE] Could not create inventory type net.mcft.copy.betterstorage.tile.crate.TileEntityCrate Exception: java.lang.NullPointerException

Code:
coralPurple
2014-07-19 19:49:40 [SEVERE] java.lang.NullPointerException
2014-07-19 19:49:40 [SEVERE]    at mariculture.core.helpers.cofh.ThermalExpansionHelper.addPulverizerRecipe(ThermalExpansionHelper.java:47)
2014-07-19 19:49:40 [SEVERE]    at mariculture.core.helpers.cofh.ThermalExpansionHelper.addPulverizerRecipe(ThermalExpansionHelper.java:28)
2014-07-19 19:49:40 [SEVERE]    at mariculture.plugins.PluginThermalExpansion.init(PluginThermalExpansion.java:36)
2014-07-19 19:49:40 [SEVERE]    at mariculture.plugins.Plugins$Plugin.load(Plugins.java:40)
2014-07-19 19:49:40 [SEVERE]    at mariculture.plugins.Plugins.init(Plugins.java:101)
2014-07-19 19:49:40 [SEVERE]    at mariculture.Mariculture.init(Mariculture.java:52)
2014-07-19 19:49:40 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-07-19 19:49:40 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-07-19 19:49:40 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-07-19 19:49:40 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
2014-07-19 19:49:40 [SEVERE]    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
2014-07-19 19:49:40 [SEVERE]    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2014-07-19 19:49:40 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-07-19 19:49:40 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
2014-07-19 19:49:40 [SEVERE]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-07-19 19:49:40 [SEVERE]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-07-19 19:49:40 [SEVERE]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-07-19 19:49:40 [SEVERE]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-07-19 19:49:40 [SEVERE]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-07-19 19:49:40 [SEVERE]    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:200)
2014-07-19 19:49:40 [SEVERE]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:180)
2014-07-19 19:49:40 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-07-19 19:49:40 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-07-19 19:49:40 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-07-19 19:49:40 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
2014-07-19 19:49:40 [SEVERE]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-07-19 19:49:40 [SEVERE]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-07-19 19:49:40 [SEVERE]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-07-19 19:49:40 [SEVERE]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-07-19 19:49:40 [SEVERE]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-07-19 19:49:40 [SEVERE]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:111)
2014-07-19 19:49:40 [SEVERE]    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:687)
2014-07-19 19:49:40 [SEVERE]    at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:102)
2014-07-19 19:49:40 [SEVERE]    at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:370)
2014-07-19 19:49:40 [SEVERE]    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:179)
2014-07-19 19:49:40 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
2014-07-19 19:49:40 [SEVERE]    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

Code:
2014-07-19 19:49:43 [INFO] Ore: beeComb
2014-07-19 19:49:43 [SEVERE] java.lang.NoSuchFieldException: blockStones
2014-07-19 19:49:43 [SEVERE]    at java.lang.Class.getField(Unknown Source)
2014-07-19 19:49:43 [SEVERE]    at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassCompat$BlockCompat.<init>(ChiselModCompatibility.java:37)
2014-07-19 19:49:43 [SEVERE]    at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassBlockCompat$1$1.<init>(ChiselModCompatibility.java:53)
2014-07-19 19:49:43 [SEVERE]    at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassBlockCompat$1.action(ChiselModCompatibility.java:53)
2014-07-19 19:49:43 [SEVERE]    at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassCompat.<init>(ChiselModCompatibility.java:16)
2014-07-19 19:49:43 [SEVERE]    at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassBlockCompat$1.<init>(ChiselModCompatibility.java:51)
2014-07-19 19:49:43 [SEVERE]    at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassBlockCompat.<init>(ChiselModCompatibility.java:51)
2014-07-19 19:49:43 [SEVERE]    at info.jbcs.minecraft.chisel.ChiselModCompatibility$3.<init>(ChiselModCompatibility.java:85)
2014-07-19 19:49:43 [SEVERE]    at info.jbcs.minecraft.chisel.ChiselModCompatibility.postInit(ChiselModCompatibility.java:85)
2014-07-19 19:49:43 [SEVERE]    at info.jbcs.minecraft.chisel.Chisel.postInit(Chisel.java:1199)
2014-07-19 19:49:43 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-07-19 19:49:43 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-07-19 19:49:43 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-07-19 19:49:43 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
2014-07-19 19:49:43 [SEVERE]    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
2014-07-19 19:49:43 [SEVERE]    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2014-07-19 19:49:43 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-07-19 19:49:43 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
2014-07-19 19:49:43 [SEVERE]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-07-19 19:49:43 [SEVERE]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-07-19 19:49:43 [SEVERE]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-07-19 19:49:43 [SEVERE]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-07-19 19:49:43 [SEVERE]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-07-19 19:49:43 [SEVERE]    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:200)
2014-07-19 19:49:43 [SEVERE]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:180)
2014-07-19 19:49:43 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-07-19 19:49:43 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-07-19 19:49:43 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-07-19 19:49:43 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
2014-07-19 19:49:43 [SEVERE]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-07-19 19:49:43 [SEVERE]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-07-19 19:49:43 [SEVERE]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-07-19 19:49:43 [SEVERE]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-07-19 19:49:43 [SEVERE]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-07-19 19:49:43 [SEVERE]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:111)
2014-07-19 19:49:43 [SEVERE]    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
2014-07-19 19:49:43 [SEVERE]    at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:102)
2014-07-19 19:49:43 [SEVERE]    at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:370)
2014-07-19 19:49:43 [SEVERE]    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:179)
2014-07-19 19:49:43 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
2014-07-19 19:49:43 [SEVERE]    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-07-19 19:49:43 [INFO] Reliquary loaded.

Full log here running without GregTech as i want to sort that out before adding more.
I highlighted most of it.
http://pastebin.com/BUKiAiH5

Any help would be greatly appreciated :)

Regards,
xRisenx
 

HaoSs

New Member
Jul 29, 2019
290
0
0
first . Monster 1.1.2 is not stable. probably newer will. i suggest you stick with 1.1.1
second. Last build of cauldron has some problems, lots of crashes with the monster pack. and they stopped updating it unless they hit 500 $/ month on there patron page...
last. if you want cauldron. try build cauldron-1.6.4-1.965.21.17-server.jar . seems the most stable for me

p.s. unless server crashes. ignore the errors