378379380381382383384385386387
} catch (Exception e) { log.warn("Error processing configuration file " + file.getAbsolutePath(), e); return; } finally { digester.reset(); } } }
303304305306307308309310311312313
} } catch (Exception e) { throw new LifecycleException (sm.getString("memoryRealm.readXml"), e); } finally { digester.reset(); } }
422423424425426427428429430431
302303304305306307308309310311312
18261827182818291830183118321833183418351836
} catch (Exception e) { log.error(sm.getString("contextConfig.applicationParse", source.getSystemId()), e); ok = false; } finally { digester.reset(); ruleSet.recycle(); InputStream is = source.getByteStream(); if (is != null) { try {
359360361362363364365366367368
260261262263264265266267268269270
} } catch (Exception e) { throw new LifecycleException (sm.getString("memoryRealm.readXml"), e); } finally { digester.reset(); } super.startInternal(); } }
388389390391392393394395396397
310311312313314315316317318319320