You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/28 09:36:04 UTC

[GitHub] [pulsar] guozili520 opened a new issue #4394: Broker start error

guozili520 opened a new issue #4394: Broker start error
URL: https://github.com/apache/pulsar/issues/4394
 
 
   When I started the broker,  some error happened. What should I do about this problem?
   ERROR org.apache.pulsar.broker.PulsarService - keyCertChain required for servers
   java.lang.NullPointerException: keyCertChain required for servers
           at io.netty.util.internal.ObjectUtil.checkNotNull(ObjectUtil.java:33) ~[io.netty-netty-all-4.1.32.Final.jar:4.1.32.Final]
           at io.netty.handler.ssl.SslContextBuilder.keyManager(SslContextBuilder.java:312) ~[io.netty-netty-all-4.1.32.Final.jar:4.1.32.Final]
           at io.netty.handler.ssl.SslContextBuilder.keyManager(SslContextBuilder.java:247) ~[io.netty-netty-all-4.1.32.Final.jar:4.1.32.Final]
           at io.netty.handler.ssl.SslContextBuilder.forServer(SslContextBuilder.java:76) ~[io.netty-netty-all-4.1.32.Final.jar:4.1.32.Final]
           at org.apache.pulsar.common.util.SecurityUtility.createNettySslContextForServer(SecurityUtility.java:109) ~[org.apache.pulsar-pulsar-common-2.3.1.jar:2.3.1]
           at org.apache.pulsar.broker.service.PulsarChannelInitializer.<init>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services