第一步:查看错误日志

打开cmd

Seata-server启动闪退问题

运行seata-server.bat查看错误信息

Seata-server启动闪退问题

Error: missing server' JVl at C:\ Program Files (x86)\ Javaljre1. 8. 0_221\ bin\ server \ jvn. d11
Please instal1 or use the TRE or TDK that contains these missing components

找到出错目录

Seata-server启动闪退问题

搜索jvm.dll

Seata-server启动闪退问题

在bin文件夹新建server,复制jvm.dll黏贴

Seata-server启动闪退问题

返回cmd,重新运行seata-server.bat

Seata-server启动闪退问题

说明我们没有足够的内存去使用,所以我们要降级我们内存的配置

用记事本方式打开seata-server.bat,找到参数设置

Seata-server启动闪退问题

将其设置为1024,1024,512即可

Seata-server启动闪退问题

然后再次在cmd窗口中运行seata-server.bat

Seata-server启动闪退问题

如此解决了seata-server闪退的问题

相关文章:

  • 2021-06-15
  • 2021-09-20
  • 2021-05-08
  • 2021-12-01
  • 2022-12-23
  • 2021-06-20
  • 2021-10-05
猜你喜欢
  • 2021-09-05
  • 2021-10-15
  • 2021-06-26
  • 2022-12-23
  • 2021-10-22
  • 2021-06-19
  • 2021-08-16
相关资源
相似解决方案