All the Mods 10 - ATM10

All the Mods 10 - ATM10

4M Downloads

[Crash]: Server won't start after updating to 2.11

rushcodes opened this issue · 4 comments

commented

Possible Fixes

Yes

Modpack Version

2.11

What happened?

I updated my server to 2.11 by:

  1. Downloading the new zip, extracting to new folder
  2. Ran java -jar *.jar --installServer
  3. Made a backup of my previous install
  4. Deleted the following folders from my previous install: config, defaultconfig, mods, kubejs, libraries
  5. Copied the new files with cp -R * ../serverfiles/
  6. Started the server again

After starting the server, it seems to error out pretty quickly and shuts itself down right away.

No crash report is generated, however I will attach the latest.log

Crash Log

https://gist.github.com/rushcodes/25a192a7ba5d6eef594d1a7ff13f4429

Latest.Log

https://gist.github.com/rushcodes/25a192a7ba5d6eef594d1a7ff13f4429

commented

java.io.FileNotFoundException: ./config/modernfix-mixins.properties (Permission denied)
Permissions issues on the files, which has been a problem with some of our recent server packs

commented

Command for how to assign proper permissions can be found in #1489

commented

That fixed it, thank you

commented

@alekthefirst In #1489 is this the correct command to execute? : chmod -R +rw
If yes, where do I have to execute it?