[Crash]: Server won't start after updating to 2.11
rushcodes opened this issue · 4 comments
Possible Fixes
Yes
Modpack Version
2.11
What happened?
I updated my server to 2.11 by:
- Downloading the new zip, extracting to new folder
- Ran java -jar *.jar --installServer
- Made a backup of my previous install
- Deleted the following folders from my previous install: config, defaultconfig, mods, kubejs, libraries
- Copied the new files with cp -R * ../serverfiles/
- 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
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
Command for how to assign proper permissions can be found in #1489
@alekthefirst In #1489 is this the correct command to execute? : chmod -R +rw
If yes, where do I have to execute it?