美文网首页
kafka启动报错(转)

kafka启动报错(转)

作者: Leo_5cdb | 来源:发表于2020-07-09 13:28 被阅读0次

原文链接:https://blog.csdn.net/russle/java/article/details/84962568

报错

C:\H\software\kafka_2.12-1.1.1\bin\windows>kafka-server-start.bat ..\..\config\

server.properties

[2018-12-11 21:13:46,490] INFO Registered kafka:type=kafka.Log4jController MBean

(kafka.utils.Log4jControllerRegistration$)

[2018-12-11 21:13:46,998] ERROR Exiting Kafka due to fatal exception (kafka.Kafk

a$)

java.lang.VerifyError: Uninitialized object exists on backward branch 209

Exception Details:

  Location:

    scala/collection/immutable/HashMap$HashTrieMap.split()Lscala/collection/immu

table/Seq; @249: goto

  Reason:

    Error exists in the bytecode

  Bytecode:

    0000000: 2ab6 0060 04a0 001e b200 b8b2 00bd 04bd

    0000010: 0002 5903 2a53 c000 bfb6 00c3 b600 c7c0

    ......

    0000170: b200 bd05 bd00 0259 0319 0b53 5904 190c

    0000180: 53c0 00bf b600 c3b6 0102 b02a b600 3803

    0000190: 32b6 0104 b0

  Stackmap Table:

    same_frame(@35)

    full_frame(@141,{Object[#2],Integer,Integer,Integer,Integer,Integer,Object[#

114]},{})

    append_frame(@151,Object[#134],Object[#134])

    full_frame(@209,{Object[#2],Integer,Integer,Integer,Integer,Integer,Object[#

......

解决办法 升级jdk

将1.8.0_11 升级为 1.8.0_251

相关文章

网友评论

      本文标题:kafka启动报错(转)

      本文链接:https://www.haomeiwen.com/subject/iagjcktx.html