Can't load protocollib on 1.12.2
Clexus opened this issue ยท 11 comments
- This issue is not solved in a development build
Describe the bug
just the same as the title
To Reproduce
Download latest dev build
put it into /plugins folder
start the server
the server stop at "[ProtocolLib] Loading ProtocolLib v5.3.0-SNAPSHOT-723" and won't proceed
Expected behavior
Load
Screenshots
No need
Version Info
Can't
Additional context
No
I attempted to reproduce the issue but was unable to do so. Could you please try removing the other plugins and see if the problem persists? If removing the plugins resolves the issue, please reintroduce them one by one to identify which specific plugin is causing the conflict. Once identified, please report back with the details.
Could you please provide us with the following information to help us diagnose the problem?
- Server Version: Run the command
/version
on your server and share the output with us. - Debug Logs: Enable the
debug
option in your ProtocolLib configuration file. After enabling it (setting it totrue
), restart your server and then upload the entire server log after the restart.
> version
[20:50:51 INFO]: This server is running Paper version git-Paper-1620 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[20:50:51 INFO]: Checking version, please wait...
[20:50:53 WARN]: java.io.IOException: Server returned HTTP response code: 403 for URL: https://ci.destroystokyo.com/job/Paper/lastSuccessfulBuild/buildNumber
[20:50:53 WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1902)
[20:50:53 WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1500)
[20:50:53 WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
[20:50:53 WARN]: at java.net.URL.openStream(URL.java:1093)
[20:50:53 WARN]: at com.google.common.io.Resources$UrlByteSource.openStream(Resources.java:72)
[20:50:53 WARN]: at com.google.common.io.ByteSource$AsCharSource.openStream(ByteSource.java:456)
[20:50:53 WARN]: at com.google.common.io.CharSource.openBufferedStream(CharSource.java:107)
[20:50:53 WARN]: at org.bukkit.command.defaults.VersionCommand.getFromJenkins(VersionCommand.java:293)
[20:50:53 WARN]: at org.bukkit.command.defaults.VersionCommand.getDistance(VersionCommand.java:266)
[20:50:53 WARN]: at org.bukkit.command.defaults.VersionCommand.obtainVersion(VersionCommand.java:214)
[20:50:53 WARN]: at org.bukkit.command.defaults.VersionCommand.access$000(VersionCommand.java:37)
[20:50:53 WARN]: at org.bukkit.command.defaults.VersionCommand$1.run(VersionCommand.java:199)
[20:50:53 WARN]: at java.lang.Thread.run(Thread.java:750)
[20:50:53 INFO]: Error obtaining version information
Have you disabled outgoing connections and what java version are you using? e.g. java --version
:
openjdk 21.0.1 2023-10-17
OpenJDK Runtime Environment (build 21.0.1+12-29)
OpenJDK 64-Bit Server VM (build 21.0.1+12-29, mixed mode, sharing)
I attempted to reproduce the issue but was unable to do so. Could you please try removing the other plugins and see if the problem persists? If removing the plugins resolves the issue, please reintroduce them one by one to identify which specific plugin is causing the conflict. Once identified, please report back with the details.
Have you disabled outgoing connections and what java version are you using? e.g.
java --version
:openjdk 21.0.1 2023-10-17 OpenJDK Runtime Environment (build 21.0.1+12-29) OpenJDK 64-Bit Server VM (build 21.0.1+12-29, mixed mode, sharing)
I have not disabled the connections
openjdk version "1.8.0_382"
OpenJDK Runtime Environment (Alibaba Dragonwell Standard Edition 8.16.17) (build 1.8.0_382-b01)
OpenJDK 64-Bit Server VM (Alibaba Dragonwell Standard Edition 8.16.17) (build 25.382-b01, mixed mode)
That's strange, can you for now use a newer Java version?
I'm using 5.1 now as 5.2 cause some crashing bugs