Revision 9582
Added by Jing Tao over 8 years ago
metacat-index/src/main/java/edu/ucsb/nceas/metacat/index/ApplicationController.java | ||
---|---|---|
253 | 253 |
startSysmetaListener(); |
254 | 254 |
startIndexGenerator();//it will create another thread. |
255 | 255 |
} catch (Exception e) { |
256 |
e.printStackTrace(); |
|
256 | 257 |
log.error("Application.run "+e.getMessage()); |
257 | 258 |
} |
258 | 259 |
|
Also available in: Unified diff
Add a statement to help diagnose issues.