Problem Server crash problem

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Alexbam2

New Member
Jul 29, 2019
4
0
0
Running Windows 8
Minecraft dedicated server
Agrarian Skies 2.0.3
No added mods
I have had a server for a few people I know running for about a week. Everything has run smoothly until now. When I try to start it back up via batch file, It crashes (oh no!). I have a report here --> Pastebin.com/3G1kJFhR
Any tips or suggestions on how to fix would be so VERY deeply appreciated...

Thank you, Alex
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
This is MOST LIKELY NOT THE CAUSE however your JVM arguments are strange and are gonna conflict at one time or another.

Change it to
Code:
java -Xms2048m -Xmx2048m -Xx:PermSize=256m -jar server.jar nogui

If it still crashes with that post the new report.
 

Alexbam2

New Member
Jul 29, 2019
4
0
0
Gwah! I paste that into my bat file and it opens for less than a third of a second. I think it says the per size is an unrecognized option. Could not create the java virtual machine. A fatal exception has occured. Will exit
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
Gwah! I paste that into my bat file and it opens for less than a third of a second. I think it says the per size is an unrecognized option. Could not create the java virtual machine. A fatal exception has occured. Will exit
Oh my bad damn autocorrect got me

On the PermSize both Xs should be in caps replace it with that.
Code:
-XX:PermSize=256m


Edit, still looking for a solution to your problem.
 

Alexbam2

New Member
Jul 29, 2019
4
0
0
Oh my bad damn autocorrect got me

On the PermSize both Xs should be in caps replace it with that.
Code:
-XX:PermSize=256m

Frozen at [forgemodloader] loading dimension -1 <world> <net.minecraft.server.dedicated.DedicatedServer@56168dc6> then [STDOUT] attempting to load JABBA data. Could this possibly be a barrel derping out? Should I remove my JABBA items?
 
Last edited: