Problem After stopping server, restarting the server complains about eula.txt

  • 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

blaklafter

New Member
Jul 29, 2019
4
0
0
I've been running an Infinity server for a while now. I shut the server down this morning, with the
Code:
/server stop
command.

Now, when I attempt to restart the server I get:
Code:
[11:30:31] [Server thread/INFO] [FML]: Itemstack injection complete
[11:30:31] [Server thread/INFO]: Loading properties
[11:30:31] [Server thread/INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
[11:30:31] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
[11:30:31] [Server thread/INFO] [FML]: Applying holder lookups
[11:30:31] [Server thread/INFO] [FML]: Holder lookups applied
[11:30:31] [Server thread/INFO] [FML]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.

The thing is, I accepted the eula long ago, in order to get the server running in the first place. When I check the file, it shows TRUE.

I'm running version 2.1.2 on Ubuntu 14.04.

Has anyone seen this before? Any suggestions on what to do?
 
So I updated to 2.2.2, everything was fine. Then I had to do another shutdown. Now when I try to start the server I get the same error message. Any ideas?
 
No, version 2.2.2 worked fine when it started the first time. After it was running for a few days and was shutdown, only when trying to restart did it complain about the eula.

However, I did get it to work. Although, I'm not sure why...

First, I normally run the server by issuing the command

screen -dmS inf java -server -Xms2048m -Xmx8192m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -jar {jarfile}

So, I decided to try to run ServerStart.sh. Strangely, it worked. Didn't complain about the eula or anything. Then I stopped the server and ran the above command and it worked.