Not supported -np (no pause) parameter for Ignite 1.6.0 release

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Not supported -np (no pause) parameter for Ignite 1.6.0 release

zshamrock
Tried to create an issue myself from Ignite JIRA, looks like I don't have enough permissions to do it.

So post it here:

apache-ignite-fabric-1.6.0-bin/bin$ ./ignite.sh -np
Invalid arguments: -np
Usage:
    ./ignite.sh [?]|[path {-v}{-np}]|[-i]
    Where:
    ?, /help, -help, - show this message.
    -v               - verbose mode (quiet by default).
    -np              - no pause on exit (pause by default)
    -nojmx           - disable JMX monitoring (enabled by default)
    -i              - interactive mode (choose configuration file from list).
    path            - path to Spring XML configuration file.
                      Path can be absolute or relative to IGNITE_HOME.
 
Spring file should contain one bean definition of Java type
'org.apache.ignite.configuration.IgniteConfiguration'. Note that bean will be
fetched by the type and its ID is not used.


So, what if I don't have a Spring configuration file to provide, but still want to use either -np or -v?
Reply | Threaded
Open this post in threaded view
|

Re: Not supported -np (no pause) parameter for Ignite 1.6.0 release

Denis Magda
Hi,

Thank for reporting! I’ve created the ticket.
https://issues.apache.org/jira/browse/IGNITE-3271

As a workaround you can specify a configuration file
./ignite.sh -np ../examples/config/example-ignite.xml

Moreover, if you’re interested in the contribution you can pick this ticket up and fix it.

Regards,
Denis

> On Jun 5, 2016, at 9:07 PM, zshamrock <[hidden email]> wrote:
>
> Tried to create an issue myself from Ignite JIRA, looks like I don't have
> enough permissions to do it.
>
> So post it here:
>
> /apache-ignite-fabric-1.6.0-bin/bin$ ./ignite.sh -np
> Invalid arguments: -np
> Usage:
>    ./ignite.sh [?]|[path {-v}{-np}]|[-i]
>    Where:
>    ?, /help, -help, - show this message.
>    -v               - verbose mode (quiet by default).
>    -np              - no pause on exit (pause by default)
>    -nojmx           - disable JMX monitoring (enabled by default)
>    -i              - interactive mode (choose configuration file from
> list).
>    path            - path to Spring XML configuration file.
>                      Path can be absolute or relative to IGNITE_HOME.
>
> Spring file should contain one bean definition of Java type
> 'org.apache.ignite.configuration.IgniteConfiguration'. Note that bean will
> be
> fetched by the type and its ID is not used./
>
> So, what if I don't have a Spring configuration file to provide, but still
> want to use either -np or -v?
>
>
>
>
> --
> View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/Not-supported-np-no-pause-parameter-for-Ignite-1-6-0-release-tp9281.html
> Sent from the Apache Ignite Developers mailing list archive at Nabble.com.