Skip to content
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

Nag Author Error #86

Open
fahlur opened this issue Jan 19, 2022 · 1 comment
Open

Nag Author Error #86

fahlur opened this issue Jan 19, 2022 · 1 comment

Comments

@fahlur
Copy link

fahlur commented Jan 19, 2022

Just posting this, as this is something that should be looked at, at some point

[13:51:03 ERROR]: Nag author: 'jrbudda, jaron780' of 'Vivecraft-Spigot-Extensions' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies. [13:51:03 ERROR]: Craft Scheduler Thread - 15 - Vivecraft-Spigot-Extensions Stacktrace [13:51:03 ERROR]: [email protected]/sun.nio.ch.SocketDispatcher.read0(Native Method) [13:51:03 ERROR]: [email protected]/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:47) [13:51:03 ERROR]: [email protected]/sun.nio.ch.NioSocketImpl.tryRead(NioSocketImpl.java:261) [13:51:03 ERROR]: [email protected]/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:312) [13:51:03 ERROR]: [email protected]/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) [13:51:03 ERROR]: [email protected]/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) [13:51:03 ERROR]: [email protected]/java.net.Socket$SocketInputStream.read(Socket.java:966) [13:51:03 ERROR]: [email protected]/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) [13:51:03 ERROR]: [email protected]/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) [13:51:03 ERROR]: [email protected]/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160) [13:51:03 ERROR]: [email protected]/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111) [13:51:03 ERROR]: [email protected]/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1500) [13:51:03 ERROR]: [email protected]/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1415) [13:51:03 ERROR]: [email protected]/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:450) [13:51:03 ERROR]: [email protected]/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:421) [13:51:03 ERROR]: [email protected]/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:580) [13:51:03 ERROR]: [email protected]/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183) [13:51:03 ERROR]: [email protected]/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665) [13:51:03 ERROR]: [email protected]/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) [13:51:03 ERROR]: [email protected]/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224) [13:51:03 ERROR]: [email protected]/java.net.URL.openStream(URL.java:1161) [13:51:03 ERROR]: Vivecraft_Spigot_Extensions.jar//org.vivecraft.VSE.startUpdateCheck(VSE.java:355) [13:51:03 ERROR]: Vivecraft_Spigot_Extensions.jar//org.vivecraft.VSE$3.run(VSE.java:195) [13:51:03 ERROR]: org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) [13:51:03 ERROR]: org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) [13:51:03 ERROR]: com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) [13:51:03 ERROR]: [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [13:51:03 ERROR]: [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [13:51:03 ERROR]: [email protected]/java.lang.Thread.run(Thread.java:833)

@Techjar
Copy link
Collaborator

Techjar commented Feb 15, 2023

This is just the update checker task, not important. Normally it would exit on its own early during startup. It probably got stuck due to some kind of connection issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants