Jump to content

Recommended Posts

Posted

I have been running a vanilla Minecraft server for a while on a Raspberry Pi 4 with 4GB RAM. It actually runs great with my whole family on at the same time.

I thought I would try turning it into a forge server but it WILL NOT RUN. This is all I get...

root@ubuntu:/opt/minecraft# java -jar -Xms1G -Xmx3G forge-1.14.4-28.1.0.jar nogui
[19:08:07] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 28.1.0, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, nogui]
[19:08:07] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 11.0.5-ea by Ubuntu
[19:08:08] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[19:08:09] [main/INFO] [STDERR/]: [jdk.nashorn.api.scripting.NashornScriptEngine:<init>:143]: Warning: Nashorn engine is planned to be removed from a future JDK release
[19:08:11] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
Exception in thread "main" [19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]: java.lang.RuntimeException: java.lang.UnsupportedOperationException
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:       at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:       at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:       at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:       at cpw.mods.modlauncher.Launcher.run(Launcher.java:80)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:       at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:       at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:       at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:       at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]: Caused by: java.lang.UnsupportedOperationException
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.ClassVisitor.visitNestMemberExperimental(ClassVisitor.java:248)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.ClassReader.accept(ClassReader.java:651)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter.access$100(TransformerClassWriter.java:35)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter$SuperCollectingVisitor.visit(TransformerClassWriter.java:129)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.ClassReader.accept(ClassReader.java:525)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter.access$100(TransformerClassWriter.java:35)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter$SuperCollectingVisitor.visit(TransformerClassWriter.java:129)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.ClassReader.accept(ClassReader.java:525)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter.access$100(TransformerClassWriter.java:35)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter$SuperCollectingVisitor.visit(TransformerClassWriter.java:129)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.ClassReader.accept(ClassReader.java:525)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter.getSupers(TransformerClassWriter.java:54)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformerClassWriter.getCommonSuperClass(TransformerClassWriter.java:99)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.SymbolTable.addMergedType(SymbolTable.java:1209)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.Frame.merge(Frame.java:1293)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.Frame.merge(Frame.java:1175)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.MethodWriter.computeAllFrames(MethodWriter.java:1604)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.MethodWriter.visitMaxs(MethodWriter.java:1540)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:807)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:687)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at org.objectweb.asm.tree.ClassNode.accept(ClassNode.java:436)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:236)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:127)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:97)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at java.base/java.lang.Class.forName0(Native Method)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at java.base/java.lang.Class.forName(Class.java:398)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:50)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[19:08:12] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:       ... 7 more

I'm running OpenJDK 11 on Ubuntu Server 64bit 19.10. Java isn't supporting Arm that I can find so OpenJDK is the only option.

 

1) Am I doing something wrong or is this just not going to run on OpenJDK?

