Jump to content

Recommended Posts

Posted

My server is having issues booting a setup that is working perfectly on my PC running windows. This is a stock install without mods. What dependencies are having an issue, if any, and what should I do to fix it.
BTW: Using Pterodactyl for remote access, may not be importing java properly.

Spoiler

openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment 18.9 (build 11.0.10+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.10+9, mixed mode, sharing)
:/home/container$ java -Xmx9G -Xms2G -jar forge-1.16.5-36.1.16.jar -nogui
2021-04-30 15:42:45,757 main ERROR Error processing element LoggerNamePatternSelector ([PatternLayout: null]): CLASS_NOT_FOUND
2021-04-30 15:42:45,765 main ERROR Error processing element TerminalConsole ([Appenders: null]): CLASS_NOT_FOUND
2021-04-30 15:42:45,766 main ERROR Error processing element LoggerNamePatternSelector ([PatternLayout: null]): CLASS_NOT_FOUND
2021-04-30 15:42:45,767 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND
2021-04-30 15:42:46,263 main ERROR Unable to locate appender "Console" for logger config "root"
2021-04-30 15:42:46,264 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root"
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by cpw.mods.modlauncher.SecureJarHandler (file:/home/container/libraries/cpw/mods/modlauncher/8.0.9/modlauncher-8.0.9.jar) to field java.util.jar.Manifest.jv
WARNING: Please consider reporting this to the maintainers of cpw.mods.modlauncher.SecureJarHandler
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Exception in thread "main" java.lang.NoClassDefFoundError: org/objectweb/asm/tree/FieldNode
        at cpw.mods.modlauncher.TransformTargetLabel$LabelType.<clinit>(TransformTargetLabel.java:106)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at java.base/java.lang.Class.getEnumConstantsShared(Class.java:3553)
        at java.base/java.lang.System$2.getEnumConstantsShared(System.java:2112)
        at java.base/java.util.EnumMap.getKeyUniverse(EnumMap.java:754)
        at java.base/java.util.EnumMap.<init>(EnumMap.java:135)
        at cpw.mods.modlauncher.TransformStore.<init>(TransformStore.java:39)
        at cpw.mods.modlauncher.Launcher.<init>(Launcher.java:56)
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
Caused by: java.lang.ClassNotFoundException: org.objectweb.asm.tree.FieldNode
        at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
        at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
        ... 15 more

 

Posted

How did you install Forge on the server?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Posted
1 hour ago, DaemonUmbra said:

How did you install Forge on the server?

I used the forge-1.16.5-36.1.16-installer on my windows device then FTP transferred the forge, vanilla, and 1.16.5 json over. Does it install a different forge patch when the installer is run on different operating systems?

Posted

