From ee9fe7f21b77a970f0a491ee14cdf66853be82d0 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Tue, 3 May 2022 17:14:19 +0000 Subject: [PATCH] Update 'Troubleshoots' --- Troubleshoots.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Troubleshoots.md 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