You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the framework for more than 1 year without any problem, but recently we are getting following error without any stack trace. Since we cannot get any detailed log messages we cannot find the exact problem, is it mandrill itself or the data we send to mandrill. Any help appriciated.
java.lang.NullPointerException: null
at com.microtripit.mandrillapp.lutung.model.MandrillRequestDispatcher.execute(MandrillRequestDispatcher.java:124) ~[lutung-0.0.8.jar!/:?]
at com.microtripit.mandrillapp.lutung.controller.MandrillUtil.query(MandrillUtil.java:44) ~[lutung-0.0.8.jar!/:?]
at com.microtripit.mandrillapp.lutung.controller.MandrillMessagesApi.sendTemplate(MandrillMessagesApi.java:212) ~[lutung-0.0.8.jar!/:?]
at com.microtripit.mandrillapp.lutung.controller.MandrillMessagesApi.sendTemplate(MandrillMessagesApi.java:139) ~[lutung-0.0.8.jar!/:?]
at com.segmentify.lotr.legolas.worker.MailSender.lambda$send$2(MailSender.java:143) ~[classes!/:0.0.1-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_201]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_201]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
The text was updated successfully, but these errors were encountered:
Not sure if this is relevant to anyone, but we also began to observe the issue intermittently on some of our machines. In our case it turned out to be an issue occurring when a proxy was detected. The reason is that on this line:
We are using the framework for more than 1 year without any problem, but recently we are getting following error without any stack trace. Since we cannot get any detailed log messages we cannot find the exact problem, is it mandrill itself or the data we send to mandrill. Any help appriciated.
The text was updated successfully, but these errors were encountered: