You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Novikov (JIRA)" <ji...@apache.org> on 2015/03/27 07:37:53 UTC

[jira] [Resolved] (IGNITE-609) visorcmd: UnsupportedOperationException on 'start' command

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

Andrey Novikov resolved IGNITE-609.
-----------------------------------
    Resolution: Fixed
      Assignee: Pavel Konstantinov  (was: Andrey Novikov)

Please check in branch.

{code}
Errors:
+=======================================================================================+
|     Host     |                                 Error                                  |
+=======================================================================================+
| 192.168.1.40 | Apache Ignite cannot be auto-started on Windows from IgniteCluster.sta |
|              | rtNodes(…) API.                                                        |
+---------------------------------------------------------------------------------------+
{code}

> visorcmd: UnsupportedOperationException  on 'start' command
> -----------------------------------------------------------
>
>                 Key: IGNITE-609
>                 URL: https://issues.apache.org/jira/browse/IGNITE-609
>             Project: Ignite
>          Issue Type: Bug
>          Components: UI
>            Reporter: Pavel Konstantinov
>            Assignee: Pavel Konstantinov
>
> I'm tried to start new nodes on my Windows host using 'start' command 
> {code}
> visor> start -h=localhost -u=username -pw=password -g=S:\work\ignite-fabric-1.0.0-2\ config\config.xml -n=4
> {code}
> and got:
> {code}
>  +-------------------------------+
> | Successful start attempts | 0 |
> | Failed start attempts     | 2 |
> +-------------------------------+
> Errors:
> +====================================================================================+
> |   Host    |                                 Error                                  |
> +====================================================================================+
> | localhost | java.lang.UnsupportedOperationException: Apache Ignite cannot be auto- |
> |           | started on Windows from IgniteCluster.startNodes(Е) API.               |
> |           |  at org.apache.ignite.internal.util.nodestart.IgniteNodeCallableImpl.c |
> |           | all(IgniteNodeCallableImpl.java:128)                                   |
> |           |  at org.apache.ignite.internal.util.nodestart.IgniteNodeCallableImpl.c |
> |           | all(IgniteNodeCallableImpl.java:37)                                    |
> |           |  at org.apache.ignite.internal.util.IgniteUtils.wrapThreadLoader(Ignit |
> |           | eUtils.java:6069)                                                      |
> |           |  at org.apache.ignite.internal.processors.closure.GridClosureProcessor |
> |           | $2.body(GridClosureProcessor.java:884)                                 |
> |           |  at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.j |
> |           | ava:107)                                                               |
> |           |  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecut |
> |           | or.java:1145)                                                          |
> |           |  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecu |
> |           | tor.java:615)                                                          |
> |           |  at java.lang.Thread.run(Thread.java:745)                              |
> +-----------+------------------------------------------------------------------------+
> | localhost | java.lang.UnsupportedOperationException: Apache Ignite cannot be auto- |
> |           | started on Windows from IgniteCluster.startNodes(Е) API.               |
> |           |  at org.apache.ignite.internal.util.nodestart.IgniteNodeCallableImpl.c |
> |           | all(IgniteNodeCallableImpl.java:128)                                   |
> |           |  at org.apache.ignite.internal.util.nodestart.IgniteNodeCallableImpl.c |
> |           | all(IgniteNodeCallableImpl.java:37)                                    |
> |           |  at org.apache.ignite.internal.util.IgniteUtils.wrapThreadLoader(Ignit |
> |           | eUtils.java:6069)                                                      |
> |           |  at org.apache.ignite.internal.processors.closure.GridClosureProcessor |
> |           | $2.body(GridClosureProcessor.java:884)                                 |
> |           |  at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.j |
> |           | ava:107)                                                               |
> |           |  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecut |
> |           | or.java:1145)                                                          |
> |           |  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecu |
> |           | tor.java:615)                                                          |
> |           |  at java.lang.Thread.run(Thread.java:745)                              |
> +------------------------------------------------------------------------------------+
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)