Update 'Troubleshoots'

2022-05-03 17:53:13 +00:00
parent 20786d3494
commit d6b868493c
+1 -1
@@ -5,7 +5,7 @@ $ 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~/`
**This is a Windows only bug:** When connecting to a container it does not execute bashrc. 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 istead of `magicbox~/` as defined in .bashrc
Solution: type `bash`