由于为 ActorSystem 启用了 'akka.jvm-exit-on-fatal-error',线程关闭 JVM 时未捕获的错误
Uncaught error from thread shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem
我在命令提示符下 运行 一个程序集 jar 文件并得到以下异常。并导致终止。
Uncaught error from thread [ccp-akka.persistence.dispatchers.default-plugin-dispatcher-23] shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[ccp]
我的 windows 机器中没有其他东西 运行。
除了 jar 文件外,没有代码访问权限。
可能是什么问题,我尝试重新启动机器几次。
看起来问题只出在我的机器上,因为它在所有其他机器上都 运行 正常。即使我交叉检查了所有环境变量。
附上截图。
它说缺少二进制依赖项 leveldbjni,它与 native/platform 特定版本的 leveldb 交互。
按照文档中的说明将 leveldbjni-all 添加到您的依赖项 (http://doc.akka.io/docs/akka/2.5.0/scala/persistence.html#id8) should solve that, if it doesn't then maybe the platform is unsupported (which seems weird, the leveldbjni homepage lists both win32 and win64 as supported - https://github.com/fusesource/leveldbjni)
我为我的 windows 机器安装了 Microsoft Visual C++ 2010 Redistributable,它解决了我的问题。 Reference.
Microsoft Visual C++ 2010 Redistributable Package 安装 运行Visual C++ 库的时间组件 运行 在未安装 Visual C++ 2010 的计算机上使用 Visual C++ 开发的应用程序。
下载 link here (x64).
第 1 步:转到 "C:\Users\asaini75" 并删除现有文件夹“.datastax_studio”
第 2 步:转到 "C:\Users\asaini75\Downloads\datastax-studio-6.0.0\bin" 并单击 "server" windows 批处理文件并等待,直到您在命令提示符中看到以下消息。
第 3 步:转到浏览器并点击 URL“http://localhost:9091”。您将在主页下方。
第四步:添加连接和笔记本。它会很好地工作。
我在命令提示符下 运行 一个程序集 jar 文件并得到以下异常。并导致终止。
Uncaught error from thread [ccp-akka.persistence.dispatchers.default-plugin-dispatcher-23] shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[ccp]
我的 windows 机器中没有其他东西 运行。 除了 jar 文件外,没有代码访问权限。 可能是什么问题,我尝试重新启动机器几次。 看起来问题只出在我的机器上,因为它在所有其他机器上都 运行 正常。即使我交叉检查了所有环境变量。
附上截图。
它说缺少二进制依赖项 leveldbjni,它与 native/platform 特定版本的 leveldb 交互。
按照文档中的说明将 leveldbjni-all 添加到您的依赖项 (http://doc.akka.io/docs/akka/2.5.0/scala/persistence.html#id8) should solve that, if it doesn't then maybe the platform is unsupported (which seems weird, the leveldbjni homepage lists both win32 and win64 as supported - https://github.com/fusesource/leveldbjni)
我为我的 windows 机器安装了 Microsoft Visual C++ 2010 Redistributable,它解决了我的问题。 Reference.
Microsoft Visual C++ 2010 Redistributable Package 安装 运行Visual C++ 库的时间组件 运行 在未安装 Visual C++ 2010 的计算机上使用 Visual C++ 开发的应用程序。
下载 link here (x64).
第 1 步:转到 "C:\Users\asaini75" 并删除现有文件夹“.datastax_studio”
第 2 步:转到 "C:\Users\asaini75\Downloads\datastax-studio-6.0.0\bin" 并单击 "server" windows 批处理文件并等待,直到您在命令提示符中看到以下消息。
第 3 步:转到浏览器并点击 URL“http://localhost:9091”。您将在主页下方。
第四步:添加连接和笔记本。它会很好地工作。