Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • trouble running mods on a server
Sign in to follow this  
Followers 3
SilverD4C

trouble running mods on a server

By SilverD4C, May 30, 2018 in Support & Bug Reports

  • Reply to this topic
  • Start new topic
  • Prev
  • 1
  • 2
  • Next
  • Page 2 of 2  

Recommended Posts

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted May 31, 2018
10 minutes ago, DaemonUmbra said:

That's not fml-server-latest, that's just latest.

Can you send a screenshot of your server's root folder (the one where the server jars are)?

I cant seem to send screenshots the uploads have failed and simple low qual phone pictures dont work either

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted May 31, 2018

You're starting it with the forge jar and not the minecraft jar, right?

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted May 31, 2018

 

3 minutes ago, DaemonUmbra said:

You're starting it with the forge jar and not the minecraft jar, right?

is there a way to start with the forge jar the one that i installed created the minecraft server jar after running so i only have jars labled

forge-1.12.2-14.23.4.2705-universal

minecraft-server 1.12.2

 

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted May 31, 2018

You start the forge universal the same way you would start the server

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted May 31, 2018
2 minutes ago, DaemonUmbra said:

You start the forge universal the same way you would start the server

It doesn't open 

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted May 31, 2018

Start it from the command line and show what it spits out

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted May 31, 2018
2 minutes ago, DaemonUmbra said:

Start it from the command line and show what it spits out

the thing is the jar itself won't open so i cant start it from the commands

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted June 1, 2018 (edited)

When I say command prompt I mean if you're on Windows use cmd(or Powershell), if you're on a *nix OS or Mac, use a Terminal, navigate to the server's folder and type

java -jar forge-1.12.2-14.23.4.2705-universal.jar -Xmx3G -Xms3G nogui

 

Edited June 1, 2018 by DaemonUmbra
  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
5 minutes ago, DaemonUmbra said:

When I say command prompt I mean if you're on Windows use cmd(or Powershell), if you're on a *nix OS or Mac, use a Terminal, navigate to the server's folder and type "java -jar forge-1.12.2-14.23.4.2705-universal.jar -Xmx3G -Xms3G nogui"

how would i do that sorry im new at this and google doesnt help i know how to get to cmd but i have no idea how to open it from there

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted June 1, 2018 (edited)

Ok, I'm not in the mood for a cmd tutorial so let's take a shortcut:

open the server folder in file explorer

click anywhere that won't select a file

hold shift and right click without selecting a file

click open <Command Prompt/Powershell Window> here

 

once you've done that follow the instructions from my previous reply

11 minutes ago, DaemonUmbra said:

type


java -jar forge-1.12.2-14.23.4.2705-universal.jar -Xmx3G -Xms3G nogui

 

Edited June 1, 2018 by DaemonUmbra
  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
4 minutes ago, DaemonUmbra said:

Ok, I'm not in the mood for a cmd tutorial so let's take a shortcut:

open the server folder in file explorer

click anywhere that won't select a file

hold shift and right click without selecting a file

click open <Command Prompt/Powershell Window> here

 

once you've done that follow the instructions from my previous reply

 

Im sorry if this is annoying thanks for sticking around and helping

 

here is what it says 

 

A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62)
        at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31)
Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
        ... 6 more
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 8 more

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted June 1, 2018 (edited)

Saw this same error with someone else the minecraft server jar was getting corrupted when Forge's installer downloaded it, try this:

On 5/28/2018 at 3:25 PM, DaemonUmbra said:

Try getting the server from Mojang's official site and replace yours with that one Note: Link will start the download from Mojang's servers and you will need to rename it to match what forge is expecting.

Forge is expecting minecraft_server.1.12.2.jar

Edited June 1, 2018 by DaemonUmbra
  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
7 minutes ago, DaemonUmbra said:

Saw this same error with someone else the minecraft server jar was getting corrupted when Forge's installer downloaded it, try this:

Forge is expecting minecraft_server.1.12.2.jar

alright i did that and i checked if the mods would work but to no avail

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted June 1, 2018

Are you getting the same error when you try to launch it?

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
2 minutes ago, DaemonUmbra said:

Are you getting the same error when you try to launch it?

well i think

 