2) I am still running Forge Clients with minimap and Optifine which don't seem to have a problem connecting and working on the vanilla server. What advantage is there to forge server?

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

    • I should have specified in my last post, the current build is the latest that Ars Nouvaeu supports. Sorry for the trouble!
    • New users at Temu receive a $100 discount on orders over $100 Use the code [aci789589] during checkout to get Temu Coupon Code $100 off For New Users. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. Temu 100% Off coupon code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. You can get a$100 bonus plus 30% off any purchase at Temu with the$100 Coupon Bundle at Temu if you sign up with the referral code [aci789589] and make a first purchase of$50 or more. The Temu $100 Off coupon code (aci789589) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes Temu offers $100 Off Coupon Code “aci789589” for First Time Users. Yes, Temu offers $100 off coupon code {aci789589} for first-time users. You can get a $100 bonus plus 100% off any purchase at Temu with the $100 Coupon Bundle if you sign up with the referral code [aci789589] and make a first purchase of $100 or more. If you are who wish to join Temu, then you should use this exclusive Temu coupon code $100 off (aci789589) and get $100 off on your purchase with Temu. You can get a $100 discount with Temu coupon code {aci789589}. This exclusive offer is for existing customers and can be used for a $100 reduction on your total purchase. Enter coupon code {aci789589} at checkout to avail of the discount. You can use the code {aci789589} to get a $100 off Temu coupon as a new customer. Apply this Temu coupon code $100 off (aci789589) to get a $100 discount on your shopping with Temu. If you’re a first-time user and looking for a Temu coupon code $100 first time user(aci789589) then using this code will give you a flat $100 Off and a 90% discount on your Temu shopping. Temu $100% Off Coupon Code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Temu coupon code$100off-{aci789589} Temu coupon code -{aci789589} Temu coupon code$50 off-{aci789589} Temu Coupon code [aci789589] for existing users can get up to 50% discount on product during checkout. Temu Coupon Codes for Existing Customers-aci789589 Temu values its loyal customers and offers various promo codes, including the Legit Temu Coupon Code (aci789589]) or (aci789589), which existing users can use. This ensures that repeat shoppers can also benefit from significant discounts on their purchases. Keep an eye out for special promotions and offers that are periodically available to enhance your shopping experience.
    • New users at Temu receive a $100 discount on orders over $100 Use the code [aci789589] during checkout to get Temu Coupon Code $100 off For New Users. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. Temu 100% Off coupon code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. You can get a$100 bonus plus 30% off any purchase at Temu with the$100 Coupon Bundle at Temu if you sign up with the referral code [aci789589] and make a first purchase of$50 or more. The Temu $100 Off coupon code (aci789589) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes Temu offers $100 Off Coupon Code “aci789589” for First Time Users. Yes, Temu offers $100 off coupon code {aci789589} for first-time users. You can get a $100 bonus plus 100% off any purchase at Temu with the $100 Coupon Bundle if you sign up with the referral code [aci789589] and make a first purchase of $100 or more. If you are who wish to join Temu, then you should use this exclusive Temu coupon code $100 off (aci789589) and get $100 off on your purchase with Temu. You can get a $100 discount with Temu coupon code {aci789589}. This exclusive offer is for existing customers and can be used for a $100 reduction on your total purchase. Enter coupon code {aci789589} at checkout to avail of the discount. You can use the code {aci789589} to get a $100 off Temu coupon as a new customer. Apply this Temu coupon code $100 off (aci789589) to get a $100 discount on your shopping with Temu. If you’re a first-time user and looking for a Temu coupon code $100 first time user(aci789589) then using this code will give you a flat $100 Off and a 90% discount on your Temu shopping. Temu $100% Off Coupon Code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Temu coupon code$100off-{aci789589} Temu coupon code -{aci789589} Temu coupon code$50 off-{aci789589} Temu Coupon code [aci789589] for existing users can get up to 50% discount on product during checkout. Temu Coupon Codes for Existing Customers-aci789589 Temu values its loyal customers and offers various promo codes, including the Legit Temu Coupon Code (aci789589]) or (aci789589), which existing users can use. This ensures that repeat shoppers can also benefit from significant discounts on their purchases. Keep an eye out for special promotions and offers that are periodically available to enhance your shopping experience.
    • Try other builds: https://www.curseforge.com/minecraft/mc-mods/geckolib/files/all?page=1&pageSize=20&version=1.16.5&gameVersionTypeId=1 Currently, you are using build 96 - the latest one that I linked is build 106 So try 97 to 105  
    • New users at Temu receive a $100 discount on orders over $100 Use the code [aci789589] during checkout to get Temu Coupon Code $100 off For New Users. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. Temu 100% Off coupon code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. You can get a$100 bonus plus 30% off any purchase at Temu with the$100 Coupon Bundle at Temu if you sign up with the referral code [aci789589] and make a first purchase of$50 or more. The Temu $100 Off coupon code (aci789589) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes Temu offers $100 Off Coupon Code “aci789589” for First Time Users. Yes, Temu offers $100 off coupon code {aci789589} for first-time users. You can get a $100 bonus plus 100% off any purchase at Temu with the $100 Coupon Bundle if you sign up with the referral code [aci789589] and make a first purchase of $100 or more. If you are who wish to join Temu, then you should use this exclusive Temu coupon code $100 off (aci789589) and get $100 off on your purchase with Temu. You can get a $100 discount with Temu coupon code {aci789589}. This exclusive offer is for existing customers and can be used for a $100 reduction on your total purchase. Enter coupon code {aci789589} at checkout to avail of the discount. You can use the code {aci789589} to get a $100 off Temu coupon as a new customer. Apply this Temu coupon code $100 off (aci789589) to get a $100 discount on your shopping with Temu. If you’re a first-time user and looking for a Temu coupon code $100 first time user(aci789589) then using this code will give you a flat $100 Off and a 90% discount on your Temu shopping. Temu $100% Off Coupon Code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Temu coupon code$100off-{aci789589} Temu coupon code -{aci789589} Temu coupon code$50 off-{aci789589} Temu Coupon code [aci789589] for existing users can get up to 50% discount on product during checkout. Temu Coupon Codes for Existing Customers-aci789589 Temu values its loyal customers and offers various promo codes, including the Legit Temu Coupon Code (aci789589]) or (aci789589), which existing users can use. This ensures that repeat shoppers can also benefit from significant discounts on their purchases. Keep an eye out for special promotions and offers that are periodically available to enhance your shopping experience.
  • Topics

×
×
  • Create New...

Important Information

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