/**
* Run the harvest process.
* This has to be protected or better for CGLib to proxy to it./
*/
protected synchronized OperResult harvest() {
OperResult operResult = OperResult.OK;
running = true;
try {
long startTime = System.currentTimeMillis();
String logfile = initializeLog();