Changeset 1963


Ignore:
Timestamp:
2012-08-17 15:04:07 (9 months ago)
Author:
bruno
Message:

Fix NPE on shutdown in case there's an error during the startup of one of the modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/kauri-runtime/src/main/java/org/kauriproject/runtime/KauriRuntime.java

    r1935 r1963  
    318318                    famRunningField.setBoolean(fam, false); 
    319319                    famThread.interrupt(); 
     320                    fam.stop(); 
    320321                } 
    321                 fam.stop(); 
    322322            } catch (Exception e) { 
    323323                infolog.error("Error stopping FilesystemAlterationMonitor", e); 
Note: See TracChangeset for help on using the changeset viewer.