Actions
Bug #3297
closedAn error message happen during the metacat start up
Start date:
05/13/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3297
Description
When i started metacat, i saw this message:
[ERROR]: Error in MetaCatServlet.checkIndexPaths: An I/O error occured while sending to the backend.
Updated by Jing Tao over 16 years ago
This message was caused by put EML201DocumentCorrector in initialize method. In EML201DocumentCorrector class, a db connection was closed then returned to connection pool. This is not correct. We shouldn't close it. After comment out the db connection close statement, the error message is gone.
Actions