Update 'Troubleshoots'

master
MagicBot 3 years ago
parent
commit
ee9fe7f21b
  1. 13
      Troubleshoots.md

13
Troubleshoots.md

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
Issue: *Unable to find required .jar files in the classpath when booting MagicBox*
```console
$ tail console_login
Error: Unable to initialize main class engine.server.login.LoginServer
Caused by: java.lang.NoClassDefFoundError: org/pmw/tinylog/labelers/Labeler
```
**This is a Windows only bug:** When connecting to a container it does not execute bash.rc. This causes the user environment to be missing important items such as the environment variable that defines the classpath. Look for the default unix `$` prompt. .bashrc will define the prompt as `magicbox~/`
Solution: type `bash`
---
Loading…
Cancel
Save