标题: RabbitMQ Windows Server R2部署问题总结(三) [打印本页] 作者: 大连全瓷种植牙齿制作中心 时间: 2024-8-24 08:50 标题: RabbitMQ Windows Server R2部署问题总结(三) RabbitMQ Windows Server R2部署问题总结
in function application_master:init/3 (application_master.erl, line 143)
ancestors: [application_controller,<0.10.0>]
message_queue_len: 1
messages: [{'EXIT',<0.47.0>,normal}]
links: [<0.45.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 233
stack_size: 29
reductions: 63
neighbours:
复制代码
Erlang/OTP 26 or later requires Windows 10 Threshold 2 (TH2), also known as the “November Update”, which is version 1511 and has the build number 10586. This would be the same as Windows Server 2016 I think.
Since Windows 2012 R2 is not supported by Microsoft anymore I suggest you update your OS.
If you do need to continue running 2012 you have two options:
Use an older Erlang version
Try any of the workarounds mentioned here: https://stackoverflow.com/a/44482740