Windows .jar Errors Help

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

slave12345

New Member
Jul 29, 2019
5
0
0
Hi guys,

I get this when I load the server.jar in the ampz modpack.
I'm with a host that cannot load both server.jar and forge.jar in the command line.
So how do I work around this or am I not ment to load both jars?
They also said if I provide command line they might add for me.


[Server] INFO ... 13 more
[Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
[Server] INFO at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
[Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
[Server] INFO at java.net.URLClassLoader.findClass(Unknown Source)
[Server] INFO at java.security.AccessController.doPrivileged(Native Method)
[Server] INFO at java.net.URLClassLoader$1.run(Unknown Source)
[Server] INFO at java.net.URLClassLoader$1.run(Unknown Source)
[Server] INFO Caused by: java.lang.ClassNotFoundException: aa
[Server] INFO at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
[Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
[Server] INFO at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
[Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
[Server] INFO at java.net.URLClassLoader.findClass(Unknown Source)
[Server] INFO at java.security.AccessController.doPrivileged(Native Method)
[Server] INFO at java.net.URLClassLoader$1.run(Unknown Source)
[Server] INFO at java.net.URLClassLoader$1.run(Unknown Source)
[Server] INFO at java.net.URLClassLoader.access$100(Unknown Source)
[Server] INFO at java.net.URLClassLoader.defineClass(Unknown Source)
[Server] INFO at java.security.SecureClassLoader.defineClass(Unknown Source)
[Server] INFO at java.lang.ClassLoader.defineClass(Unknown Source)
[Server] INFO at java.lang.ClassLoader.defineClass1(Native Method)
[Server] INFO Exception in thread "main" java.lang.NoClassDefFoundError: aa

Thanks
 

slave12345

New Member
Jul 29, 2019
5
0
0
Ok, im using my home computer with multicraft and same error.
Do you know the command line for multicraft jar.conf???
Logs shown above is all there is the rest is normal.

Cheers
 

slave12345

New Member
Jul 29, 2019
5
0
0
heres the log from multicraft, the server hasnt started full enough to create a server.log it just doesnt get far enough to create one sorry.
http://pastebin.com/92fc80qp

Hope you can help.

I'm using multicraft and heres my command line to boot the jar:
==================
command = "{JAVA}" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en -Duser.country=US -cp forge.jar;"{JAR}" net.minecraft.server.MinecraftServer nogui --nojline --log-strip-color true

{JAR} is the jar file server.jar
=================
 

Skullywag

New Member
Jul 29, 2019
217
0
0
I dont think ive ever loaded the forge jar like that, but then again ive never used that pack, but i would assume forge is already in the server jar, so there fore not needed in the startup, try removing "forge.jar;"
 

slave12345

New Member
Jul 29, 2019
5
0
0
hi, i tried just using the server.jar and it didn't work. I believe the jar is just a vanilla copy and the semi colon in the command line merges the forge.jar and vanilla server.jar together. I may be wrong.
 

epharian

New Member
Jul 29, 2019
7
0
0
Having a similar issue, there isn't really a good crash report from me (unless it is somewhere other than in the minecraft/AMPZ/crash-reports directory. The two reports i have there are useless. Help please.
 
Status
Not open for further replies.