Additional note: On first boot after installing forge and mods; the server ran fine. During the second startup is when I encountered the error.
Server log:
[email protected]:~$ java -Xms2560M -Xmx5120M -jar /home/server/mcss/spigot-1.8.8-R0.1-SNAPSHOT.jar
[23:08:41] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[23:08:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[23:08:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[23:08:49] [main/INFO] [FML]: Forge Mod Loader version 11.15.0.1655 for Minecraft 1.8.8 loading
[23:08:49] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.7.0_91, running on Linux:amd64:3.16.0-4-amd64, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
[23:08:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:08:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[23:08:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:08:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:08:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:08:50] [main/ERROR] [FML]: Patcher expecting non-empty class data file for net.minecraft.item.ItemRecord, but received empty.
[23:08:50] [main/ERROR] [LaunchWrapper]: Unable to launch
java.lang.RuntimeException: java.lang.RuntimeException: Patcher expecting non-empty class data file for net.minecraft.item.ItemRecord, but received empty, your vanilla jar may be corrupt.
at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:155) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_91]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_91]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
Caused by: java.lang.RuntimeException: Patcher expecting non-empty class data file for net.minecraft.item.ItemRecord, but received empty, your vanilla jar may be corrupt.
at net.minecraftforge.fml.common.patcher.ClassPatchManager.applyPatch(ClassPatchManager.java:95) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.common.patcher.ClassPatchManager.getPatchedResource(ClassPatchManager.java:58) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.getFieldType(FMLDeobfuscatingRemapper.java:205) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.parseField(FMLDeobfuscatingRemapper.java:182) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.setup(FMLDeobfuscatingRemapper.java:151) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.common.asm.FMLSanityChecker.injectData(FMLSanityChecker.java:182) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:150) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
... 8 more
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: java.lang.reflect.InvocationTargetException
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at java.lang.reflect.Method.invoke(Method.java:606)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: Caused by: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:30)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at java.lang.Runtime.exit(Runtime.java:107)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at java.lang.System.exit(System.java:962)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: ... 6 more
These mods were supposed to work with 1.8.8 according to the mod page. I tried running it without the mods as well and it gives the same error. Just tried rebooting the whole system to no avail. Do you think my best chance is to go through with reinstalling forge? Thanks for answering by the way!
From the official thread I assumed the mod being "1.8" was "close enough" in terms of compatibility. After reading what you wrote I did some digging. I honestly had no idea that bukkit and forge do not work together(whoops). The only solution I found was "Cauldron"; an out of date forge bukkit bridge server software http://minecraft.maeyanie.com/cauldron/. I guess that marks my original post as solved. For the record, do you know of any other methods to get a server to work with mods and plugins on a "1.8ish" version of minecraft(Probably a question for a different thread.)? Anyways, thanks for the insight!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
The three .jar files in mod folder:
SmartMoving-1.8-16.2.jar
SmartRender-1.8-2.1.jar
PlayerAPI-1.8-1.3.jar
Additional note: On first boot after installing forge and mods; the server ran fine. During the second startup is when I encountered the error.
Server log:
[email protected]:~$ java -Xms2560M -Xmx5120M -jar /home/server/mcss/spigot-1.8.8-R0.1-SNAPSHOT.jar
[23:08:41] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[23:08:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[23:08:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[23:08:49] [main/INFO] [FML]: Forge Mod Loader version 11.15.0.1655 for Minecraft 1.8.8 loading
[23:08:49] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.7.0_91, running on Linux:amd64:3.16.0-4-amd64, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
[23:08:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:08:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[23:08:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:08:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:08:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:08:50] [main/ERROR] [FML]: Patcher expecting non-empty class data file for net.minecraft.item.ItemRecord, but received empty.
[23:08:50] [main/ERROR] [LaunchWrapper]: Unable to launch
java.lang.RuntimeException: java.lang.RuntimeException: Patcher expecting non-empty class data file for net.minecraft.item.ItemRecord, but received empty, your vanilla jar may be corrupt.
at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:155) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_91]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_91]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
Caused by: java.lang.RuntimeException: Patcher expecting non-empty class data file for net.minecraft.item.ItemRecord, but received empty, your vanilla jar may be corrupt.
at net.minecraftforge.fml.common.patcher.ClassPatchManager.applyPatch(ClassPatchManager.java:95) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.common.patcher.ClassPatchManager.getPatchedResource(ClassPatchManager.java:58) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.getFieldType(FMLDeobfuscatingRemapper.java:205) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.parseField(FMLDeobfuscatingRemapper.java:182) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.setup(FMLDeobfuscatingRemapper.java:151) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.common.asm.FMLSanityChecker.injectData(FMLSanityChecker.java:182) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:150) ~[spigot-1.8.8-R0.1-SNAPSHOT.jar:?]
... 8 more
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: java.lang.reflect.InvocationTargetException
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at java.lang.reflect.Method.invoke(Method.java:606)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:main:12]: at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: Caused by: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:30)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at java.lang.Runtime.exit(Runtime.java:107)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at java.lang.System.exit(System.java:962)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[23:08:50] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.ServerLaunchWrapper:run:48]: ... 6 more
Thanks in advance!
These mods were supposed to work with 1.8.8 according to the mod page. I tried running it without the mods as well and it gives the same error. Just tried rebooting the whole system to no avail. Do you think my best chance is to go through with reinstalling forge? Thanks for answering by the way!
From the official thread I assumed the mod being "1.8" was "close enough" in terms of compatibility. After reading what you wrote I did some digging. I honestly had no idea that bukkit and forge do not work together(whoops). The only solution I found was "Cauldron"; an out of date forge bukkit bridge server software http://minecraft.maeyanie.com/cauldron/. I guess that marks my original post as solved. For the record, do you know of any other methods to get a server to work with mods and plugins on a "1.8ish" version of minecraft(Probably a question for a different thread.)? Anyways, thanks for the insight!