Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.21 KB | None | 0 0
  1. [ERROR] 2014-11-23 08:44:02,940 com.onenumber.email.MandrillEmailThread run - Error while sending email
  2. java.io.IOException: Failed to parse response from request 'https://mandrillapp.com/api/1.0/messages/send.json'
  3.     at com.microtripit.mandrillapp.lutung.model.MandrillRequestDispatcher.execute(MandrillRequestDispatcher.java:81)
  4.     at com.microtripit.mandrillapp.lutung.controller.MandrillUtil.query(MandrillUtil.java:46)
  5.     at com.microtripit.mandrillapp.lutung.controller.MandrillMessagesApi.send(MandrillMessagesApi.java:94)
  6.     at com.microtripit.mandrillapp.lutung.controller.MandrillMessagesApi.send(MandrillMessagesApi.java:49)
  7.     at com.onenumber.email.MandrillEmailThread.run(MandrillEmailThread.java:30)
  8. Caused by: com.microtripit.mandrillapp.lutung.model.HandleResponseException: Error handling Mandrill response
  9.     at com.microtripit.mandrillapp.lutung.model.MandrillRequest.handleResponse(MandrillRequest.java:74)
  10.     at com.microtripit.mandrillapp.lutung.model.MandrillRequestDispatcher.execute(MandrillRequestDispatcher.java:78)
  11.     ... 4 more
  12. Caused by: java.lang.NoClassDefFoundError: org/apache/commons/io/IOUtils
  13.     at com.microtripit.mandrillapp.lutung.model.MandrillRequest.handleResponse(MandrillRequest.java:66)
  14.     ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement