java.lang.NullPointerException [c.n.n.w.LogController:77]

Issue #602 resolved
Desrever Nu created an issue

yesterday I added LOG.error in catches of LogController and two exceptions are popping up

10:14:35.021 [qtp979231439-21 - //localhost:4567/orders] ERROR - java.lang.NullPointerException [c.n.n.w.LogController:77]

and

10:14:37.023 [qtp979231439-22 - //localhost:4567/balances] ERROR - java.lang.NullPointerException [c.n.n.w.LogController:105]

They show up just a few times, probably once.

Comments (6)

  1. Benjamin Cordes

    yes - that's a race condition when we startup. ordermanager is not yet defined so if add that check it should go away (ordermanager != null)

  2. Log in to comment