[
https://issues.apache.org/jira/browse/IGNITE-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Kozlov updated IGNITE-4050:
----------------------------------
Description:
For some reasons IGNITE_HOME may point out on wrong location or {{libs}} is
missed. Now I see following if {{libs}} directory missed:
{noformat}
Error: Could not find or load main class
org.apache.ignite.startup.cmdline.CommandLineTransformer
Error: Could not find or load main class
org.apache.ignite.startup.cmdline.CommandLineRandomNumberGenerator
Error: Could not find or load main class
org.apache.ignite.internal.util.portscanner.GridJmxPortFinder
ignite.bat, WARN: Failed to resolve JMX host. JMX will be disabled.
Error: Could not find or load main class
org.apache.ignite.startup.cmdline.CommandLineStartup
{noformat}
It's not clear and script in {{bin}} directory should have minimal checks for
mandatory files and prints out a proper error if some of them has been missed
was:
For some reasons IGNITE_HOME may point out on wrong location or {{libs}} is
missed. Now I see following if {{libs}} direcotry missed:
{noformat}
Error: Could not find or load main class
org.apache.ignite.startup.cmdline.CommandLineTransformer
Error: Could not find or load main class
org.apache.ignite.startup.cmdline.CommandLineRandomNumberGenerator
Error: Could not find or load main class
org.apache.ignite.internal.util.portscanner.GridJmxPortFinder
ignite.bat, WARN: Failed to resolve JMX host. JMX will be disabled.
Error: Could not find or load main class
org.apache.ignite.startup.cmdline.CommandLineStartup
{noformat}
It's not clear and script in {{bin}} directory should have minimal checks for
mandatory files and prints out a proper error if some of them has been missed
> Start script should print out a proper message if mandatory libraries not
> found
> -------------------------------------------------------------------------------
>
> Key: IGNITE-4050
> URL: https://issues.apache.org/jira/browse/IGNITE-4050
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 1.7
> Reporter: Sergey Kozlov
>
> For some reasons IGNITE_HOME may point out on wrong location or {{libs}} is
> missed. Now I see following if {{libs}} directory missed:
> {noformat}
> Error: Could not find or load main class
> org.apache.ignite.startup.cmdline.CommandLineTransformer
> Error: Could not find or load main class
> org.apache.ignite.startup.cmdline.CommandLineRandomNumberGenerator
> Error: Could not find or load main class
> org.apache.ignite.internal.util.portscanner.GridJmxPortFinder
> ignite.bat, WARN: Failed to resolve JMX host. JMX will be disabled.
> Error: Could not find or load main class
> org.apache.ignite.startup.cmdline.CommandLineStartup
> {noformat}
> It's not clear and script in {{bin}} directory should have minimal checks for
> mandatory files and prints out a proper error if some of them has been missed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)