【问题标题】:Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "run-main-1" Lila Lichess异常:从线程“run-main-1”中的 UncaughtExceptionHandler 抛出的 sbt.TrapExitSecurityException Lila Lichess
【发布时间】:2021-01-17 03:22:10
【问题描述】:

我正在尝试使用 Lichess 的开源并且一切都已设置好,除了当我最终运行时出现此错误

Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "run-main-1"

【问题讨论】:

标签: ubuntu


【解决方案1】:

我做了几件事来解决这个问题:

  1. 在不同的终端选项卡中设置 websocket:

    git clone https://github.com/ornicar/lila-ws.git
    cd lila-ws
    sbt run
    
  2. 同样在不同的终端选项卡中,确保 MongoDB 正在运行:

    sudo service mongod start
    
  3. 构建用户界面:

    ./ui/build
    

一旦我确保 MongoDB 和 websocket 正在运行,./lila 后跟 run 就可以正常工作了!

【讨论】:

    猜你喜欢
    • 2014-08-30
    • 1970-01-01
    • 1970-01-01
    • 2011-12-05
    • 2017-11-25
    • 2012-02-21
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多