diff --git a/Troubleshoots.md b/Troubleshoots.md new file mode 100644 index 0000000..baf904b --- /dev/null +++ b/Troubleshoots.md @@ -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` + +--- \ No newline at end of file