You need to install the server and upload every file that it creates to the server. 

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • 有人可以帮我吗? JVM 信息: Oracle Corporation - 1.8.0_431 - 25.431-b10java.net.preferIPv4Stack=true当前时间:15/01/2025 17:45:17主机:files.minecraftforge.net [104.21.58.163, 172.67.161.211]主机:maven.minecraftforge.net [172.67.161.211, 104.21.58.163]主机:libraries.minecraft.net [127.0.0.1]主机:launchermeta.mojang.com [127.0.0.1]主机:piston-meta.mojang.com [127.0.0.1]主机:sessionserver.mojang.com [127.0.0.1]主机:authserver.mojang.com [未知]错误检查 sun.security.validator.ValidatorException:PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:找不到指向请求目标的有效认证路径的数据由 CreeperHost 在 <b1 上友好镜像12>https://www.creeperhost.net/ 考虑 minecraft 服务器 jar下载库找到 1 个额外的库目录考虑库 cpw.mods:securejarhandler:2.1.10 从 下载库 下载完成:校验和验证。JVM 信息:Oracle Corporation - 1.8.0_431 - 25.431-b10 java.net.preferIPv4Stack=true 当前时间:15/01/2025 17:45:17 主机:files.minecraftforge.net [104.21.58.163, 172.67.161.211] 主机: maven.minecraftforge.net [172.67.161.211, 104.21.58.163] 主机: libraries.minecraft.net [127.0.0.1] 主机: launchermeta.mojang.com [127.0.0.1] 主机: piston-meta.mojang.com [127.0.0.1] 主机: sessionserver.mojang.com [127.0.0.1] 主机:authserver.mojang.com [未知] 错误检查 https://launchermeta.mojang.com/:sun.security.validator.ValidatorException:PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:找不到指向请求目标 的有效认证路径数据由 CreeperHost 在 https://www.creeperhost.net/ 考虑 minecraft 服务器 jar 时进行镜像wnloading libraries 找到 1 个额外的库目录 考虑库 cpw.mods:securejarhandler:2.1.10 从 https://maven.creeperhost.net/cpw/mods/securejarhandler/2.1.10/securejar 下载库handler-2.1.10.jar https://maven.creeperhost.net/org/ow2/asm/asm-analysis/9.7.1/asm-analysis-9.7.1.jar 下载完成:校验和验证。 考虑到库 org.ow2.asm:asm:9.7.1 从 https://maven.creeperhost.net/org/ow2/asm/asm/9.7.1/asm-9.7.1.jar 下载库 https://maven.creeperhost.net/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar 下载完成:校验和已验证。 考虑库 org.ow2.asm:asm-commons:9.7.1 从库 org.ow2.asm:asm-commons:9.7.1 从 https://maven.creeperhost.net/org/ow2/asm/asm-tree/9.7.1/asm-tree-9.7.1.jar https://maven.creeperhost.net/org/ow2/asm/asm-commons/9.7.1/asm-commons-9.7.1.jar https://maven.creeperhost.net/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar 下载库 下载已完成:校验 https://maven.creeperhost.net/net/minecraftforge/eventbus/6.0.5/eventbus-6.0.5.jar和已验证。 考虑库 org.ow2.asm:asm-util:9.7.1 从 https://maven.creeperhost.net/org/ow2/asm/asm-util/9.7.1/asm-util-9.7.1.jar 下载库 https://maven.creeperhost.net/net/minecraftforge/forgespi/7.0.1/forgespi-7.0.1.jar 下载完成:勾选pleted:校验和验证。 考虑库 net.minecraftforge:coremods:5.2.1 从 https://maven.creeperhost.net/net/minecraftforge/coremods/5.2.1/coremods-5.2.1.jar 下载库 下载完成:校验和验证。 考虑库 cpw.mods:modlauncher:10.0.9 从 https://maven.creeperhost.net/cpw/mods/modlauncher/10.0.9/modlauncher-10.0.9.jar 下载库 下载完成:校验和验证。 考虑库 net.minecraftforge:unsafe:0.2.0 从 https://maven.creeperhost.net/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar 下载库 下载完成:校验和验证。 考虑库 net.minecraftforge:mergetool:1.1.5:api 从 https://maven.creeperhost.net/net/minecraftforge/mergetool/1.1.5/mergetool-1.1.5-api.jar 下载库 下载完成:校验和验证。 考虑到库 com.electronwill.night-config:core:3.6.4 从 https://maven.creeperhost.net/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar 下载库 下载完成:校验和验证。 考虑到库 com.electronwill.night-config:toml:3.6.4 从 https://maven.creeperhost.net/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar 下载库 下载完成:校验和验证。 考虑库 org.apache.maven:maven-artifact:3.8.5 从 https://maven.creeperhost.net/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar 下载完成:校验和验证。 考虑库 net.jodah:typetools:0.6.3 从 https://maven.creeperhost.net/net/jodah/typetools/0.6.3/typetools-0.6.3.jar 下载库 下载完成:校验和验证。 考虑库 net.minecrell:terminalconsoleappender:1.2.0 从 https://maven.creeperhost.net/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar 下载库 下载完成:校验和验证。 考虑库 org.jline:jline-reader:3.12.1 从 https://maven.creeperhost.net/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar 下载库 下载完成:校验和验证。 考虑库 org.jline:jline-terminal:3.12.1 从 https://maven.creeperhost.net/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar 下载库 下载完成:校验和验证。 考虑库 org.spongepowered:mixin:0.8.5 从 https://maven.creeperhost.net/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar 下载库 下载完成:校验和验证。 考虑库 org.openjdk.nashorn:nashorn-core:15.4 从库下载库 https://maven.creeperhost.net/org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar 下载完成:校验和验证。 考虑库 net.minecraftforge:JarJarSelector:0.3.19 从https://maven.creeperhost.net/net/minecraftforge/JarJarSelector/0.3.19/JarJarSelector-0.3.19.jar 下载完成:校验和验证。 考虑库 net.minecraftforge:JarJarMetadata:0.3.19 从 https://maven.creeperhost.net/net/minecraftforge/JarJarMetadata/0.3.19/JarJarMetadata-0.3.19.jar 下载库下载完成:校验和验证。 考虑库 cpw.mods:bootstraplauncher:1.1.2 从 https://maven.creeperhost.net/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar 下载库 下载完成:校验和验证。 考虑库 net.minecraftforge:JarJarFileSystems:0.3.19 从 https://maven.creeperhost.net/net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar 下载库 下载完成:校验和验证。 考虑库 net.minecraftforge:fmlloader:1.20.1-47.3.12 从 https://maven.creeperhost.net/net/minecraftforge/fmlloader/1.20.1-47.3.12/fmlloader-1.20.1-47.3.12.jar 下载库 下载完成:校验和验证。 考虑到库 net.minecraftforge:fmlearlydisplay:1.20.1-47.3.12 从 https://maven.creeperhost.net/net/minecraftforge/fmlearlydisplay/1.20.1-47.3.12/fmlearlydisplay-1.20.1-47.3.12.jar 下载库 下载完成:校验和验证。 考虑库 com.github.jponge:lzma-java:1.3 从 https://maven.creeperhost.net/com/github/jponge/lzma-java/1.3/lzma-java-1.3.jar 下载库 下载已完成:校验和已验证。 考虑到库 com.google.code.findbugs:jsr305:3.0.2 从 https://libraries.minecraft.net/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar 下载库无法建立与 https://libraries.minecraft.net/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar 主机的连接:libraries.minecraft.net [127.0.0.1] javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到指向请求目标 的有效认证路径 在 sun.security.ssl.Alert.createSSLException(未知来源) 在 sun.security.ssl.TransportContext.fatal(未知来源) 在 sun.security.ssl.TransportContext.fatal(未知来源 ) 在 sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(未知来源) .security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(未知来源) at sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(未知来源) at sun.security.ssl.SSLHandshake.consume(未知来源) at sun.security.ssl.HandshakeContext.dispatch(未知来源) at sun.security.ssl.HandshakeContext.dispatch(未知来源) at sun.security.ssl.SSLTransport.decode(未知来源) 位于 sun.security.ssl.SSLSocketImpl.decode(未知来源) 位于 sun.security.ssl.SSLSocketImpl.readHandshakeRecord(未知来源) 位于 sun.security.ssl.SSLSocketImpl.startHandshake(未知来源) 位于 sun.security.ssl.SSLSocketImpl.startHandshake(未知来源) 位于 sun.net.www.protocol.https.HttpsClient.afterConnect(未知来源) 位于 sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(未知来源) 在 sun.net.www.protocol.http.HttpURLConnection.getInputStream0(未知来源) 在 sun.net.www.protocol.http.HttpURLConnection.getInputStream(未知来源) 在 java.net.HttpURLConnection.getResponseCode(未知来源) 在 sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(未知来源) 在 net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:240) 在 net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:174) 在 net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:164) 在 net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:149) 在 net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:73) 在 net.minecraftforge.installer.actions.ServerInstall.run(ServerInstall.java:72) 在net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:271) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:182) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:154) 原因:sun.security.validator.ValidatorException:PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:找不到请求目标 a 的有效证书路径t sun.security.validator.PKIXValidator.doBuild(未知来源) at sun.security.validator.PKIXValidator.engineValidate(未知来源) at sun.security.validator.Validator.validate(未知来源) at sun.security.ssl.X509TrustManagerImpl.validate(未知来源) at sun.security.ssl.X509TrustManagerImpl.checkTrusted(未知来源 ) ...ecode(未知来源) 位于 sun.security.ssl.SSLSocketImpl.decode(未知来源) 位于 sun.security.ssl.SSLSocketImpl.readHandshakeRecord(未知来源) 位于 sun.security.ssl.SSLSocketImpl.startHandshake(未知来源) 位于 sun.security.ssl.SSLSocketImpl.startHandshake(未知来源) 位于 sun.net.www.protocol.https.HttpsClient.afterConnect(未知来源) 在 sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(未知来源) 在 sun.net.www.protocol.http.HttpURLConnection.getInputStream0(未知来源) 在 sun.net.www.protocol.http.HttpURLConnection.getInputStream(未知来源) https://libraries.minecraft.net/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar在 java.net.HttpURLConnection.getResponseCode(未知来源) 在 sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(未知来源) https://libraries.minecraft.net/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar 在 net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:240) 在 nlderException: 无法找到指向请求目标 的有效证书路径 sun.security.ssl.Alert.createSSLException(未知源) 在 sun.security.ssl.TransportContext.fatal(未知源) 在 sun.security.ssl.TransportContext.fatal(未知源 ) 在 sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(未知源) 在 sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(Un已知来源) 位于 sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(未知来源) 位于 sun.security.ssl.SSLHandshake.consume(未知来源) 位于 sun.security.ssl.HandshakeContext.dispatch(未知来源) 位于 sun.security.ssl.HandshakeContext.dispatch(未知来源) 位于 sun.security.ssl.TransportContext.dispatch(未知来源) 位于 sun.security.ssl.SSLTransport.decode(未知来源) 位于 sun.security.ssl.SSLSocketImpl.decode(未知来源)。 security.ssl.SSLSocketImpl.readHandshakeRecord(未知来源) at sun.security.ssl.SSLSocketImpl.startHandshake(未知来源) sun.security.ssl.SSLSocketImpl.startHandshake(未知来源) 在 sun.net.www.protocol.https.Https.HttpsClient.afterConnect(未知来源) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(未知来源) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(未知来源) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(未知来源) java.net.HttpURLConnection.getResponseCode(未知来源) 在 sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(未知来源) 在 net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:240) 在 net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:174) 在 net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:164) 在 net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:149) 在 net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:73) 在 net.minecraftforge.installer.actions.ServerInstall.run(ServerInstall.java:72) 在 net.minecraftforge.installer.Installer.InstallerPanel.run(InstallerPanel.java:271) 在 net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:182) 在 net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:154) 原因:sun.security.validator.ValidatorException:PKIX 路径构建失败:sun.security。provider.certpath.SunCertPathBuilderException: 无法找到指向请求目标 的有效认证路径 sun.security.validator.PKIXValidator.doBuild(未知来源) 在 sun.security.validator.PKIXValidator.engineValidate(未知来源) 在 sun.security.validator.Validator.validate(未知来源) 在 sun.security.ssl.X509TrustManagerImpl.validate(未知来源) 在 sun.security.ssl.X509TrustManagerImpl.checkServerTrus ted(未知来源) ...27 更多 原因: sun.security.provider.certpath.SunCertPathBuilderException: 无法找到指向请求目标 的有效认证路径 在 sun.security.provider.certpath.SunCertPathBuilder.build(未知来源) 在 sun.security.provider.certpath.sunCertPathBuilder.engineBuild(未知来源) 在 java.security.cert.CertPathBuilder.build(未知来源) ...另外 33 个考虑库 com.google.errorprone:error_prone_annotations:2.1.3 从 https://maven.creeperhost.net/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar 下载库 下载已完成:校验和验证。 考虑到库 com.google.guava:guava:25.1-jre 从 https://maven.creeperhost.net/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar 下载库下载已完成:校验和已验证。 考虑到库 com.google.j2objc:j2objc-annotations:1.1 从 https://maven.creeperhost.net/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar 下载库 下载已完成:校验和已验证。 考虑库 com.nothome:javaxdelta:2.0.1 从 https://maven.creeperhost.net/com/nothome/javaxdelta/2.0.1/javaxdelta-2.0.1.jar 下载库下载已完成:校验和已验证。 考虑库 commons-io:commons-io:2.4 从 https://libraries.minecraft.net/commons-io/commons-io/2.4/commons-io-2.4.jar 下载库 无法建立与 https://libraries.minecraft.net/commons-io/commons-io/2.4/commons-io-2.4.jar 主机的连接:libraries.minecraft.net [127.0.0.1] javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException:PKIX 路径构建失败: sun.security.provider.certpath.SunCertPathBuilderException: 无法找到指向请求目标 的有效认证路径 在 sun.security.ssl.Alert.createSSLException(未知来源) 在 sun.security.ssl.TransportContext.fatal(未知来源) 在 sun.security.ssl.TransportContext.fatal(未知来源 ) 在 sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(未知来源) at sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(未知来源) at sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(未知来源) at sun.security.ssl.SSLHandshake.consume(未知来源) at sun.security.ssl.HandshakeContext.dispatch(未知来源) at sun.security.ssl.HandshakeContext.dispatch(未知来源) 在 sun.security.ssl.TransportContext.dispatch(未知来源) 在 sun.security.ssl.SSLTransport.decode(未知来源) 在 sun.security.ssl.SSLSocketImpl.decode(未知来源) 在 sun.security.ssl.SSLSocketImpl.readHandshakeRecord(未知来源) 在 sun.security.ssl.SSLSocketImpl.st artHandshake(未知来源) at sun.net.www.protocol.https.HttpsClient.afterConnect(未知来源) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(未知来源) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(未知来源) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(未知来源) at java.net.HttpURLConnection.getResponseCode(未知来源) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(未知来源) at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:240) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:174) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:164) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:149) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:73) at net.minecraftforge.installer.actions.ServerInstall.run(ServerInstall.java:72) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:271) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:182) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:154) 原因: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certifica请求目标 的路径 at sun.security.validator.PKIXValidator.doBuild(未知来源) at sun.security.validator.PKIXValidator.engineValidate(未知来源) at sun.security.validator.Validator.validate(未知来源) at sun.security.ssl.X509TrustManagerImpl.validate(未知来源) at sun.security.ssl.X509TrustManagerImpl.checkTrusted( 未知来源) ...artHandshake(未知来源) 在 sun.net.www.protocol.https.HttpsClient.afterConnect(未知来源) 在 sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(未知来源) 在 sun.net.www.protocol.http.HttpURLConnection.getInputStream0(未知来源) 在 java.net。HttpURLConnection.getResponseCode(未知来源) 在 sun.net.www.protocol.https.Https.HttpsURLConnectionImpl.getResponseCode(未知来源) 在 net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:240) 在 net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:174) https://maven.creeperhost.net/de/oceanlabs/mcp/mcp_config/1.20.1-20230612.114412/mcp_config-1.20.1-20230612.114412.zip 在 net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:164) 在 net.minecraft.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:149) 在 net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:73) 在 net.minecraftforge.installer.actions.ServerInstall.run(ServerInstall.java:72) https://maven.creeperhost.net/de/siegmar/fastcsv/2.2.2/fastcsv-2.2.2.jar 在 net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:271) 在 net.minecraftforge.installer.SimpleInstaller.launchG1317>考虑库 net.minecraftforge:binarypatcher:1.1.1 从 https://maven.creeperhost.net/net/minecraftforge/binarypatcher/1.1.1/binarypatcher-1.1.1.jar 下载库 下载已完成:校验和已验证。 考虑到库 net.minecraftforge:fmlcore:1.20.1-47.3.12 从 https://maven.creeperhost.net/net/minecraftforge/fmlcore/1.20.1-47.3.12/fmlcore-1.20.1-47.3.12.jar 下载库 下载完成:校验和验证。 考虑到库 net.minecraftforge:fmlearlydisplay:1.20.1-47.3.12 文件存在:校验和验证。 考虑到库 net.minecraftforge:fmlloader:1.20.1-47.3.12 文件存在:校验和已验证。 考虑到库 net.minecraftforge:forge:1.20.1-47.3.12:universal 从 https://maven.creeperhost.net/net/minecraftforge/forge/1.20.1-47.3.12/forge-1.20.1-47.3.12-universal.jar 下载库下载完成:校验和验证。 考虑库 net.minecraftforge:installertools:1.4.1 从 https://maven.creeperhost.net/net/minecraftforge/installertools/1.4.1/installertools-1.4.1.jar 下载库 下载完成:校验和验证。 考虑库 net.minecraftforge:jarsplitter:1.1.4 从 https://maven.creeperhost.net/net/minecraftforge/jarsplitter/1.1.4/jarsplitter-1.1.4.jar 下载库 下载完成:校验和验证。 考虑库 net.minecraftforge:javafmllanguage:1.20.1-47.3.12 从 https://maven.creeperhost.net/net/minecraftforge/javafmllanguage/1.20.1-47.3.12/javafmllanguage-1.20.1-47.3.12.jar 下载库 下载完成:校验和验证。 考虑库 net.minecraftforge:lowcodelanguage:1.20.1-47.3.12 从 https://maven.creeperhost.net/net/minecraftforge/lowcodelanguage/1.20.1-47.3.12/lowcodelanguage-1.20.1-47.3.12.jar 下载库 下载完成:校验和验证。 考虑库 net.minecraftforge:mclanguage:1.20.1-47.3.12 从 https://maven.creeperhost.net/net/minecraftforge/mclanguage/1.20.1-47.3.12/mclanguage-1.20.1-47.3.12.jar 下载库 下载完成:校验和验证。 考虑库 net.minecraftforge:srgutils:0.4.3 从 https://maven.creeperhost.net/net/minecraftforge/srgutils/0.4.3/srgutils-0.4.3.jar 下载库 下载已完成:校验和验证。 考虑库 net.minecraftforge:srgutils:0.4.9 从 https://maven.creeperhost.net/net/minecraftforge/srgutils/0.4.9/srgutils-0.4.9.jar 下载库 下载完成:校验和验证。 考虑库 net.minecraftforge:srgutils:0.5.6 从 https://maven.creeperhost.net/net/minecraftforge/srgutils/0.5.6/srgutils-0.5.6.jar 下载库 下载完成:校验和验证。 考虑库 net.sf.jopt-simple:jopt-simple:5.0.4 从 https://libraries.minecraft.n 下载库et/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar 无法建立与主机的连接 https://libraries.minecraft.net/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar 主机:libraries.minecraft.net [127.0.0.1] javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX 路径构建失败: sun.security.provider.certpath.SunCertPathBuilderException: 无法在 sun.security.ssl.Alert.createSSLException(U 上找到指向请求目标 的有效证书路径)未知来源) 在 sun.security.ssl.TransportContext.fatal(未知来源) 在 sun.security.ssl.TransportContext.fatal(未知来源) 在 sun.security.ssl.TransportContext.fatal(未知来源) 在 sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(未知来源) 在 sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(未知来源) 在 sun.security.ssl.SSLHandshake.consume(未知来源) at sun.security.ssl.HandshakeContext.dispatch(未知来源) on sun.security.ssl.HandshakeContext.dispatch(未知来源) sun.security.ssl.TransportContext.dispatch(未知来源) sun.security.ssl.SSLTransport.decode(未知来源) on sun.security.ssl.SSLSocketImpl.decode(未知来源) sun.security.ssl.SSLSocketImpl.readHandshakeRecord(未知来源) ource) 在 sun.security.ssl.SSLSocketImpl.startHandshake(未知来源) 在 sun.net.www.protocol.https.Https.HttpsClient.afterConnect(未知来源) 在 sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(未知来源) 在 sun.net.www.protocol.http.HttpURLConnection.getInputStream0(未知来源) 在 sun.net.www.protocol.http.HttpURLConnection.getInputStream(未知来源) 在 sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(未知来源) 在 net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:240) 在 net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:174) 在 net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:164) 在 net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:149) 在 net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:73) 在 net.minecraftforge.installer.actions.ServerInstall.run(ServerInstall.java:72) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:271) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:182) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:154) 原因:sun.security.validator.ValidatorException:PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法在 sun.security 中找到指向请求目标 的有效证书路径。验证器。PKIXValidator.doBuild(未知来源) at sun.security.validator.PKIXValidator.engineValidate(未知来源) at sun.security.validator.Validator.validate(未知来源) at sun.security.ssl.X509TrustManagerImpl.validate(未知来源) at sun.security.ssl.X509TrustManagerImpl.checkTrusted(未知来源 ) ...27 更多 原因:sun.security.provider.certpath.SunCertPathBuilderException:无法找到指向请求目标 的有效认证路径 在 sun.security.provider.certpath.SunCertPathBuilder.build(未知源) 在 sun.security.provider.certpath.sunCertPathBuilder.engineBuild(未知源) 在 java.security.cert.CertPathBuilder.build(未知源) ...另外 33 个考虑库 net.sf.jopt-simple:jopt-simple:6.0-alpha-3 从 https://maven.creeperhost.net/net/sf/jopt-simple/jopt-simple/6.0-alpha-3/jopt-simple-6.0-alpha-3.jar 下载库 下载完成:校验和验证。 考虑到库 org.checkerframework:checker-qual:2.0.0 从 https://maven.creeperhost.net/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.jar 下载库 下载已完成:校验和已验证。 考虑库 org.codehaus.mojo:animal-sniffer-annotations:1.14 从 https://maven.creeperhost.net/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar 下载库下载完成:校验和验证。 考虑库 org.ow2.asm:asm-analysis:9.2 从 https://maven.creeperhost.net/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar 库 org.ow2.asm:asm-analysis:9.2 从库 org.ow2.asm:asm-commons:9.2 下载库 https://maven.creeperhost.net/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar 下载完成:校验和验证。 考虑库 org.ow2.asm:asm-commons:9.6 从库 org.ow2.asm:asm-commons:9.6 下载库 https://maven.creeperhost.net/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar 下载完成:校验和验证。 考虑库 org.ow2.asm:asm-tree:9.2 从 https://maven.creeperhost.net/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar 库 org.ow2.asm:asm-commons:9.2 下载库 下载完成:校验和验证。 考虑库 org.ow2.asm:asm-tree:9.6 从库 org.ow2.asm:asm-tree:9.6 下载库 https://maven.creeperhost.net/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar 下载完成:校验和验证。 考虑库 org.ow2.asm:asm:9.2 从 https://maven.creeperhost.net/org/ow2/asm/asm/9.2/asm-9.2.jar 库 org.ow2.asm:asm:9.2 下载完成:校验和验证。 考虑库 org.ow2.asm:asm:9.6 从 https://maven.creeperhost.net/org/ow2/asm/asm/9.6/asm-9.6.jar 下载库下载已完成:校验和已验证。 考虑库 trove:trove:1.0.2 从 https://maven.creeperhost.net/trove/trove/1.0.2/trove-1.0.2.jar 下载库下载已完成:校验和已验证。 这些库下载失败。 再试一次。 com.google.code.findbugs:jsr305:3.0.2 com.google.code.gson:gson:2.10.1 commons-io:commons-io:2.4 net.sf.jopt-simple:jopt-simple:5.0.4 There was an error during installation  
    • Maybe some kind of bug with Pixelmon - something with Raids   Report it to the Creators
    • Did you make changes at the paper-global.yml file?   If not, delete this file and restart the server
    • My friends and I are playing a modified version of BMC4 and we're noticing stuff like passive mobs. (I think) like creatures/animals from Alex mobs, naturalist, let's do nature and even vanilla MC (sheep, cow, pigs, chickens, horses, donkeys) don't really spawn in, unlike the sea creatures and hostile monsters spawn in just fine and normal numbers. Here is a mod list from a crash report: https://pastebin.ubuntu.com/p/K9vJxxx6n4/ Just a quick copy and paste of the mod list from an unrelated crash report If anything please let me know if I should post pics of the mods from my mods folder I want to know how to increase their spawn rate/amount and if there are any mods that are causing the scarce appearances of these mobs
    • I'm locally hosting a server and when Connecting to it Me (and my friends) get disconnected with the Warning:  [00:55:21] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: butterrocker lost connection: Disconnected [00:55:21] [Server thread/INFO] [minecraft/MinecraftServer]: butterrocker left the game [00:55:21] [Server thread/WARN] [minecraft/Connection]: handleDisconnection() called twice Server latest.log Client latest.log This server is hosted locally, Minecraft ver 1.20.1 and forge ver 47.3.22 I can connect the the sever just fine locally, but when connecting to the IP Others and I cannot connect, I've changed "-Dfml.readTimeout=240" from 30 to 240, to no affect.  I've removed the client side config files, to No avail, Checked mod vers by moving around the files, still nothing. I'm at a loss currently. Yesterday 1/13/25 everything worked fine and My friends and I could all connect, but now we cannot. Any assistance would be greatly appreciated.  If any further information is required please let me know, Thanks!
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.