Skip to content

Commit 18c7060

Browse files
authored
add note on additional error
1 parent 0a93947 commit 18c7060

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/mscs/troubleshooting-issues.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ permalink: /docs/mscs/troubleshooting-issues
77

88
# Troubleshooting
99

10+
## Permission denied error
1011
If you get a `permission denied` error when attempting to run a `mscs` command, please ensure that the `minecraft` user
1112
has the correct permissions set:
1213

@@ -15,6 +16,9 @@ chmod -R u+w /opt/mscs
1516
chown -R minecraft:minecraft /opt/mscs
1617
```
1718

19+
## Error starting the server: couldn't retrieve the server's process ID
20+
This is usually due to an outdated java installation on your machine when trying to start the minecraft server. Verify that the java version required for your minecraft server version is installed on your machine.
21+
1822
---
1923

2024
# Issues

0 commit comments

Comments
 (0)