Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception on broker shutdown #30

Closed
jangalinski opened this issue Dec 7, 2017 · 2 comments
Closed

Exception on broker shutdown #30

jangalinski opened this issue Dec 7, 2017 · 2 comments
Milestone

Comments

@jangalinski
Copy link
Collaborator

running the broker via broker.gsh, on shutdown (strg-c), this is logged:

2017-12-07 14:16:12.723  INFO 44558 --- [runner-broker-2] io.zeebe.logstreams                      : Creation of snapshot deployment took 5 ms.
Exception in thread "actor-scheduler-broker" java.lang.NullPointerException
        at java.util.HashMap.putMapEntries(HashMap.java:500)
        at java.util.HashMap.putAll(HashMap.java:784)
        at java.util.Collections$SynchronizedMap.putAll(Collections.java:2594)
        at ch.qos.logback.classic.util.LogbackMDCAdapter.setContextMap(LogbackMDCAdapter.java:197)
        at org.slf4j.MDC.setContextMap(MDC.java:264)
        at io.zeebe.util.actor.ActorSchedulerRunnable.run(ActorSchedulerRunnable.java:118)
        at java.lang.Thread.run(Thread.java:748)
Exception in thread "actor-runner-broker-2" java.lang.NullPointerException
        at java.util.HashMap.putMapEntries(HashMap.java:500)
        at java.util.HashMap.putAll(HashMap.java:784)
        at java.util.Collections$SynchronizedMap.putAll(Collections.java:2594)
        at ch.qos.logback.classic.util.LogbackMDCAdapter.setContextMap(LogbackMDCAdapter.java:197)
        at org.slf4j.MDC.setContextMap(MDC.java:264)
        at io.zeebe.util.actor.ActorRunner.run(ActorRunner.java:85)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Exception in thread "actor-runner-broker-1" java.lang.NullPointerException
        at java.util.HashMap.putMapEntries(HashMap.java:500)
        at java.util.HashMap.putAll(HashMap.java:784)
        at java.util.Collections$SynchronizedMap.putAll(Collections.java:2594)
        at ch.qos.logback.classic.util.LogbackMDCAdapter.setContextMap(LogbackMDCAdapter.java:197)
        at org.slf4j.MDC.setContextMap(MDC.java:264)
        at io.zeebe.util.actor.ActorRunner.run(ActorRunner.java:85)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Exception in thread "actor-runner-service-container" java.lang.NullPointerException
        at java.util.HashMap.putMapEntries(HashMap.java:500)
        at java.util.HashMap.putAll(HashMap.java:784)
        at java.util.Collections$SynchronizedMap.putAll(Collections.java:2594)
        at ch.qos.logback.classic.util.LogbackMDCAdapter.setContextMap(LogbackMDCAdapter.java:197)
        at org.slf4j.MDC.setContextMap(MDC.java:264)
        at io.zeebe.util.actor.ActorRunner.run(ActorRunner.java:85)
        at java.lang.Thread.run(Thread.java:748)
2017-12-07 14:16:12.821  INFO 44558 --- [       Thread-2] io.zeebe.broker.system                   : Broker closed

@menski
Copy link
Contributor

menski commented Feb 5, 2018

This should be fixed with camunda/camunda#606 which is part of 0.7.0

@jangalinski
Copy link
Collaborator Author

fixed with 0.7.0

@jangalinski jangalinski added this to the 0.2.0 milestone Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants