Hi Folks,
I am facing an issue when starting LFMT indexer.
Command line argument in Application object- "java -jar indexer.jar -app LFMT Indexer -host ip-xxx-xx-xx-xx -port 2020"
Initially it was "-host ip-xxx-xx-xx-xx -port 2020 -app LFMT Indexer" after installation.
For any command lines i am facing same issue. In below lines I have pasted indexer log. Please help.
2020-06-19 12:16:57.630/UTC INFO [runner.Indexer] - -----------------------------------------
2020-06-19 12:16:57.630/UTC INFO [runner.Indexer] - Initialization Log - Before Reading Config Server Log Properties
2020-06-19 12:16:57.630/UTC INFO [runner.Indexer] - Using Indexer Version: 8.5.102.00
2020-06-19 12:16:57.630/UTC INFO [runner.Indexer] - Developed: Feb 28, 2020
2020-06-19 12:16:57.630/UTC INFO [runner.Indexer] - -----------------------------------------
2020-06-19 12:16:57.630/UTC INFO [runner.Arguments] - Raw Command Line Args:
2020-06-19 12:16:57.630/UTC ERROR [runner.Arguments] - Error starting Indexer. Incorrect command line arguments.
Usage: java -jar indexer.jar -app [] -host [] -port [] ...
Options:
(req)-app The LFMT Indexer application name.
(req)-host The Configuration Server hostname or IP.
(req)-port The Configuration Server listening port.
-backuphost (Optional) The backup Configuration Server hostname or IP.
-backupport (Optional) The backup Configuration Server listening port.
Example 1: java -jar indexer.jar -app LFMT_IND -host cs.genesys.com -port 2020
Example 2: java -jar indexer.jar -app LFMT_IND -host cs.genesys.com -port 2021 -backuphost cs.genesys.ca -backupport 2031