Skip to content
Snippets Groups Projects
Commit a29a6fe5 authored by ribeaudc's avatar ribeaudc
Browse files

fix: - Run self test after startup. Otherwise 'datamover.pid' resp. some...

fix: - Run self test after startup. Otherwise 'datamover.pid' resp. some marker files will not be deleted on exit.

SVN: 7286
parent b0047c50
No related branches found
No related tags found
No related merge requests found
......@@ -177,8 +177,8 @@ public final class Main
initLog();
final Parameters parameters = new Parameters(args);
printInitialLogMessage(parameters);
selfTest(parameters);
startupServer(parameters);
selfTest(parameters);
if (operationLog.isInfoEnabled())
{
operationLog.info("Datamover ready and waiting for data.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment