-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashed, reported to paperspigot #761
Comments
please don't copy logs from the multicrap console, use the log file located on your disk as multicrap skips lines. |
|
I guess this could be caused by incorrect error handling in SkinsRestorer that results into endless recursion on the main thread. public static Object getSkinPropertyProxy(String uuid) throws SkinRequestException {
String output;
try {
output = readURLProxy(skinurl + uuid + "?unsigned=false");
[...]
} catch (Exception e) {
return getSkinPropertyProxy(uuid);
}
|
How could I fix it? Change skin changing plugin? Is there anything else? |
Just report it to the plugin developers. They could fix it. |
Report it as suggested above and remove it from your server until it is repaired. |
22.06 12:50:08 [Multicraft] Received stop command
22.06 12:50:08 [Multicraft] Received stop command
22.06 12:50:08 [Multicraft] Received stop command
22.06 12:50:07 [Multicraft] Stopping server!
22.06 12:50:07 [Multicraft] Received stop command
22.06 12:50:02 [Server] ERROR java.lang.Thread.run(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.locks.LockSupport.park(Unknown Source)
22.06 12:50:02 [Server] ERROR sun.misc.Unsafe.park(Native Method)
22.06 12:50:02 [Server] ERROR Stack:
22.06 12:50:02 [Server] ERROR PID: 830 | Suspended: false | Native: false | State: WAITING
22.06 12:50:02 [Server] ERROR Current Thread: pool-32-thread-5
22.06 12:50:02 [Server] ERROR ------------------------------
22.06 12:50:02 [Server] ERROR java.lang.Thread.run(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
22.06 12:50:02 [Server] ERROR java.util.concurrent.locks.LockSupport.park(Unknown Source)
22.06 12:50:02 [Server] ERROR sun.misc.Unsafe.park(Native Method)
22.06 12:50:02 [Server] ERROR Stack:
22.06 12:50:02 [Server] ERROR PID: 861 | Suspended: false | Native: false | State: WAITING
22.06 12:50:02 [Server] ERROR Current Thread: pool-26-thread-1
22.06 12:50:02 [Server] ERROR ------------------------------
22.06 12:50:02 [Server] ERROR org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:2684)
22.06 12:50:02 [Server] ERROR java.lang.Object.wait(Native Method)
22.06 12:50:02 [Server] ERROR Stack:
22.06 12:50:02 [Server] ERROR PID: 1352 | Suspended: false | Native: false | State: TIMED_WAITING
22.06 12:50:02 [Server] ERROR Current Thread: MVStore background writer nio:/plugins/LiteBans/litebans.mv.db
22.06 12:50:02 [Server] ERROR ------------------------------
22.06 12:50:02 [Multicraft] Skipped 41 lines due to rate limit (30/s)
22.06 12:50:00 [Server] ERROR sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.www.protocol.https.HttpsClient.(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.www.http.HttpClient.openServer(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.www.http.HttpClient.privilegedOpenServer(Unknown Source)
22.06 12:50:00 [Server] ERROR java.security.AccessController.doPrivileged(Native Method)
22.06 12:50:00 [Server] ERROR sun.net.www.http.HttpClient$1.run(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.www.http.HttpClient$1.run(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.www.http.HttpClient.openServer(Unknown Source)
22.06 12:50:00 [Server] ERROR sun.net.NetworkClient.doConnect(Unknown Source)
22.06 12:50:00 [Server] ERROR java.net.Socket.connect(Unknown Source)
22.06 12:50:00 [Server] ERROR java.net.AbstractPlainSocketImpl.connect(Unknown Source)
22.06 12:50:00 [Server] ERROR java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
22.06 12:50:00 [Server] ERROR java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
22.06 12:50:00 [Server] ERROR java.net.PlainSocketImpl.socketConnect(Native Method)
22.06 12:50:00 [Server] ERROR Stack:
22.06 12:50:00 [Server] ERROR PID: 17 | Suspended: false | Native: true | State: RUNNABLE
22.06 12:50:00 [Server] ERROR Current Thread: Server thread
22.06 12:50:00 [Server] ERROR ------------------------------
22.06 12:50:00 [Server] ERROR Server thread dump (Look for plugins here before reporting to PaperSpigot!):
22.06 12:50:00 [Server] ERROR ------------------------------
22.06 12:50:00 [Server] ERROR PaperSpigot version: git-PaperSpigot-"8b18730" (MC: 1.8.8)
22.06 12:50:00 [Server] ERROR Be sure to include ALL relevant console errors and Minecraft crash reports
22.06 12:50:00 [Server] ERROR Please report this to PaperSpigot directly!
22.06 12:50:00 [Server] ERROR The server has stopped responding!
The text was updated successfully, but these errors were encountered: