Venkat Vagga
Venkat Vagga

Reputation: 1

OrientDB: Cannot find a command executor for the command request: sql.MOVE VERTEX

I am using orientdb community edition 1.7.9 on mac osx.

Database Info:

DISTRIBUTED CONFIGURATION: none (OrientDB is running in standalone mode)

DATABASE PROPERTIES


NAME | VALUE|

Name | null |

Version | 9 |

Date format | yyyy-MM-dd |

Datetime format | yyyy-MM-dd HH:mm:ss |

Timezone | Asia/xxxx |

Locale Country | US |

Locale Language | en |

Charset | UTF-8 |

Schema RID | #0:1 |

Index Manager RID | #0:2 |

Dictionary RID | null |

Command flow:

  create cluster xyz physical default default append

  alter class me add cluster xyz

  move vertex #1:2 to cluster:xyz 

Studio UI throw the following error:

014-10-22 14:59:33:043 SEVE Internal server error: com.orientechnologies.orient.core.command.OCommandExecutorNotFoundException: Cannot find a command executor for the command request: sql.MOVE VERTEX #1:2 TO CLUSTER:xyz [ONetworkProtocolHttpDb]

Console return a record as select does. I do not see error in the log.

I am planning a critical feature by using altering cluster for selected records.

Could anyone help on this regard?

Thanks in advance.

Cheers

Upvotes: 0

Views: 1077

Answers (2)

wolf4ood
wolf4ood

Reputation: 1949

move vertex command is not supported in 1.7.x you have to use switch to 2.0-M2

Upvotes: 1

user1364100
user1364100

Reputation:

The OrientDB Console is a Java Application made to work against OrientDB databases and Server instances. more

Upvotes: 0

Related Questions