Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 21.36 KB | None | 0 0
  1. [15:36:38] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  2. [15:36:38] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  3. [15:36:38] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  4. [15:36:38] [main/INFO]: Forge Mod Loader version 7.99.4.1492 for Minecraft 1.7.10 loading
  5. [15:36:38] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_191, running on Linux:amd64:4.10.0-35-generic, installed at /usr/lib/jvm/java-8-oracle/jre
  6. [15:36:38] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  7. [15:36:38] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  8. [15:36:38] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  9. [15:36:38] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  10. [15:36:38] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  11. [15:36:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  12. [15:36:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  13. [15:36:40] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  14. [15:36:40] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  15. [15:36:40] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  16. [15:36:40] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  17. [15:36:45] [Server thread/INFO]: Starting minecraft server version 1.7.10
  18. [15:36:45] [Server thread/INFO]: Attempting early MinecraftForge initialization
  19. [15:36:45] [Server thread/INFO]: MinecraftForge v10.13.4.1492 Initialized
  20. [15:36:45] [Server thread/INFO]: Replaced 183 ore recipies
  21. [15:36:45] [Server thread/INFO]: Completed early MinecraftForge initialization
  22. [15:36:46] [Server thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
  23. [15:36:46] [Server thread/INFO]: Searching /data/mods for mods
  24. [15:36:46] [Server thread/INFO]: Forge Mod Loader has identified 4 mods to load
  25. [15:36:47] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at CLIENT
  26. [15:36:47] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at SERVER
  27. [15:36:47] [Server thread/INFO]: Processing ObjectHolder annotations
  28. [15:36:47] [Server thread/INFO]: Found 341 ObjectHolder annotations
  29. [15:36:47] [Server thread/INFO]: Identifying ItemStackHolder annotations
  30. [15:36:47] [Server thread/INFO]: Found 0 ItemStackHolder annotations
  31. [15:36:47] [Server thread/INFO]: Configured a dormant chunk cache size of 0
  32. [15:36:47] [Server thread/INFO]: Applying holder lookups
  33. [15:36:47] [Server thread/INFO]: Holder lookups applied
  34. [15:36:47] [Server thread/INFO]: Injecting itemstacks
  35. [15:36:47] [Server thread/INFO]: Itemstack injection complete
  36. [15:36:47] [Server thread/INFO]: Loading properties
  37. [15:36:47] [Server thread/INFO]: Default game type: SURVIVAL
  38. [15:36:47] [Server thread/INFO]: This server is running KCauldron version 1.7.10-1492.150 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  39. [15:36:48] [Server thread/INFO]: Server Ping Player Sample Count: 12
  40. [15:36:48] [Server thread/INFO]: Using 4 threads for Netty based IO
  41. [15:36:48] [Server thread/INFO]: Generating keypair
  42. [15:36:48] [Server thread/INFO]: Starting Minecraft server on *:26851
  43. [15:36:48] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  44. [15:36:48] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  45. [15:36:48] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  46. [15:36:48] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  47. [15:36:48] [Server thread/INFO]: Injecting itemstacks
  48. [15:36:48] [Server thread/INFO]: Itemstack injection complete
  49. [15:36:48] [Server thread/INFO]: Forge Mod Loader has successfully loaded 4 mods
  50. [15:36:48] [Server thread/INFO]: Preparing level "world"
  51. [15:36:48] [Server thread/INFO]: Registered command debug with permission node vanilla.command.debug
  52. [15:36:48] [Server thread/INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
  53. [15:36:48] [Server thread/INFO]: Registered command playsound with permission node vanilla.command.playsound
  54. [15:36:48] [Server thread/INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
  55. [15:36:48] [Server thread/INFO]: Registered command achievement with permission node vanilla.command.achievement
  56. [15:36:48] [Server thread/INFO]: Registered command summon with permission node vanilla.command.summon
  57. [15:36:48] [Server thread/INFO]: Registered command setblock with permission node vanilla.command.setblock
  58. [15:36:48] [Server thread/INFO]: Registered command testforblock with permission node vanilla.command.testforblock
  59. [15:36:48] [Server thread/INFO]: Registered command tellraw with permission node vanilla.command.tellraw
  60. [15:36:48] [Server thread/INFO]: Registered command netstat with permission node vanilla.command.netstat
  61. [15:36:48] [Server thread/INFO]: Injecting existing block and item data into this server instance
  62. [15:36:48] [Server thread/INFO]: Applying holder lookups
  63. [15:36:48] [Server thread/INFO]: Holder lookups applied
  64. [15:36:49] [Server thread/INFO]: Mapping loaded 11 packages, 7841 classes, 26711 fields, 53884 methods, flags 1ffa
  65. [15:36:49] [Server thread/INFO]: Loaded inheritance map of 895 classes
  66. [15:36:49] [Server thread/WARN]: =============================================================
  67. [15:36:49] [Server thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
  68. [15:36:49] [Server thread/WARN]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V
  69. [15:36:49] [Server thread/WARN]: Use FMLCommonHandler.exitJava instead
  70. [15:36:49] [Server thread/WARN]: =============================================================
  71. [15:36:49] [Server thread/WARN]: =============================================================
  72. [15:36:49] [Server thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
  73. [15:36:49] [Server thread/WARN]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V
  74. [15:36:49] [Server thread/WARN]: Use FMLCommonHandler.exitJava instead
  75. [15:36:49] [Server thread/WARN]: =============================================================
  76. [15:36:49] [Server thread/WARN]: =============================================================
  77. [15:36:49] [Server thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
  78. [15:36:49] [Server thread/WARN]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V
  79. [15:36:49] [Server thread/WARN]: Use FMLCommonHandler.exitJava instead
  80. [15:36:49] [Server thread/WARN]: =============================================================
  81. [15:36:49] [Server thread/WARN]: =============================================================
  82. [15:36:49] [Server thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
  83. [15:36:49] [Server thread/WARN]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V
  84. [15:36:49] [Server thread/WARN]: Use FMLCommonHandler.exitJava instead
  85. [15:36:49] [Server thread/WARN]: =============================================================
  86. [15:36:49] [Server thread/INFO]: [PermissionsEx] sql бэкэнд зарегистрирован!
  87. [15:36:49] [Server thread/INFO]: [PermissionsEx] file бэкэнд зарегистрирован!
  88. [15:36:49] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.20.4
  89. [15:36:49] [Server thread/INFO]: [PEx] Инициализация file бэкенд
  90. [15:36:50] [Server thread/INFO]: Permissions file successfully reloaded
  91. [15:36:50] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
  92. [15:36:50] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
  93. [15:36:50] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
  94. [15:36:50] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
  95. [15:36:50] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
  96. [15:36:50] [Server thread/INFO]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@74ec4efe)
  97. [15:36:50] [Server thread/INFO]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@74ec4efe)
  98. [15:36:50] [Server thread/INFO]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@74ec4efe)
  99. [15:36:50] [Server thread/INFO]: Preparing start region for level 0
  100. [15:36:51] [Server thread/INFO]: Preparing spawn area: 20%
  101. [15:36:52] [Server thread/WARN]: Wrong location for EntityHorse['Horse'/58, l='world', x=-160.05, y=70.00, z=106.95] in world 'world'!
  102. [15:36:52] [Server thread/WARN]: Entity is at -160.0538312792778,106.9461687207222 (chunk -11,6) but was stored in chunk -10,6
  103. [15:36:52] [Server thread/WARN]: Cauldron has removed EntityHorse['Horse'/58, l='world', x=-160.05, y=70.00, z=106.95] to prevent a server crash.
  104. [15:36:52] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.4
  105. [15:36:53] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
  106. [15:36:53] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  107. [15:36:53] [Server thread/INFO]: 1.7.10-1492.150 (MC: 1.7.10)
  108. [15:36:53] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
  109. [15:36:54] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  110. [15:36:54] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
  111. [15:36:54] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
  112. [15:36:54] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
  113. [15:36:54] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
  114. [15:36:54] [Server thread/WARN]: Server permissions file permissions.yml is not valid YAML: while parsing a block collection
  115.  in "<reader>", line 31, column 6:
  116.          - essentials.heal
  117.          ^
  118. expected <block end>, but found Key
  119.  in "<reader>", line 40, column 6:
  120.          Premium:
  121.          ^
  122.  
  123. [15:36:54] [Server thread/INFO]: Done (5.667s)! For help, type "help" or "?"
  124. [15:36:54] [Server thread/INFO]: Starting GS4 status listener
  125. [15:36:54] [Query Listener #1/INFO]: Query running on 0.0.0.0:27851
  126. [15:36:54] [Server thread/INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
  127. [15:36:55] [KCauldron version retrievier/WARN]: Error occured during retriving version
  128. java.lang.Throwable
  129.     at kcauldron.KLog.log(KLog.java:30) [KLog.class:1.7.10-1492.150]
  130.     at kcauldron.KLog.warning(KLog.java:41) [KLog.class:1.7.10-1492.150]
  131.     at kcauldron.updater.KVersionRetriever.uncaughtException(KVersionRetriever.java:114) [KVersionRetriever.class:1.7.10-1492.150]
  132.     at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:108) [KVersionRetriever.class:1.7.10-1492.150]
  133.     at kcauldron.updater.KVersionRetriever.run(KVersionRetriever.java:70) [KVersionRetriever.class:1.7.10-1492.150]
  134.     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  135. Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  136.     at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) ~[?:1.8.0_191]
  137.     at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1946) ~[?:1.8.0_191]
  138.     at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:316) ~[?:1.8.0_191]
  139.     at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:310) ~[?:1.8.0_191]
  140.     at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1639) ~[?:1.8.0_191]
  141.     at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:223) ~[?:1.8.0_191]
  142.     at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037) ~[?:1.8.0_191]
  143.     at sun.security.ssl.Handshaker.process_record(Handshaker.java:965) ~[?:1.8.0_191]
  144.     at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064) ~[?:1.8.0_191]
  145.     at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) ~[?:1.8.0_191]
  146.     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395) ~[?:1.8.0_191]
  147.     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379) ~[?:1.8.0_191]
  148.     at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394) ~[SSLConnectionSocketFactory.class:4.4.1]
  149.     at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353) ~[SSLConnectionSocketFactory.class:4.4.1]
  150.     at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ~[DefaultHttpClientConnectionOperator.class:4.4.1]
  151.     at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353) ~[PoolingHttpClientConnectionManager.class:4.4.1]
  152.     at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) ~[MainClientExec.class:4.4.1]
  153.     at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[MainClientExec.class:4.4.1]
  154.     at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[ProtocolExec.class:4.4.1]
  155.     at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[RetryExec.class:4.4.1]
  156.     at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[RedirectExec.class:4.4.1]
  157.     at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[InternalHttpClient.class:4.4.1]
  158.     at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[CloseableHttpClient.class:4.4.1]
  159.     at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[CloseableHttpClient.class:4.4.1]
  160.     at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:92) ~[KVersionRetriever.class:1.7.10-1492.150]
  161.     ... 2 more
  162. Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  163.     at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:397) ~[?:1.8.0_191]
  164.     at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:302) ~[?:1.8.0_191]
  165.     at sun.security.validator.Validator.validate(Validator.java:262) ~[?:1.8.0_191]
  166.     at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_191]
  167.     at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_191]
  168.     at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_191]
  169.     at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1621) ~[?:1.8.0_191]
  170.     at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:223) ~[?:1.8.0_191]
  171.     at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037) ~[?:1.8.0_191]
  172.     at sun.security.ssl.Handshaker.process_record(Handshaker.java:965) ~[?:1.8.0_191]
  173.     at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064) ~[?:1.8.0_191]
  174.     at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) ~[?:1.8.0_191]
  175.     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395) ~[?:1.8.0_191]
  176.     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379) ~[?:1.8.0_191]
  177.     at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394) ~[SSLConnectionSocketFactory.class:4.4.1]
  178.     at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353) ~[SSLConnectionSocketFactory.class:4.4.1]
  179.     at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ~[DefaultHttpClientConnectionOperator.class:4.4.1]
  180.     at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353) ~[PoolingHttpClientConnectionManager.class:4.4.1]
  181.     at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) ~[MainClientExec.class:4.4.1]
  182.     at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[MainClientExec.class:4.4.1]
  183.     at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[ProtocolExec.class:4.4.1]
  184.     at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[RetryExec.class:4.4.1]
  185.     at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[RedirectExec.class:4.4.1]
  186.     at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[InternalHttpClient.class:4.4.1]
  187.     at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[CloseableHttpClient.class:4.4.1]
  188.     at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[CloseableHttpClient.class:4.4.1]
  189.     at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:92) ~[KVersionRetriever.class:1.7.10-1492.150]
  190.     ... 2 more
  191. Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  192.     at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141) ~[?:1.8.0_191]
  193.     at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126) ~[?:1.8.0_191]
  194.     at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) ~[?:1.8.0_191]
  195.     at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:392) ~[?:1.8.0_191]
  196.     at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:302) ~[?:1.8.0_191]
  197.     at sun.security.validator.Validator.validate(Validator.java:262) ~[?:1.8.0_191]
  198.     at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_191]
  199.     at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_191]
  200.     at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_191]
  201.     at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1621) ~[?:1.8.0_191]
  202.     at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:223) ~[?:1.8.0_191]
  203.     at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037) ~[?:1.8.0_191]
  204.     at sun.security.ssl.Handshaker.process_record(Handshaker.java:965) ~[?:1.8.0_191]
  205.     at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064) ~[?:1.8.0_191]
  206.     at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) ~[?:1.8.0_191]
  207.     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395) ~[?:1.8.0_191]
  208.     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379) ~[?:1.8.0_191]
  209.     at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394) ~[SSLConnectionSocketFactory.class:4.4.1]
  210.     at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353) ~[SSLConnectionSocketFactory.class:4.4.1]
  211.     at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ~[DefaultHttpClientConnectionOperator.class:4.4.1]
  212.     at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353) ~[PoolingHttpClientConnectionManager.class:4.4.1]
  213.     at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) ~[MainClientExec.class:4.4.1]
  214.     at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[MainClientExec.class:4.4.1]
  215.     at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[ProtocolExec.class:4.4.1]
  216.     at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[RetryExec.class:4.4.1]
  217.     at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[RedirectExec.class:4.4.1]
  218.     at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[InternalHttpClient.class:4.4.1]
  219.     at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[CloseableHttpClient.class:4.4.1]
  220.     at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[CloseableHttpClient.class:4.4.1]
  221.     at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:92) ~[KVersionRetriever.class:1.7.10-1492.150]
  222.     ... 2 more
  223. [15:43:03] [Server thread/INFO]: CONSOLE issued server command: /mem
  224. [15:43:03] [Server thread/INFO]: Uptime: 6 minutes 27 seconds
  225. [15:43:03] [Server thread/INFO]: Current TPS = 20
  226. [15:43:03] [Server thread/INFO]: Maximum memory: 3,162 MB.
  227. [15:43:03] [Server thread/INFO]: Allocated memory: 312 MB.
  228. [15:43:03] [Server thread/INFO]: Free memory: 104 MB.
  229. [15:43:03] [Server thread/INFO]: World "world": 256 chunks, 69 entities, 16 tiles.
  230. [15:43:03] [Server thread/INFO]: The End "DIM1": 0 chunks, 0 entities, 0 tiles.
  231. [15:43:03] [Server thread/INFO]: Nether "DIM-1": 0 chunks, 0 entities, 0 tiles.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement