Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.79 KB | None | 0 0
  1. [root@base ~/jars]# java -d64 -Xms200M -Xmx500M -jar minecraft_server.1.10.2.jar -nogui -o true [16:28:50] [Server thread/INFO]: Starting minecraft server version 1.10.2 [16:28:50] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar" [16:28:50] [Server thread/INFO]: Loading properties [16:28:50] [Server thread/INFO]: Default game type: SURVIVAL [16:28:50] [Server thread/INFO]: Generating keypair [16:28:50] [Server thread/INFO]: Starting Minecraft server on *:25565 [16:28:50] [Server thread/INFO]: Using default channel type [16:28:51] [Server thread/INFO]: Preparing level "world" [16:28:51] [Server thread/INFO]: Preparing start region for level 0 [16:28:52] [Server thread/INFO]: Preparing spawn area: 48% [16:28:52] [Server thread/INFO]: Done (1.572s)! For help, type "help" or "?" /say Default server is up [16:30:21] [Server thread/INFO]: [Server] Default server is up
  2. Exception in thread "User Authenticator #1" java.lang.Error: Error during hash calculation at sun.security.ssl.HandshakeHash.getFinishedHash(HandshakeHash.java:249) at sun.security.ssl.HandshakeMessage$Finished.getFinished(HandshakeMessage.java:1952) at sun.security.ssl.HandshakeMessage$Finished.<init>(HandshakeMessage.java:1899) at sun.security.ssl.ClientHandshaker.sendChangeCipherAndFinish(ClientHandshaker.java:1214) at sun.security.ssl.ClientHandshaker.serverHelloDone(ClientHandshaker.java:1134) at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:348) at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1513) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) at com.mojang.authlib.HttpAuthenticationService.performGetRequest(HttpAuthenticationService.java:126) at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.hasJoinedServer(YggdrasilMinecraftSessionService.java:95) at mg$2.run(SourceFile:171) Caused by: java.lang.RuntimeException: Could not clone digest at sun.security.ssl.HandshakeHash.cloneDigest(HandshakeHash.java:194) at sun.security.ssl.HandshakeHash.getFinishedHash(HandshakeHash.java:247) ... 20 more Caused by: java.lang.CloneNotSupportedException: SHA-256 at sun.security.pkcs11.P11Digest.clone(P11Digest.java:316) at java.security.MessageDigest$Delegate.clone(MessageDigest.java:560) at sun.security.ssl.HandshakeHash.cloneDigest(HandshakeHash.java:191) ... 21 more Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_STATE_UNSAVEABLE at sun.security.pkcs11.wrapper.PKCS11.C_GetOperationState(Native Method) at sun.security.pkcs11.P11Digest.clone(P11Digest.java:311) ... 23 more [16:30:48] [Server thread/INFO]: com.mojang.authlib.GameProfile@4fef8cb6id=<null>,name=Scandalon,properties={},legacy=false lost connection: Disconnected ` Solaris(h) (SmartOS) if it matters: openjdk version "1.8.0_102-internal" OpenJDK Runtime Environment (build 1.8.0_102-internal-pkgsrc_1.8.102nb1-b00) OpenJDK 64-Bit Server VM (build 25.102-b00, mixed mode)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement