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

Pavel Konstantinov updated IGNITE-609:
--------------------------------------
    Description: 
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}

  was:
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}


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

Reply via email to