You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr (Jira)" <ji...@apache.org> on 2022/10/17 11:46:00 UTC

[jira] [Created] (IGNITE-17913) Ignite node start is broken

Aleksandr created IGNITE-17913:
----------------------------------

             Summary: Ignite node start is broken
                 Key: IGNITE-17913
                 URL: https://issues.apache.org/jira/browse/IGNITE-17913
             Project: Ignite
          Issue Type: Bug
            Reporter: Aleksandr


It seems like several recent AI3 CLI builds (including ignite-3.0.0-beta-1 branch) are broken. It's impossible to start a single node. 

Steps to reproduce:
1) Download build artifacts from TeamCity
2) Install distribution using ignite bootstrap --repo=<path to repository dir>
3) Try to start node:
$ ./ignite node start --config=examples/config/ignite-config.conf standalone-sql-node
Starting a new Ignite node...
Can't start the node. Read logs for details: /home/zloddey/opt/ai3/ignite-log/standalone-sql-node.log
In log file, there is the following error:
Missing required option: '--node-name=<nodeName>'
Usage: runner --node-name=<nodeName> --work-dir=<workDir> [--join=<seedNodes>[,
              <seedNodes>...]]... [--config-path=<configPath> |
              --config-string=<configString>]
      --config-path=<configPath>
                             Path to node configuration file in HOCON format.
      --config-string=<configString>
                             Node configuration in HOCON format.
      --join=<seedNodes>[,<seedNodes>...]
                             Seed nodes.
      --node-name=<nodeName> Node name.
      --work-dir=<workDir>   Path to node working directory.





--
This message was sent by Atlassian Jira
(v8.20.10#820010)