Advertisement
Guest User

Server Startup Error

a guest
Nov 12th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.97 KB | None | 0 0
  1. 12.11 18:53:52 [Multicraft] Received start command
  2. 12.11 18:53:52 [Multicraft] Loading server properties
  3. 12.11 18:53:52 [Multicraft] Starting server!
  4. 12.11 18:53:52 [Multicraft] Loaded config for "Custom"
  5. 12.11 18:53:52 [Multicraft] Updating eula.txt file
  6. 12.11 18:53:54 [Server] INFO 2019-11-12 18:53:54,031 main WARN Advanced terminal features are not available in this environment
  7. 12.11 18:53:54 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 28.1.87, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, nogui]
  8. 12.11 18:53:54 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_212 by Oracle Corporation
  9. 12.11 18:53:54 [Server] main/INFO [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
  10. 12.11 18:53:55 [Server] main/INFO [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
  11. 12.11 18:54:09 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
  12. 12.11 18:54:09 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  13. 12.11 18:54:09 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
  14. 12.11 18:54:09 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
  15. 12.11 18:54:09 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  16. 12.11 18:54:09 [Server] Server thread/INFO [minecraft/DedicatedServer]: Starting minecraft server version 1.14.4
  17. 12.11 18:54:11 [Server] Server thread/FATAL [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/settings/KeyBinding for invalid dist DEDICATED_SERVER
  18. 12.11 18:54:11 [Server] Server thread/ERROR [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to load class xaero.minimap.XaeroMinimap
  19. 12.11 18:54:11 [Server] INFO java.lang.ExceptionInInitializerError: null
  20. 12.11 18:54:11 [Server] INFO at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212] {}
  21. 12.11 18:54:11 [Server] INFO at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212] {}
  22. 12.11 18:54:11 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:71) ~[?:28.1] {re:classloading}
  23. 12.11 18:54:11 [Server] INFO at sun.reflect.GeneratedConstructorAccessor20.newInstance(Unknown Source) ~[?:?] {}
  24. 12.11 18:54:11 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212] {}
  25. 12.11 18:54:11 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212] {}
  26. 12.11 18:54:11 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:28.1] {re:classloading}
  27. 12.11 18:54:11 [Server] INFO at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:234) ~[?:?] {re:classloading}
  28. 12.11 18:54:11 [Server] INFO at net.minecraftforge.fml.ModLoader.lambda$buildMods$26(ModLoader.java:214) ~[?:?] {re:classloading}
  29. 12.11 18:54:11 [Server] INFO at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_212] {}
  30. 12.11 18:54:11 [Server] INFO at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1699) ~[?:1.8.0_212] {}
  31. 12.11 18:54:11 [Server] INFO at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_212] {}
  32. 12.11 18:54:11 [Server] INFO at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_212] {}
  33. 12.11 18:54:11 [Server] INFO at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_212] {}
  34. 12.11 18:54:11 [Server] INFO at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_212] {}
  35. 12.11 18:54:11 [Server] INFO at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_212] {}
  36. 12.11 18:54:11 [Server] INFO at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:216) ~[?:?] {re:classloading}
  37. 12.11 18:54:11 [Server] INFO at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$18(ModLoader.java:173) ~[?:?] {re:classloading}
  38. 12.11 18:54:11 [Server] INFO at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) [?:1.8.0_212] {}
  39. 12.11 18:54:11 [Server] INFO at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) [?:1.8.0_212] {}
  40. 12.11 18:54:11 [Server] INFO at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) [?:1.8.0_212] {}
  41. 12.11 18:54:11 [Server] INFO at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) [?:1.8.0_212] {}
  42. 12.11 18:54:11 [Server] INFO at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) [?:1.8.0_212] {}
  43. 12.11 18:54:11 [Server] INFO at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) [?:1.8.0_212] {}
  44. 12.11 18:54:11 [Server] INFO at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_212] {}
  45. 12.11 18:54:11 [Server] INFO at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) [?:1.8.0_212] {}
  46. 12.11 18:54:11 [Server] INFO at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:175) [?:?] {re:classloading}
  47. 12.11 18:54:11 [Multicraft] Server shut down (starting)
  48. 12.11 18:54:11 [Multicraft] Not restarting crashed server.
  49. 12.11 18:54:11 [Multicraft] Stopping server!
  50. 12.11 18:54:13 [Multicraft] Server stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement