Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Duplicate
-
None
-
None
Description
ignite node start command fails with the following message even though the node actually starts:
Starting a new Ignite node... Can't start the node. Read logs for details: /Users/vkulichenko/GridGain/ignite-3/target/apache-ignite-3.0.0-alpha3/ignite-log/node-1.log
Looks like this happens because there is the following line in the log:
Oct 05, 2021 3:41:45 PM org.apache.ignite.lang.IgniteLogger logInternalExceptional
The tool treats it as a failure because of this condition (see NodeManager class):
else if (content.contains("Exception")) throw new IgniteCLIException("Can't start the node. Read logs for details: " + file);
Attachments
Issue Links
- duplicates
-
IGNITE-15538 Starting node via CLI can lead to NullPointerException
- Resolved
- links to