static {
   try {
     initialize();
   } catch (Throwable e) {
     LOG.error(e);
     ourInitialized = false;
   }
 }