Server Issue
Tenth8602 opened this issue ยท 3 comments
Confirmations
- I can verify that I am running the mod on the latest Minecraft version the mod is released for.
- I can verify that the issue I am reporting exists on the latest Mod version.
- I checked this box anyway without reading and acknowledge that this issue will be closed if this box is checked.
- I acknowledge that this issue will only be fixed for the latest Minecraft version the mod is released for.
Mod version (NOT Minecraft version)
1.19-14
A description of the issue
My server has a bunch of other content smp mods, works fine without enchancement, but gives this error with it when anyone tries to join
Log or crash report
https://gist.github.com/Tenth8602/aa37406b49f7a11a5de9bb2216479de2
also says
[19:45:35] [ForkJoinPool.commonPool-worker-2/ERROR]: Failed to read supporter JSON!
java.net.ConnectException: Connection timed out: connect
at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
at sun.nio.ch.Net.connect(Net.java:589) ~[?:?]
at sun.nio.ch.Net.connect(Net.java:578) ~[?:?]
at sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583) ~[?:?]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[?:?]
at java.net.Socket.connect(Socket.java:752) ~[?:?]
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304) ~[?:?]
at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181) ~[?:?]
at sun.net.NetworkClient.doConnect(NetworkClient.java:183) ~[?:?]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:531) ~[?:?]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:636) ~[?:?]
at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) ~[?:?]
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377) ~[?:?]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1243) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1129) ~[?:?]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1691) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1615) ~[?:?]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:223) ~[?:?]
at dev.cammiescorner.arcanuscontinuum.Arcanus.lambda$refreshSupporterData$4(Arcanus.java:141) ~[arcanuscontinuum-0.1.0-alpha.7.i0:0/:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) [?:?]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:507) [?:?]
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1491) [?:?]
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073) [?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035) [?:?]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187) [?:?]




