Incopatibility with mods and plugins server

I have a problem while launching the server. It gives me this error in cmd:

G:\Server Minecraft 1.12.2>java -Xmx8192M -Xms8192M -jar Forge.jar nogui
[17:14:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[17:14:15] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[17:14:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[17:14:15] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading
[17:14:15] [main/INFO] [FML]: Java is Java HotSpot™ 64-Bit Server VM, version 1.8.0_241, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_241\jre
[17:14:15] [main/INFO] [FML]: Searching G:\Server Minecraft 1.12.2.\mods for mods
[17:14:15] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from 1spongeforge.jar
[17:14:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:14:15] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[17:14:15] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/G:/Server%20Minecraft%201.12.2/./mods/1spongeforge.jar Service=LaunchWrapper Env=SERVER
[17:14:15] [main/WARN] [FML]: The coremod SpongeCoremod (org.spongepowered.mod.SpongeCoremod) is not signed!
[17:14:15] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[17:14:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[17:14:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:14:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:14:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:14:17] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[17:14:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:14:17] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[17:14:17] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@24a298a6
[17:14:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[17:14:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[17:14:17] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[17:14:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[17:14:17] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[17:14:18] [main/WARN] [mixin]: @Mixin target net/minecraft/block/state/BlockStateContainer$StateImplementation is public in mixins.common.api.json:mcp.block.state.StateImplementationMixin_API and should be specified in value
[17:14:22] [main/WARN] [mixin]: Static binding violation: PRIVATE @Overwrite method func_189509_E in mixins.common.core.json:world.WorldMixin cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[17:14:23] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[17:14:28] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.12.2
[17:14:28] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2838 Initialized
[17:14:28] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[17:14:28] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient…
[17:14:28] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
[17:14:28] [Server thread/INFO] [Sponge]: Found mcmod.info at jar:file:/G:/Server%20Minecraft%201.12.2/./mods/1spongeforge.jar!/mcmod.info
[17:14:28] [Server thread/INFO] [Sponge]: Creating injector in stage ‘PRODUCTION’
[17:14:31] [Server thread/INFO] [FML]: Searching G:\Server Minecraft 1.12.2.\mods for mods
[17:14:32] [Server thread/INFO] [FML]: Forge Mod Loader has identified 12 mods to load
[17:14:32] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[17:14:32] [Server thread/WARN] [FML]: Missing English translation for spongeapi: assets/spongeapi/lang/en_us.lang
[17:14:32] [Server thread/WARN] [FML]: Missing English translation for spongeforge: assets/spongeforge/lang/en_us.lang
[17:14:32] [Server thread/WARN] [FML]: Missing English translation for ic2: assets/ic2/lang/en_us.lang
[17:14:32] [Server thread/WARN] [FML]: Missing English translation for luckperms: assets/luckperms/lang/en_us.lang
[17:14:32] [Server thread/WARN] [FML]: Missing English translation for nucleus: assets/nucleus/lang/en_us.lang
[17:14:32] [Server thread/WARN] [FML]: Missing English translation for totaleconomy: assets/totaleconomy/lang/en_us.lang
[17:14:32] [Server thread/WARN] [FML]: Missing English translation for worldedit: assets/worldedit/lang/en_us.lang
[17:14:33] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge, spongeforge, ic2, luckperms, nucleus, totaleconomy, worldedit] at CLIENT
[17:14:33] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge, spongeforge, ic2, luckperms, nucleus, totaleconomy, worldedit] at SERVER
[17:14:33] [Server thread/WARN] [Sponge]: There’s no certificate fingerprint available
[17:14:34] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[17:14:34] [Server thread/INFO] [FML]: Found 1169 ObjectHolder annotations
[17:14:34] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[17:14:34] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[17:14:34] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[17:14:34] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[17:14:34] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2847
[17:14:34] [Forge Version Check/INFO] [forge.VersionCheck]: [spongeforge] Starting version check at https://files.minecraftforge.net/maven/org/spongepowered/spongeforge/promotions_slim.json
[17:14:35] [Server thread/INFO] [minecraft/DedicatedServer]: __
[17:14:35] [Server thread/INFO] [minecraft/DedicatedServer]: | |) LuckPerms v5.0.108
[17:14:35] [Server thread/INFO] [minecraft/DedicatedServer]: |
_ | Running on Sponge - SpongeForge
[17:14:35] [Server thread/INFO] [minecraft/DedicatedServer]:
[17:14:35] [Server thread/INFO] [luckperms]: Loading configuration…
[17:14:35] [Forge Version Check/INFO] [forge.VersionCheck]: [spongeforge] Found status: OUTDATED Target: 7.1.2
[17:14:35] [Server thread/INFO] [luckperms]: Loading storage provider… [H2]
[17:14:36] [Server thread/INFO] [luckperms]: Loading internal permission managers…
[17:14:36] [Server thread/INFO] [luckperms]: Registering PermissionService…
[17:14:36] [Server thread/INFO] [luckperms]: Performing initial data load…
[17:14:36] [Server thread/INFO] [luckperms]: Successfully enabled. (took 1877ms)
[17:14:36] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Nucleus version 1.14.3-S7.1, running on Sponge API 7.1.0-5ef8b0e3.
[17:14:36] [Server thread/INFO] [nucleus]: Nucleus is now starting. Entering pre-init phase.
[17:14:37] [Server thread/INFO] [nucleus]: Starting QuickStart Module Loader version 0.11.0 subsystem.
[17:14:41] [Server thread/WARN] [Sponge]: Could not find type owning class, assigning fallback id: ic2:block_ore_type
[17:14:41] [Server thread/WARN] [Sponge]: Could not find type owning class, assigning fallback id: ic2:block_scaffold_type
[17:14:41] [Server thread/WARN] [Sponge]: Could not find east owning class, assigning fallback id: ic2:block_i_c2_fence_east
[17:14:41] [Server thread/WARN] [Sponge]: Could not find north owning class, assigning fallback id: ic2:block_i_c2_fence_north
[17:14:41] [Server thread/WARN] [Sponge]: Could not find south owning class, assigning fallback id: ic2:block_i_c2_fence_south
[17:14:41] [Server thread/WARN] [Sponge]: Could not find type owning class, assigning fallback id: ic2:block_i_c2_fence_type
[17:14:41] [Server thread/WARN] [Sponge]: Could not find west owning class, assigning fallback id: ic2:block_i_c2_fence_west
[17:14:41] [Server thread/WARN] [Sponge]: Could not find type owning class, assigning fallback id: ic2:block_sheet_type
[17:14:41] [Server thread/WARN] [Sponge]: Could not find type owning class, assigning fallback id: ic2:block_tex_glass_type
[17:14:41] [Server thread/WARN] [Sponge]: Could not find type owning class, assigning fallback id: ic2:block_foam_type
[17:14:41] [Server thread/WARN] [Sponge]: Could not find type owning class, assigning fallback id: ic2:block_wall_type
[17:14:41] [Server thread/WARN] [Sponge]: Could not find type owning class, assigning fallback id: ic2:block_mining_pipe_type
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 352 out of 352 recipes for shaped recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 79 out of 79 recipes for shapeless recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 41 out of 41 recipes for solid uu recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 27 out of 27 recipes for furnace recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 14 out of 14 recipes for block cutter recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 51 out of 51 recipes for compressor recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 12 out of 12 recipes for extractor recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 74 out of 74 recipes for macerator recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 5 out of 5 recipes for metal former cutting recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 10 out of 10 recipes for metal former extruding recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 8 out of 8 recipes for ore washing recipes
[17:14:42] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 26 out of 26 recipes for thermal centrifuge recipes
[17:14:43] [Server thread/INFO] [FML]: Applying holder lookups
[17:14:43] [Server thread/INFO] [FML]: Holder lookups applied
[17:14:43] [Server thread/INFO] [FML]: Applying holder lookups
[17:14:43] [Server thread/INFO] [FML]: Holder lookups applied
[17:14:43] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix sponge for name human, expected spongeforge. This could be a intended override, but in most cases indicates a broken mod.
[17:14:43] [Server thread/INFO] [FML]: Applying holder lookups
[17:14:43] [Server thread/INFO] [FML]: Holder lookups applied
[17:14:43] [Server thread/INFO] [FML]: Applying holder lookups
[17:14:43] [Server thread/INFO] [FML]: Holder lookups applied
[17:14:43] [Server thread/INFO] [FML]: Injecting itemstacks
[17:14:43] [Server thread/INFO] [FML]: Itemstack injection complete
[17:14:43] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
[17:14:43] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
[17:14:43] [Server thread/INFO] [minecraft/DedicatedServer]: Generating keypair
[17:14:43] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on 192.xxx.x.xx:25560
[17:14:43] [Server thread/INFO] [minecraft/NetworkSystem]: Using default channel type
[17:14:43] [Server thread/WARN] [minecraft/DedicatedServer]: **** FAILED TO BIND TO PORT!
[17:14:43] [Server thread/WARN] [minecraft/DedicatedServer]: The exception was: java.net.BindException: Cannot assign requested address: bind
[17:14:43] [Server thread/WARN] [minecraft/DedicatedServer]: Perhaps a server is already running on that port?
[17:14:43] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
[17:14:43] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds
[17:14:43] [Server thread/INFO] [totaleconomy]: Total Economy Stopped
[17:14:43] [Server thread/INFO] [FML]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.

Can someone help me?

That’s the issue - and it’s not to do with incompatibilities. It means that you either:

  • Have run multiple servers on the same port (if running locally, did you double click the icon before running? If so, you’ve run the server without the console.)
  • Trying to run this at the same time as another server, but you’ve not change the port in server.properties. Each server needs to bind to their own port.
  • Trying to run this behind a server proxy such as Waterfall or Velocity on the same port, in which case, the above also applies.

If you have a server running but no console, you might want to open the Task Manager and kill a javaw process that’s likely taking up about 1-2GB of RAM. Or just restart your computer.