1 changed files with 13 additions and 0 deletions
@ -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…
Reference in new issue