不确定如何继续报告OpenJDK中可能的错误

时间:2019-01-30 19:53:32

标签: java

我正在使用Spigot在带有OpenJDK 18.9(内部版本11.0.1 + 13)的Fedora 29 64位上运行Minecraft服务器,并在执行特定命令时收到以下异常:

javax.net.ssl.SSLException: Received fatal alert: record_overflow
   at sun.security.ssl.Alert.createSSLException(Alert.java:129) ~[?:?]
   at sun.security.ssl.Alert.createSSLException(Alert.java:117) ~[?:?]
   at sun.security.ssl.TransportContext.fatal(TransportContext.java:308) ~[?:?]
   at sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:279) ~[?:?]
   at sun.security.ssl.TransportContext.dispatch(TransportContext.java:181) ~[?:?]
   at sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) ~[?:?]
   at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1155) ~[?:?]
   at sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1125) ~[?:?]
   at sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823) ~[?:?]
   at java.io.BufferedInputStream.fill(BufferedInputStream.java:252) ~[?:?]
   at java.io.BufferedInputStream.read1(BufferedInputStream.java:292) ~[?:?]
   at java.io.BufferedInputStream.read(BufferedInputStream.java:351) ~[?:?]
   at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746) ~[?:?]
   at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689) ~[?:?]
   at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:717) ~[?:?]
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604) ~[?:?]
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509) ~[?:?]
   at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:245) ~[?:?]
   at org.bukkit.command.defaults.TimingsCommand$PasteThread.run(TimingsCommand.java:240) [spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-f56e2e7-1748af8]

这是javax.net.ssl.SSLException,似乎与OpenJDK有关。使用Oracle JVM时不会出现该错误。

我没有一个简单的方法来提供错误报告的工作示例,必须通过下载多个git存储库并执行脚本然后构建修补的.java文件的冗长过程来获取Spigot的源文件。 。我haven't been able to get it to build时甚至无法自己提供摘要。

在哪里可以报告此问题,以及我该如何以对OpenJDK开发人员有用的方式进行报告。这似乎是此源代码的问题,但是除了该异常之外,我什至无法提供最小的代码。

0 个答案:

没有答案