>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>>         at java.lang.reflect.Method.invoke(Unknown Source)
>>         at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62)
>>         at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31)
>> Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
>>         at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
>>         at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
>>         ... 6 more
>> Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
>>         at java.net.URLClassLoader.findClass(Unknown Source)
>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>         ... 8 more
A : The term 'A' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ A problem occurred running the Server launcher.java.lang.reflect.Invo ...
+ ~
    + CategoryInfo          : ObjectNotFound: (A:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Native : The term 'Native' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:2 char:57
+ ...        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+                                                            ~~~~~~
    + CategoryInfo          : ObjectNotFound: (Native:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:3 char:56
+ ...        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
+                                                           ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:4 char:60
+ ...    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
+                                                           ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:5 char:44
+         at java.lang.reflect.Method.invoke(Unknown Source)
+                                            ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

ServerLaunchWrapper.java:62 : The term 'ServerLaunchWrapper.java:62' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:6 char:70
+ ... e.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62)
+                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (ServerLaunchWrapper.java:62:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

ServerLaunchWrapper.java:31 : The term 'ServerLaunchWrapper.java:31' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:7 char:71
+ ... .fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31)
+                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (ServerLaunchWrapper.java:31:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Caused : The term 'Caused' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:8 char:1
+ Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/L ...
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (Caused:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Launch.java:94 : The term 'Launch.java:94' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:9 char:54
+         at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
+                                                      ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Launch.java:94:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Launch.java:28 : The term 'Launch.java:28' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:10 char:52
+         at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
+                                                    ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Launch.java:28:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

... : The term '...' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:11 char:9
+         ... 6 more
+         ~~~
    + CategoryInfo          : ObjectNotFound: (...:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Caused : The term 'Caused' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:12 char:1
+ Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j ...
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (Caused:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:13 char:46
+         at java.net.URLClassLoader.findClass(Unknown Source)
+                                              ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:14 char:44
+         at java.lang.ClassLoader.loadClass(Unknown Source)
+                                            ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:15 char:55
+         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
+                                                       ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:16 char:44
+         at java.lang.ClassLoader.loadClass(Unknown Source)
+                                            ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

... : The term '...' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:17 char:9
+         ... 8 more
+         ~~~
    + CategoryInfo          : ObjectNotFound: (...:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
 

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted June 1, 2018

log4j is a code library embedded in Minecraft, can you still not post a screenshot of the folder your server is in?

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
3 minutes ago, DaemonUmbra said:

log4j is a code library embedded in Minecraft, can you still not post a screenshot of the folder your server is in?

from what ive tried no it wont even save to the usual place ever since ive updated to windows 10

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted June 1, 2018

If you use snipping tool you can take the shot, copy, and paste it in here

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018

image.png

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted June 1, 2018

Can you take another shot that includes the filesize? it's in one of the columns being squashed into the scrollbar

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018

image.png

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted June 1, 2018

Can you take that shot again but first click on View and check the box next to "File Name Extensions"

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
3 minutes ago, DaemonUmbra said:

Can you take that shot again but first click on View and check the box next to "File Name Extensions"

 

image.png

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted June 1, 2018

There's your issue, because you had file extensions hidden you added a .jar to the minecraft server's name then your computer tacked another one on... now that you have them showing you can remove one of them and your computer won't tack on another

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
5 minutes ago, DaemonUmbra said:

There's your issue, because you had file extensions hidden you added a .jar to the minecraft server's name then your computer tacked another one on... now that you have them showing you can remove one of them and your computer won't tack on another

ive been trying for 4 days and all i had to do was to rename my file 

 

thanks man it finally works 

  • Quote

Share this post


Link to post
Share on other sites
  • Prev
  • 1
  • 2
  • Next
  • Page 2 of 2  

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 3
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • saxon564
      [1.14.4] [UNSOLVED] Server Thread Freezes After Entity Explodes

      By saxon564 · Posted 1 minute ago

      I feel like I've done that before with no positive results, but that may have been for a different issue, so I will give it a shot tonight and see if that works.
    • diesieben07
      [1-14-newer] how to make a button with a specified texture ?

      By diesieben07 · Posted 9 minutes ago

    • DaemonUmbra
      help please

      By DaemonUmbra · Posted 19 minutes ago

      1.8 is no longer supported on this forum due to its age. Please update to a modern version of Minecraft to receive support.
    • juls07
      help please

      By juls07 · Posted 36 minutes ago

      paste bin url: https://pastebin.com/NQVt0awd something about io netty im on linux please help
    • DaemonUmbra
      NO SE ME ABRE

      By DaemonUmbra · Posted 40 minutes ago

      Please keep this forum in English. Please read the Logs section of my signature below and provide the appropriate log in the appropriate manner.
  • Topics

    • saxon564
      8
      [1.14.4] [UNSOLVED] Server Thread Freezes After Entity Explodes

      By saxon564
      Started Yesterday at 05:11 AM

    • matt1999rd
      10
      [1-14-newer] how to make a button with a specified texture ?

      By matt1999rd
      Started 3 hours ago

    • juls07
      1
      help please

      By juls07
      Started 36 minutes ago

    • Sfgg
      1
      NO SE ME ABRE

      By Sfgg
      Started 2 hours ago

    • Crashreport
      1
      crash pixelmon 1.12.2

      By Crashreport
      Started 1 hour ago

  • Who's Online (See full list)

    • saxon564
    • diesieben07
    • vaartis
    • JetCobblestone
    • loordgek
    • DaemonUmbra
    • MarkNutt0
    • Lea9ue
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • trouble running mods on a server
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community