thunfischbaum Posted January 14 Share Posted January 14 @Goobaroothat did they trick, thank you so much. Have a great weekend! (And thanks for creating all these gamecontainers!) 1 Quote Link to comment
Schicksal Posted January 15 Share Posted January 15 Hmm, I‘ve downloaded the curseforge loader, installed Minecraft, installed all the mods 8 pack.Started, added the server to the list (all local, didn‘t find it automatically). Try to connect and it says:„Failed to connect to the server. Authentication servers are down. Please try again later, sorry!“ any idea?————edit————-Direct connect is working.How can I activate the mods? Or are they activated? Sorry, I have no experience with this stuff and have no clue about the mechanics of a Minecraft server. Quote Link to comment
Goobaroo Posted January 15 Author Share Posted January 15 @Schicksal The mods should be all activated. The container downloads and installs the server pack on first run. So if the container is running, it should be good. Startup can take a few minutes for all the mods to load and for the world to be ready to join with the client. Authentication servers are managed by Mojang/Microsoft. You'll need to make sure that you are logged into the Minecraft account (I think they are all Microsoft accounts now) in the Curse launcher before starting the modpack instance. Quote Link to comment
BearBearian Posted January 20 Share Posted January 20 Apologies for the request, but my friends and I were planning on doing a run on The Decursio Project - Expert and I was struggling to run it. Would it be possible to add it to the list? Quote Link to comment
Goobaroo Posted January 20 Author Share Posted January 20 12 hours ago, BearBearian said: Apologies for the request, but my friends and I were planning on doing a run on The Decursio Project - Expert and I was struggling to run it. Would it be possible to add it to the list? @BearBearian Done. Should be available. Quote Link to comment
Goobaroo Posted January 20 Author Share Posted January 20 @BearBearian Actually, the latest server version Pre-Release 25 for The Decursio Project does not start on its own. They shipped an incompatible version of forge. I've opened a bug with the pack maintainers. Hopefully there will be a 26 with a fix. If you want to install my current one that installs the buggy v25, I can give you the fix. After you've run it for the first time and it has crashed. Go into /mnt/user/appdata/decursioprojectexpert and delete the forge files: rm -vf forge* Edit the start.sh and change FORGE="36.2.33" to FORGE="36.2.34" Start the container again in Unraid. It will download the correct forge version and start. Quote Link to comment
BearBearian Posted January 20 Share Posted January 20 6 hours ago, Goobaroo said: @BearBearian Actually, the latest server version Pre-Release 25 for The Decursio Project does not start on its own. They shipped an incompatible version of forge. I've opened a bug with the pack maintainers. Hopefully there will be a 26 with a fix. If you want to install my current one that installs the buggy v25, I can give you the fix. After you've run it for the first time and it has crashed. Go into /mnt/user/appdata/decursioprojectexpert and delete the forge files: rm -vf forge* Edit the start.sh and change FORGE="36.2.33" to FORGE="36.2.34" Start the container again in Unraid. It will download the correct forge version and start. Thank you so much! I'll attempt the install and fix tonight when I get home from work, looking forward to it. Quote Link to comment
Qwuille Posted January 22 Share Posted January 22 Is there a way to change the displayname and motd? Quote Link to comment
Goobaroo Posted January 23 Author Share Posted January 23 14 hours ago, Qwuille said: Is there a way to change the displayname and motd? The Display name? Like what it says in your server list, is controlled when you add it to your client. The MOTD can be set by adding a variable to the server and restart. The Key needs to be MOTD, case matters. Quote Link to comment
Dantanator Posted January 25 Share Posted January 25 For the latest ATM8 server pack, it appears that the zip file is broken for version 1.0.9. I pulled it from the server and tried manually extracting it and it fails with CRC errors. I deleted the fail to force a redownload but still no-go. How do I force it to launch with the 1.0.8 version? Quote Link to comment
Killersplace Posted January 25 Share Posted January 25 same problem here ATM8 update to 1.0.9 not working missing files tryed to delete the server file and force update same thing Quote Link to comment
Killersplace Posted January 25 Share Posted January 25 ++ find . -type d -maxdepth 1 ++ tail -1 ++ sed 's/^.\{2\}//g' + DIR_TEST=Server-Files-1.0.9 ++ find . -type d -maxdepth 1 ++ wc -l + [[ 3 -gt 1 ]] + cd Server-Files-1.0.9 + mv -f config defaultconfigs kubejs mods packmenu server-icon.png startserver.bat startserver.sh user_jvm_args.txt /data mv: cannot move 'packmenu' to '/data/packmenu': Directory not empty + cd /data + rm -fr Server-Files-1.0.9 ++ ls 'forge-*-installer.jar' ls: cannot access 'forge-*-installer.jar': No such file or directory + java -jar --installServer Unrecognized option: --installServer Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. + [[ -n -Xms2048m -Xmx8192m ]] + sed -i '/-Xm[s,x]/d' user_jvm_args.txt + for j in ${JVM_OPTS} + sed -i '$a\-Xms2048m' user_jvm_args.txt + for j in ${JVM_OPTS} + sed -i '$a\-Xmx8192m' user_jvm_args.txt + [[ -nxxxxxxxxxx ]] + sed -i 's/motd\s*=/ c motd=Muhahahahha' /data/server.properties sed: -e expression #1, char 30: unterminated `s' command + [[ -n xxxxxxx]] + echo xxxxxxxxx + awk -v RS=, '{print}' + [[ -n '' ]] + sed -i 's/server-port.*/server-port=25565/g' server.properties sed: can't read server.properties: No such file or directory + chmod 755 run.sh chmod: cannot access 'run.sh': No such file or directory + ./run.sh /launch.sh: line 45: ./run.sh: No such file or directory Quote Link to comment
Goobaroo Posted January 25 Author Share Posted January 25 7 hours ago, Dantanator said: For the latest ATM8 server pack, it appears that the zip file is broken for version 1.0.9. I pulled it from the server and tried manually extracting it and it fails with CRC errors. I deleted the fail to force a redownload but still no-go. How do I force it to launch with the 1.0.8 version? You can edit the docker and set the version as a tag on the repository, change goobaroo/allthemods8 to goobaroo/allthemods8:1.0.8 Quote Link to comment
Goobaroo Posted January 26 Author Share Posted January 26 @Killersplace ATM8 is fixed. Just delete the server file that got downloaded, and force the docker to update (it's under advanced when looking at your dockers) and it will install and run. They changed their server pack, so it needed some new love. Quote Link to comment
Dantanator Posted January 26 Share Posted January 26 Thank you! 15 hours ago, Goobaroo said: @Killersplace ATM8 is fixed. Just delete the server file that got downloaded, and force the docker to update (it's under advanced when looking at your dockers) and it will install and run. They changed their server pack, so it needed some new love. Thank you! Quote Link to comment
Killersplace Posted January 27 Share Posted January 27 Hello again I wonder if you willing to make Seaopolis 2 server docker would be grateful 😃 Quote Link to comment
ellesper Posted January 27 Share Posted January 27 Hey! Thanks so much for maintaining all of these- you're awesome. Any chance the FTB Inferno container could be updated to include the v1.5.0 release? Quote Link to comment
Goobaroo Posted January 28 Author Share Posted January 28 @ellesper Done. Thanks for bringing it up. 1 Quote Link to comment
TySensei Posted January 29 Share Posted January 29 I am attempting to run a Skyfactoryone server. Upon download of the container, I went into the folder and changed the permissions to 777 which then allowed it to be able to download the files. However, now when it is started, I get this for the logs. I am not sure where to go from here in troubleshooting. Thank you for any help you can provide! The notable Fatal error being "Failed to find Minecraft resource version 1.16.5-20210115.111550 at /data/libraries/net/minecraftforge/forge/1.16.5-36.2.28/forge-1.16.5-36.2.28-server.jar" + java -Xms2048m -Xmx2048m -XX:MaxPermSize=256M -Dlog4j.configurationFile=log4j2_112-116.xml -jar forge-1.16.5-36.2.28.jar nogui OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by cpw.mods.modlauncher.SecureJarHandler (file:/data/libraries/cpw/mods/modlauncher/8.1.3/modlauncher-8.1.3.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" + cd /data + [[ true = \f\a\l\s\e ]] + echo eula=true + [[ -f SkyFactory_One_Server_1_0_5.zip ]] + [[ -n '' ]] + [[ -n world ]] + sed -i '/level-name\s*=/ c level-name=world' /data/server.properties + [[ -n '' ]] + . ./settings.sh ++ export INSTALL_JAR=forge-1.16.5-36.2.28-installer.jar ++ INSTALL_JAR=forge-1.16.5-36.2.28-installer.jar ++ export SERVER_JAR=forge-1.16.5-36.2.28.jar ++ SERVER_JAR=forge-1.16.5-36.2.28.jar ++ export JAVA_JAR= ++ JAVA_JAR= ++ export MIN_RAM=1024M ++ MIN_RAM=1024M ++ export MAX_RAM=4096M ++ MAX_RAM=4096M ++ export 'JAVA_PARAMETERS=-XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.readTimeout=180' ++ JAVA_PARAMETERS='-XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.readTimeout=180' + curl -Lo log4j2_112-116.xml https://launcher.mojang.com/v1/objects/02937d122c86ce73319ef9975b58896fc1b491d1/log4j2_112-116.xml % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1131 100 1131 0 0 10098 0 --:--:-- --:--:-- --:--:-- 10008 + java -Xms2048m -Xmx2048m -XX:MaxPermSize=256M -Dlog4j.configurationFile=log4j2_112-116.xml -jar forge-1.16.5-36.2.28.jar nogui OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by cpw.mods.modlauncher.SecureJarHandler (file:/data/libraries/cpw/mods/modlauncher/8.1.3/modlauncher-8.1.3.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" 2023-01-29 10:37:08,679 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND 2023-01-29 10:37:08,719 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root" [10:37:08] [main/INFO]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.28, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui] [10:37:08] [main/INFO]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 11.0.15 by Oracle Corporation [10:37:08] [main/INFO]: Added Lets Encrypt root certificates as additional trust [10:37:08] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/data/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER [10:37:09] [main/FATAL]: Failed to find Minecraft resource version 1.16.5-20210115.111550 at /data/libraries/net/minecraftforge/forge/1.16.5-36.2.28/forge-1.16.5-36.2.28-server.jar [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: java.lang.RuntimeException: Missing minecraft resource! [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.fml.loading.FMLCommonLaunchHandler.lambda$validatePaths$4(FMLCommonLaunchHandler.java:124) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.fml.loading.FMLCommonLaunchHandler.validatePaths(FMLCommonLaunchHandler.java:121) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.fml.loading.FMLLoader.setupLaunchHandler(FMLLoader.java:202) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:94) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:68) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:107) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at java.base/java.util.HashMap$Values.forEach(HashMap.java:977) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:107) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:59) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:76) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [10:37:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) 2023-01-29 10:40:38,376 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND 2023-01-29 10:40:38,416 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root" [10:40:38] [main/INFO]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.28, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui] [10:40:38] [main/INFO]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 11.0.15 by Oracle Corporation [10:40:38] [main/INFO]: Added Lets Encrypt root certificates as additional trust [10:40:38] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/data/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER [10:40:38] [main/FATAL]: Failed to find Minecraft resource version 1.16.5-20210115.111550 at /data/libraries/net/minecraftforge/forge/1.16.5-36.2.28/forge-1.16.5-36.2.28-server.jar [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: java.lang.RuntimeException: Missing minecraft resource! [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.fml.loading.FMLCommonLaunchHandler.lambda$validatePaths$4(FMLCommonLaunchHandler.java:124) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.fml.loading.FMLCommonLaunchHandler.validatePaths(FMLCommonLaunchHandler.java:121) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.fml.loading.FMLLoader.setupLaunchHandler(FMLLoader.java:202) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:94) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:68) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:107) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at java.base/java.util.HashMap$Values.forEach(HashMap.java:977) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:107) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:59) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:76) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [10:40:38] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) Quote Link to comment
Goobaroo Posted January 30 Author Share Posted January 30 @TySensei Permissions should all be fixed. If you go under advanced in your dockers, (top right switch) you should be able to force update the install and it will work fine on startup Quote Link to comment
TySensei Posted January 30 Share Posted January 30 Thank you for your assistance with this. However it looks as though there is still an issue if you could take a look at the following logs. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by cpw.mods.modlauncher.SecureJarHandler (file:/data/libraries/cpw/mods/modlauncher/8.1.3/modlauncher-8.1.3.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" 2023-01-30 09:11:46,571 main ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.Rolli[email protected]87a85e1] unable to create manager for [logs/latest.log] with data [org.apache.logging.log4j.c[email protected]671a5887] java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.Rolli[email protected]87a85e1] unable to create manager for [logs/latest.log] with data [org.apache.logging.log4j.c[email protected]671a5887] at org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:115) at org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:100) at org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.getRollingRandomAccessFileManager(RollingRandomAccessFileManager.java:107) at org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender$Builder.build(RollingRandomAccessFileAppender.java:132) at org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender$Builder.build(RollingRandomAccessFileAppender.java:53) at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:122) at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1107) at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:1032) at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:1024) at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:643) at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:243) at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:289) at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:626) at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:699) at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:716) at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:270) at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:155) at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:47) at org.apache.logging.log4j.LogManager.getContext(LogManager.java:196) at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:599) at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:585) at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) 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) 2023-01-30 09:11:46,572 main ERROR Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.findFactoryMethod(PluginBuilder.java:234) at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:134) at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1107) at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:1032) at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:1024) at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:643) at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:243) at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:289) at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:626) at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:699) at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:716) at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:270) at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:155) at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:47) at org.apache.logging.log4j.LogManager.getContext(LogManager.java:196) at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:599) at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:585) at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) 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) 2023-01-30 09:11:46,572 main ERROR Null object returned for RollingRandomAccessFile in Appenders. 2023-01-30 09:11:46,575 main ERROR Unable to locate appender "File" for logger config "root" 2023-01-30 09:11:46,576 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root" [09:11:46] [main/INFO]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.28, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui] [09:11:46] [main/INFO]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 11.0.16 by Oracle Corporation [09:11:46] [main/INFO]: Added Lets Encrypt root certificates as additional trust [09:11:46] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/data/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: com.electronwill.nightconfig.core.io.WritingException: An I/O error occured [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at com.electronwill.nightconfig.core.io.ConfigWriter.write(ConfigWriter.java:90) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.save(WriteSyncFileConfig.java:61) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at com.electronwill.nightconfig.core.file.AutoreloadFileConfig.save(AutoreloadFileConfig.java:36) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.save(AutosaveCommentedFileConfig.java:80) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.fml.loading.FMLConfig.loadFrom(FMLConfig.java:71) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.fml.loading.FMLConfig.load(FMLConfig.java:77) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:81) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:68) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:107) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at java.base/java.util.HashMap$Values.forEach(HashMap.java:977) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:107) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:59) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:76) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1050]: at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1059]: Caused by: java.nio.file.AccessDeniedException: /data/config/fml.toml [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1059]: at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:90) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1059]: at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1059]: at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1059]: at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:219) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1059]: at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:478) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1059]: at java.base/java.nio.file.Files.newOutputStream(Files.java:220) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1059]: at com.electronwill.nightconfig.core.io.ConfigWriter.write(ConfigWriter.java:87) [09:11:46] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1059]: ... 16 more Quote Link to comment
Goobaroo Posted January 31 Author Share Posted January 31 @TySensei Can you try deleting the directory and reinstalling. That should reset default permissions. /mnt/user/appdata/skyfactoryone/ Quote Link to comment
ecogeek Posted February 6 Share Posted February 6 On 1/10/2023 at 10:59 PM, Goobaroo said: What server are you asking about? Can you provide the full log? Is this an upgrade or a new install? Sorry, I posted this right before I went out of town so I'm not sure which server I was trying. But currently I am trying enigmatica6 and it won't download. 404. I checked and the link is actually 404. [15:31:03] [INFO] Attempting to download installer from https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.16.5-/forge-1.16.5--installer.jar [15:31:04] [ERROR] Problem while installing Loader from https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.16.5-/forge-1.16.5--installer.jar Quote Link to comment
AusNaminator Posted February 7 Share Posted February 7 Vault Hunters 3rd Edition has a hotfix released Version-7H Quote Link to comment
Recommended Posts
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.