You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (Jira)" <ji...@apache.org> on 2020/12/31 05:13:00 UTC

[jira] [Resolved] (IGNITE-13936) [windows] Error: Could not find or load main class org.apache.ignite.app.IgniteRunner

     [ https://issues.apache.org/jira/browse/IGNITE-13936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentin Kulichenko resolved IGNITE-13936.
------------------------------------------
    Resolution: Fixed

Fixed in {{main}}.

> [windows] Error: Could not find or load main class org.apache.ignite.app.IgniteRunner
> -------------------------------------------------------------------------------------
>
>                 Key: IGNITE-13936
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13936
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Fedor Malchikov 
>            Assignee: Valentin Kulichenko
>            Priority: Blocker
>              Labels: ignite-3, ignite-3-cli-tool
>             Fix For: 3.0.0-alpha1
>
>
> {code:java}
> PS C:\pub_share> .\ignite.exe init --repo=https://repository.apache.org/content/repositories/orgapacheignite-1499
> >>
> Creating directories... Done!
> +--------------------+----------------------------+
> | Binaries Directory | C:\Users\user\ignite\bin |
> +--------------------+----------------------------+
> | Work Directory | C:\Users\user\ignite\work |
> +--------------------+----------------------------+
> Installing org.apache.ignite:ignite-runner:3.0.0-alpha1...
> |===================================================================================================>| 99%
> |====================================================================================================| Done!
> Apache Ignite is successfully initialized. Use the ignite node start command to start a new local node.
> PS C:\pub_share> .\ignite.exe node start 1
> Starting a new Ignite node...
> |====================================================================================================| Done!
> |====================================================================================================| Done!
> Can't start the node. Read logs for details: C:\Users\justp\ignite\work\1.log
>  
> {code}
>  
> info in log:
>  Error: Could not find or load main class org.apache.ignite.app.IgniteRunner
>  Caused by: java.lang.ClassNotFoundException: org.apache.ignite.app.IgniteRunner



--
This message was sent by Atlassian Jira
(v8.3.4#803005)