#Server not working
1 messages · Page 1 of 1 (latest)
Is there a crash log?
You've got an SSL negotiation failure when the server tries to connect to a patreon resource:
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
Basically this means your server tried to open a secure channel (SSL/TLS) to another web endpoint, but the certificate that endpoint offered you cannot be authenticated by your server.
In addition there's a nullpointer exception:
[00:27:36] [main/INFO]: Loading Xaero's Minimap - Stage 2/2
[00:27:37] [Forge Version Check/WARN]: Failed to process update information
java.lang.NullPointerException: null
at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:174) ~[?:?]
Either one of those seems like a bad problem you should investigate.
Although this error is farther to the end and might be indicative of why the server dies:
[00:33:54] [Server Connector #4/ERROR]: Couldn't connect to server
io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: ip252.ip-66-70-227.net/66.70.227.252:25565
Need a bit more info on this, what modpack is this? have you done any changes? added any mods? changed any configs? have the same version as the server?
This can typically mean a mismatch in mods or mod version, but it could also mean a few more things
A lot of mods don’t have the update checking set up so it will just give a null error and move on. Nothing to worry about for a server owner
!llogs