Multiple warnings on server startup

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

kensclark17

New Member
Jul 29, 2019
1
0
0
I get some errors like this "
Code:
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1302:0) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1310:0) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1312:0) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1312:1) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1312:2) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1313:0) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1313:1) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1313:2) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1314:0) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1314:1) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1314:2) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1315:0) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1315:1) to Forester's Backpack since it was null.
2013-04-10 18:56:24 [WARNING] [ForgeModLoader] Failed to add block/item of (1315:2) to Forester's Backpack since it was null.
"

Also, I get multiple errors from the XLBiomes plugin and a few world leaks from it. When I join my server, it also says there is some error with XLBiomesPlus.[DOUBLEPOST=1365646011][/DOUBLEPOST]
Code:
2013-04-10 18:56:22 [WARNING] [ForgeModLoader] Pam's HC base missing - MFR Pam HC Compat not loading
2013-04-10 18:56:22 [WARNING] [ForgeModLoader] Pam's Weee! Flowers missing - MFR Pam Weee! Flowers Compat not loading
Code:
2013-04-10 18:56:16 [FINE] [fml.ItemTracker] Adding item soaryn.xycraft.machines.item.ItemMaterials(24656) owned by XyCraftMachines
2013-04-10 18:56:16 [WARNING] [XyCraft] true
Code:
2013-04-10 18:56:15 [SEVERE] [ForgeModLoader] [Modual ForceField System] cannot read remote Version file!
java.io.FileNotFoundException: https://raw.github.com/Thunderdark/ModularForceFieldSystem/master/src/minecraft/versioninfo
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
    at java.net.URL.openStream(Unknown Source)
    at chb.mods.mffs.common.Versioninfo.newestversion(Versioninfo.java:61)
    at chb.mods.mffs.common.ModularForceFieldSystem.preInit(ModularForceFieldSystem.java:251)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:505)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
    at ho.c(DedicatedServer.java:64)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
    at fy.run(SourceFile:849)
 
Status
Not open for further replies.