You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2015/03/26 13:31:54 UTC

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

Pavel Konstantinov created IGNITE-609:
-----------------------------------------

             Summary: 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: Andrey Novikov


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}
 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)