Question Once the server is shut down, it cannot be started again

yeying-xingchen

New member
Jul 14, 2024
2
0
1
Once the server is shut down, it cannot be started again
 
Logs
https://paste.gg/p/anonymous/a79edf9a701e465786312bb7e8de9e9c
Version Output
[18:40:25 INFO]: Checking version, please wait...
[18:40:32 ERROR]: [PaperVersionFetcher] Error while parsing version
java.net.ConnectException: Connection timed out: connect
at java.base/sun.nio.ch.Net.connect0(Native Method) ~[?:?]
at java.base/sun.nio.ch.Net.connect(Net.java:589) ~[?:?]
at java.base/sun.nio.ch.Net.connect(Net.java:578) ~[?:?]
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583) ~[?:?]
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[?:?]
at java.base/java.net.Socket.connect(Socket.java:752) ~[?:?]
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304) ~[?:?]
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181) ~[?:?]
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183) ~[?:?]
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531) ~[?:?]
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636) ~[?:?]
at java.base/sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) ~[?:?]
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377) ~[?:?]
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:
193) ~[?:?]
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1243) ~[?:?]
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1129) ~[?:?]
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179) ~[?:
?]
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1691) ~[?:?]
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1615) ~[?:?]
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:223) ~[?:?]
at java.base/java.net.URL.openStream(URL.java:1325) ~[?:?]
at com.google.common.io.Resources$UrlByteSource.openStream(Resources.java:70) ~[guava-32.1.2-jre.jar:?]
at com.google.common.io.ByteSource$AsCharSource.openStream(ByteSource.java:474) ~[guava-32.1.2-jre.jar:?]
at com.google.common.io.CharSource.openBufferedStream(CharSource.java:126) ~[guava-32.1.2-jre.jar:?]
at com.destroystokyo.paper.PaperVersionFetcher.fetchDistanceFromSiteApi(PaperVersionFetcher.java:91) ~[paper-1.21.jar:?]
at com.destroystokyo.paper.PaperVersionFetcher.getUpdateStatusMessage(PaperVersionFetcher.java:64) ~[paper-1.21.jar:?]
at com.destroystokyo.paper.PaperVersionFetcher.getVersionMessage(PaperVersionFetcher.java:52) ~[paper-1.21.jar:?]
at org.bukkit.command.defaults.VersionCommand.obtainVersion(VersionCommand.java:221) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at org.bukkit.command.defaults.VersionCommand$1.run(VersionCommand.java:205) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at java.base/java.lang.Thread.run(Thread.java:1570) ~[?:?]
[18:40:32 INFO]: This server is running Paper version 1.21-63-master@2288e13 (2024-07-13T18:51:26Z) (Implementing API version 1.21-R0.1-SNAP
SHOT)
Error obtaining version information

stefvanschie

Moderator
Staff member
Dec 17, 2021
120
7
18
18
We can only help you with Paper. Since you're running Purpur, please ask them for assistance.

Edit:
I noticed your issue on the Paper GitHub as well, in which you're using Paper. If you have both Paper and Purpur downloaded in the same folder, note that you cannot run both simultaneously. A server can only run in its own dedicated folder, you cannot have two servers share the same folder.
 

yeying-xingchen

New member
Jul 14, 2024
2
0
1
We can only help you with Paper. Since you're running Purpur, please ask them for assistance.

Edit:
I noticed your issue on the Paper GitHub as well, in which you're using Paper. If you have both Paper and Purpur downloaded in the same folder, note that you cannot run both simultaneously. A server can only run in its own dedicated folder, you cannot have two servers share the same folder.
Sorry,I uploaded it wrong, please re-check the page, thanks!
 

stefvanschie

Moderator
Staff member
Dec 17, 2021
120
7
18
18
In general it means that something on your machine is already using these files. Make sure you haven't accidentally started the server multiple times.