@Override
 public void onError(final Throwable t) {
   t.printStackTrace();
   asyncContext.complete();
 }