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] [Commented] (IGNITE-17913) Ignite node start is broken

    [ https://issues.apache.org/jira/browse/IGNITE-17913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17618845#comment-17618845 ] 

Aleksandr commented on IGNITE-17913:
------------------------------------

Seems like the regression after https://issues.apache.org/jira/browse/IGNITE-17726

> Ignite node start is broken
> ---------------------------
>
>                 Key: IGNITE-17913
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17913
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Aleksandr
>            Priority: Critical
>              Labels: ignite-3, ignite-3-cli-tool
>
> 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)