设为首页收藏本站

路由侠社区

 找回密码
 立即注册
楼主: viruskiller
打印 上一主题 下一主题

我的世界服务端整合包下载

[复制链接]

0

主题

1

帖子

30

流量

新手上路

Rank: 1

积分
31
楼主
发表于 2017-4-14 17:51:31 | 显示全部楼层
KCauldron-1.7.10-1614.201.jar 启动失败,jdk 1.8 ,报错信息如下
[17:49:13 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[17:49:13 WARN]: The server will make no attempt to authenticate usernames. Beware.
[17:49:13 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.
[17:49:13 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[17:49:13 INFO]: Injecting itemstacks
[17:49:13 INFO]: Itemstack injection complete
[17:49:13 INFO]: Forge Mod Loader has successfully loaded 4 mods
[17:49:13 INFO]: Preparing level "world"
[17:49:13 INFO]: Registered command debug with permission node vanilla.command.debug
[17:49:13 INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[17:49:13 INFO]: Registered command playsound with permission node vanilla.command.playsound
[17:49:13 INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[17:49:13 INFO]: Registered command achievement with permission node vanilla.command.achievement
[17:49:13 INFO]: Registered command summon with permission node vanilla.command.summon
[17:49:13 INFO]: Registered command setblock with permission node vanilla.command.setblock
[17:49:13 INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[17:49:13 INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[17:49:13 INFO]: Registered command netstat with permission node vanilla.command.netstat
[17:49:13 INFO]: Injecting existing block and item data into this server instance
[17:49:13 INFO]: Applying holder lookups
[17:49:13 INFO]: Holder lookups applied
[17:49:13 INFO]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@777ad0f4)
[17:49:13 INFO]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@777ad0f4)
[17:49:13 INFO]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@777ad0f4)
[17:49:13 INFO]: Preparing start region for level 0
[17:49:14 INFO]: Preparing spawn area: 89%
[17:49:14 INFO]: Server permissions file permissions.yml is empty, ignoring it
[17:49:15 INFO]: Done (1.682s)! For help, type "help" or "?"
[控制台] 服务器已启动
[17:49:15 INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[17:49:16 WARN]: Error occured during retriving version
java.lang.Throwable
at kcauldron.KLog.log(KLog.java:30) [KLog.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.KLog.warning(KLog.java:41) [KLog.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.uncaughtException(KVersionRetriever.java:114) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:108) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.run(KVersionRetriever.java:69) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_65]
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
at sun.security.ssl.Alerts.getSSLException(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.Handshaker.fatalSE(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.Handshaker.fatalSE(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.Handshaker.processLoop(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.Handshaker.process_record(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_65]
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394) ~[SSLConnectionSocketFactory.class:4.4.1]
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353) ~[SSLConnectionSocketFactory.class:4.4.1]
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ~[DefaultHttpClientConnectionOperator.class:4.4.1]
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353) ~[PoolingHttpClientConnectionManager.class:4.4.1]
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) ~[MainClientExec.class:4.4.1]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[MainClientExec.class:4.4.1]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[ProtocolExec.class:4.4.1]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[RetryExec.class:4.4.1]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[RedirectExec.class:4.4.1]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[InternalHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[CloseableHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[CloseableHttpClient.class:4.4.1]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:92) ~[KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
... 2 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.validator.PKIXValidator.doBuild(Unknown Source) ~[?:1.8.0_65]
at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) ~[?:1.8.0_65]
at sun.security.validator.Validator.validate(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.Handshaker.processLoop(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.Handshaker.process_record(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_65]
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394) ~[SSLConnectionSocketFactory.class:4.4.1]
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353) ~[SSLConnectionSocketFactory.class:4.4.1]
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ~[DefaultHttpClientConnectionOperator.class:4.4.1]
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353) ~[PoolingHttpClientConnectionManager.class:4.4.1]
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) ~[MainClientExec.class:4.4.1]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[MainClientExec.class:4.4.1]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[ProtocolExec.class:4.4.1]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[RetryExec.class:4.4.1]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[RedirectExec.class:4.4.1]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[InternalHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[CloseableHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[CloseableHttpClient.class:4.4.1]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:92) ~[KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
... 2 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source) ~[?:1.8.0_65]
at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) ~[?:1.8.0_65]
at java.security.cert.CertPathBuilder.build(Unknown Source) ~[?:1.8.0_65]
at sun.security.validator.PKIXValidator.doBuild(Unknown Source) ~[?:1.8.0_65]
at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) ~[?:1.8.0_65]
at sun.security.validator.Validator.validate(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.Handshaker.processLoop(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.Handshaker.process_record(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_65]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_65]
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394) ~[SSLConnectionSocketFactory.class:4.4.1]
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353) ~[SSLConnectionSocketFactory.class:4.4.1]
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ~[DefaultHttpClientConnectionOperator.class:4.4.1]
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353) ~[PoolingHttpClientConnectionManager.class:4.4.1]
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) ~[MainClientExec.class:4.4.1]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[MainClientExec.class:4.4.1]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[ProtocolExec.class:4.4.1]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[RetryExec.class:4.4.1]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[RedirectExec.class:4.4.1]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[InternalHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[CloseableHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[CloseableHttpClient.class:4.4.1]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:92) ~[KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
... 2 more
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|LuYouXia Inc. ( 粤ICP备16061095号-1  

GMT+8, 2024-5-18 21:58 , Processed in 0.059712 second(s), 21 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表